Dear Gurus
I have to give Autherization on "Change" Activity in my z Screen.
can you suggest step by step wht i have to do for this.
I tried with follwoing code. But its not working
AUTHORITY-CHECK OBJECT 'S_USER_AGR'
ID 'ACTVT' FIELD '03'. " Display
IF sy-subrc EQ 0.
MESSAGE text-007 TYPE 'E'." You are not autherize
ENDIF.
thanks
SA