‎2008 May 29 4:02 PM
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
‎2008 May 29 4:17 PM
Take look of the F1 help on CALL AUTHORITY-OBJECT.
Regards,
Naimesh Patel
‎2008 May 29 11:23 PM
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.