Skip to Content
0
Former Member
Apr 20, 2010 at 09:24 AM

How to give autherization on Change 'Activity'

41 Views

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