Objects
Objects
You can search for authorisation objects in SE84 -> Other Objects ->
Authorisation Objects.
For example let-s say you want to check authorisation for field
BUKRS.
Also, if you cannot find an appropriate object, you can create your
own authorisation object in transaction SU21.
We create ROLES and assign the Authorization and TCODES for that
role, so only that user can have access to those T Codes.
For example:
program an AUTHORITY-CHECK.
...
The authorization object and its fields have to be suitable for the
transaction. In most cases you will be able to use the existing
authorization objects to protect your data. But new developments
may require that you define new authorization objects and fields.
IF SY-SUBRC <> 0.
MESSAGE E...
ENDIF.
ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create
or display.
Take the help of the basis Guy and create and use.