The only thing you need to do is assign authorizations to the users who are supposed to change or execute the program. Add authorizations to objects S_PROGRAM and S_DEVELOP.
The assignment of a program to an authorization group plays a role when the system checks whether the user is authorized to:
o Execute a program
> Authorization object S_PROGRAM
o Edit a program (-Include) in the ABAP Workbench
> Authorization object S_DEVELOP
-Kiran
Please mark useful answers
Hello fr,
The authorization group allows extended authorization protection for particular objects. The authorization groups are freely definable. They usually occur in authorization objects together with an activity.
The table that contains all authorization objects is TOBJ.
The table that contains all activities is TACT.
The table that contains definition of all authorization groups is TBRG.
TBRG -- Contains all authorization groups and gives information about relation between authorization object and authorization group. The description of the authorization groups is defined in table TBRGT.
Please also refer to foll links
http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/content.htm
http://help.sap.com/saphelp_apo/helpdata/en/35/26b17fafab52b9e10000009b38f974/content.htm
Please reward for the same.
check this
http://help.sap.com/saphelp_nw2004s/helpdata/en/6e/eb949c2d7911d4b5bf006094192fe3/frameset.htm
Regards
Raja
Add a comment