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: 

Verify if user has authoriation to create condition records

Former Member
0 Kudos

Hi,

I am working on an object which is to Load output conditions for purchase order using MN04 transaction.

In my program i need to "verify if a user has authorization to create a condition record".how do i go about this ??

Regards,

Meera.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Provide authority check in the program.

AUTHORITY-CHECK OBJECT 'S_TCODE'

ID 'TCD' FIELD '__________'.

Regards,

Raju.

0 Kudos

hi,

Search for the corresponding authorization object for the MN04 and use that authorization object in the report use the event at selection screen.For authorization object for the MN04 ask Basis consultant or use SU24 transaction for finding authorization object.

best regards,

surendar reddy.

Former Member
0 Kudos

You can create a authorization object.

In the prog you can check if the user has authorisation using th ceated authorization object.

-Rajat