Application Development and Automation 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: 
Read only

Authorization Check exist in BAPI for Transaction

Former Member
0 Likes
1,012

Hi,

I am using the standard BAPIs for Costcenter create, change and profitcenter change. Will these std BAPIs perform authority check for specific transaction with respect to the actions performed(KS01-CC create, KS02-CC Change, KE52-PC change)?

Thanks and Regards,

Vimala P

Hi,

I am using the standard BAPIs for Costcenter create, change and profitcenter change. Will these std BAPIs perform authority check for specific transaction with respect to the actions performed(KS01-CC create, KS02-CC Change, KE52-PC change)?

Thanks and Regards,

Vimala P

3 REPLIES 3
Read only

Former Member
0 Likes
670

Hi Vimala,

As per my knowledge, it will not check the authorization.

For more details, better is to search in the BAPI with key word "AUTHORITY".

Regards

HM

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
670

Hello Vimala,

You can check whether authorisation check is performed during the BAPI call by using System Trace(ST01).

Further read available on: [http://help.sap.com/saphelp_nw04s/helpdata/en/1f/83114c4bc511d189750000e8322d00/content.htm]

BR,

Suhas

Read only

Former Member
0 Likes
670

Authority check is carried out within these BAPIs. For BAPI related to Cost Center, function module K_CSKS_AUTHORITY_CHECK is called (see Include LKMA1F92) & for BAPI related to Profit center see Include LRKPMF02.