Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authorisation on field

Former Member
0 Likes
581

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

3 REPLIES 3
Read only

Former Member
0 Likes
515
Read only

Former Member
0 Likes
515

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

Read only

Former Member
0 Likes
515

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