Application Development 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: 

Restricting users to change Posting date

Former Member
0 Kudos

Dear All,

In ML81N t.code. I want to restrict few users to change posting date and document date.

How can i control through Authoriztion object,Role

Regards

Subhash

6 REPLIES 6

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

This message was moderated.

arpan_paik
Active Contributor
0 Kudos

Trace the authorization for those specific activity you have mentioned....

0 Kudos

Dear Arpan,

I want to restrict only two fields.Is it posible to create a new authorization object and role for two fields

regards

Subash

0 Kudos

you can create your own zcustom objects through SU21.

Former Member
0 Kudos

Hi Subhash,

Available SAP objects which restrict Tcode ML81N are given below:

M_BEST_BSA Document Type in Purchase Order

M_BEST_EKG Purchasing Group in Purchase Order

M_BEST_EKO Purchasing Organization in Purchase Order

M_BEST_WRK Plant in Purchase Order

You can try restricting the access with above objects, or else put a trace and find out which objects are called while you edit those 2 fields. If you dont find any object(s) restricting them then you need to sit with the developer and take help of user exits which can be placed in the existing code to enable user checks on those fields.

Let us know in case of any issues.

Regards,

Akshay