‎2006 Dec 21 12:26 PM
Hi,
I need to make this work, can some one help..I never worked with AUTHORITY-CHECK.
AT USER-COMMAND.
CASE sy-ucomm.
WHEN 'VERW'.
AUTHORITY-CHECK OBJECT ??
??
IF SY-SUBRC EQ 0.
PERFORM verwerk_retour.
ELSE.
MESSAGE E333(S1) WITH 'You are not authorised'
ENDIF.
ENDCASE.
this is what I don't know:
AUTHORITY-CHECK OBJECT ??
??
Adibo..:)
‎2006 Dec 21 12:32 PM
AUTHORITY-CHECK OBJECT '<ur authority object created>'
ID 'ACTVT' FIELD '01'.
‎2006 Dec 21 12:32 PM
AUTHORITY-CHECK OBJECT '<ur authority object created>'
ID 'ACTVT' FIELD '01'.
‎2006 Dec 21 12:34 PM
First identify the authority check object for your purpose and use that.
AUTHORITY-CHECK OBJECT '<ur authority object created>'
ID 'ACTVT' FIELD '01'.
Thanks,
Alex
‎2006 Dec 21 12:35 PM
‎2006 Dec 21 12:37 PM
First identify the authority check object for your purpose and use that.
AUTHORITY-CHECK OBJECT '<ur authority object created>'
ID 'ACTVT' FIELD '01'.
Thanks,
Alex
‎2006 Dec 21 12:47 PM
hi,
there will be 3 activities ,
01--> Create
02-->change
03-->displayMessage was edited by:
Chandrasekhar Jagarlamudi