cancel
Showing results for 
Search instead for 
Did you mean: 

SRM List Purchase Orders

0 Kudos

Hi all,

there is any way to list and ONLY display purchase orders in SRM, without giving authorization to users to modify the Purchase Order. I have tried giving authorization to Process Purchase Order with activity 03 with no success.

Thanks for your help in advance.

Best REgards,

HT

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

As per SAP's design, Purchase order authorizations are given to Buyers who can view and change documents. End Users are not supposed to create or change , display POs.

But you can achieve what you want:

1. if you are on SRM 7.0, write small piece of code on Action EDIT for BUsiness object of PO in SRM and disable this button for the users you want.

2. if you are in SRM 5.0 or earlier releases, you may put a small piece of code in Check BADI or CUF BADI to control the behaviour of EDIT button. Check BADI can be used to throw an error based on the role of the user processing the PO

Regards

Virender Singh