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

getting a value from the authorization object

Former Member
0 Likes
578

Hi Experts,

I need to capture the value comming from an authorization object How can i do that.

I need the value authorization key(BERSL) from the authority check object B_USERSTAT.

and i need to use this for further caliculation

Thanks

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
508

Take look of the F1 help on CALL AUTHORITY-OBJECT.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
508

Hi

value authorization key(BERSL) from the authority check object B_USERSTAT.

AUTHORITY-CHECK OBJECT 'B_USERSTAT'

ID 'ACTVT' FIELD '03'

IF SY-SUBRC 0.

WRITE : b_userdat.

ENDIF.