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: 

authorizations

Former Member
0 Kudos

hi,

Can i have the code to use authorizations in bdc program to give permission to execute the program.

regards

raghu

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can use authority object.Code like as below.

AUTHORITY-CHECK OBJECT 'M_EINF_WRK'

ID 'WERKS' FIELD '0002'

ID 'ACTVT' FIELD '02'.

Thanks,

radha.

Former Member
0 Kudos

Example is

AUTHORITY-CHECK OBJECT 'Z:FAKSK'

ID 'FAKSK' DUMMY

ID 'ACTVT' FIELD '02'.

Here ACTVT = 01, Create

02, Change

03, Display