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

set authorization via customize program

Former Member
0 Likes
472

Hi experts,

I'm wondering whether it is possible to override the user authorization through program. Let say by default the user are not allow to access a SAP standard program but if the user use my customize program the user will grant access to the SAP standard program only during the execution of the customize program.

Any suggestion on coding for the scenario above?

2 REPLIES 2
Read only

Former Member
0 Likes
432

Hi,

try this:

FM SET_AUTHORITY.

Regards,

Leo.

Read only

0 Likes
432

Hi Leo,

Thanks for your reply. I need some guidance to use this FM cause i really don't have any idea what to put in the 'SET' and 'TABLE' field. Can you provide me with an example?

Thanks.