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

authorizations

Former Member
0 Likes
418

hi,

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

regards

raghu

2 REPLIES 2
Read only

Former Member
0 Likes
396

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.

Read only

Former Member
0 Likes
396

Example is

AUTHORITY-CHECK OBJECT 'Z:FAKSK'

ID 'FAKSK' DUMMY

ID 'ACTVT' FIELD '02'.

Here ACTVT = 01, Create

02, Change

03, Display