2005 Dec 01 6:10 PM
hi,
when i run the FM 'BAPI_ACC_GL_POSTING_POST' in admin user it is executing whereas when i executed in other user it not executed .
i think it is problem with authorization object. Can any one help me in this authorization object. I also have similar problem in BAPI_EMPLOYEE_GETLIST fm.
thanks in advance.
Execute the BAPI using the "other" user id. In a different session, run transaction code SU53. It will list out all those authority checks that failed. You can then add them to your user profile.
Hope this helps,
Srinivas
2005 Dec 01 6:18 PM
Hi Pradeep,
I feel you should talk to the basis person. He will have to assign a profile for you to access any of the standard BAPI's.
Hope it will help.
Lokesh
2005 Dec 01 6:23 PM
authority-check object 'V_OBJ'
id 'ACTVT' field '02'
id 'SHTYP' dummy.
if sy-subrc <> 0.
message e059(zz).
endif.
in the same way you need to do.....
Authority object should be created.
vijay
2005 Dec 01 8:07 PM
hi,
thanks for the reply.but i need the exact authorization object name which allow the execution of the FM. so that i can add it in the profile which is set to the user's.
Can any tell the authorization object class ,authorization object and authorization name for running the BAPI_ACC_GL_POSTING_POST.
thanks in advance.
2005 Dec 01 8:13 PM
Execute the BAPI using the "other" user id. In a different session, run transaction code SU53. It will list out all those authority checks that failed. You can then add them to your user profile.
Hope this helps,
Srinivas
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |