cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization Object for Purchase order Message control

Former Member
0 Kudos

Hi ,

Is there any stadard authoriztion object to control the print and print preview options for Message control .

I am requied to control the print and print preview options for purchase order messages for certain users depeding on there authorizaion.

Thanks in advane.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi There

Yes it can be controlled through authorizations,, Check with your basis team

Ref the below link for details

http://help.sap.com/saphelp_nw70/helpdata/EN/c7/58c902e5bf11d18e2b0000e83dd9fc/content.htm

Thanks

Senthil

Answers (2)

Answers (2)

Former Member
0 Kudos

I missed an information...

The current logic forces the print preview functionality to be

accessed ONLY by the users who print. Therefore, only users that have

authorization to use ME9F are authorized to use the Print Preview button

in ME23N. You can not give authorization to some users to just be able

to preview the PO in ME23N and not to be able to print in ME9F and

vice versa.

This feature was introduced by note 384329.

BR

Nadia Orlandi

Former Member
0 Kudos

Hi,

When you click on the 'print preview' button on ME22N/ME23N the system

makes an authority check on transaction ME9F activity 04. The current

logic forces the print preview functionality to be accessed ONLY by the

users who print. Therefore, only users that have authorization to use

ME9F are authorized to use the Print Preview button in ME22N/ME23N.

Kindly try the authorization objects M_BEST_EKG, M_BEST_BSA and

M_BEST_EKO = 04.

You can

also have a look the user exit

EXIT_SAPLMEDRUCK_001 in enhancement LMEDR001 for print program

SAPLMEDRUCK.

INCLUDE ZXM01U04

you can create own coding for all possible AUTHORITY-CHECK.

BR

Nadia Orlandi