Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

authorization object BAPI_ACC_GL_POSTING_POST

Former Member
0 Kudos

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.

4 REPLIES 4

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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