Hello Experts.
I have a requirement in which Branch Head of particular branches should be able to transfer asset to the employees in their branches.However these branch heads should not have authority to change or view the asset master.
My problem is "I have already created a program in development where I have full authorization where program is running successfully but if the same program is running in the User System where user only have the authority to run that particular transaction the error " Select a view for processing the asset" occurs followed by another Error "No Batch input data for screen SAPLAIST 0100"
In development "I created a BDC for transaction AS02 which is modifying following three fields:
1. Asset Serial No. (ANLA-SERNR).---While creating new asset.
2. Asset Modal No.(ANLA-INVNR).--- While creating new asset.
3. Employee Code---ANLZ-PERNR-- While creating and Transfer asset.
When I run on User system,it is giving these errors on the first perform statement of BDC.
Kindly suggest me if there is any way so that Branch heads can change (transfer) the assets without having authorization to view/change the asset.
Kindly find the attached screen shots.
Thanks in Advance