2007 Apr 09 7:58 PM
Hi,
How to make Authorisatin on MM01(FERTH) field, i got object id from Basis guy: z_mate.
Thanks,
Donald
Hi,
How to make Authorisatin on MM01(FERTH) field, i got object id from Basis guy: z_mate.
Thanks,
Donald
2007 Apr 09 8:04 PM
hi,
check the below link u may get some idea
http://help.sap.com/saphelp_46c/helpdata/en/52/67167f439b11d1896f0000e8322d00/frameset.htm
~~Guduri
2007 Apr 09 8:14 PM
Hi,
You need to write a User exit for this one, To find the user exit <a href="http://www.erpgenie.com/abap/code/abap26.htm">Click here</a>. Activate the User exit and write the code in that exit for Authorization.
AUTHORITY-CHECK OBJECT <object>
ID <name1> FIELD <f1>
ID <name2> FIELD <f2>
...
ID <namen> FIELD <fn>.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaccb35c111d1829f0000e829fbfe/content.htm
Regards
Sudheer
2007 Apr 10 7:31 AM
Hi
Write like this-
AUTHORITY-CHECK OBJECT 'Z_MATE'
ID 'FERTH' FIELD '0002'
ID 'ACTVT' FIELD '02'. - this is for change authorization
Hope this helps
Regds
Seema
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |