2007 Oct 24 12:55 PM
HOW TO CREATE AUTHORISATION OBJECT IN ABAP PLEASE HELP
2007 Oct 24 12:57 PM
You can Use Transaction code: RSSM
Check the following link
http://www.sap-img.com/bc042.htm
********************************
In SU20 you will have to create a CLass.
After saving this double click this and you will taken to another screen where you can create Auth Object.
You can create authorization fields in SU21 or use existing ones.
You can also do above thru tcode SE80 Edit -> Other Object. In one the tabs you will see Auth. Objects .
2007 Oct 24 12:57 PM
check in ABAP code by statement :
AUTHORITY-CHECK OBJECT object
ID name1 FIELD f1
ID name2 FIELD f2
...
ID name10 FIELD f10.
regards,
Hans
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |