cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict change in PO delivery date & net price

Former Member
0 Kudos

Dear All,

Once the PO is outputted then we do not want that all buyer can change the delivery date and net price from the PO but only few users can have this control.

How can we achieve this task ?.

Thanks in advance.

Note : Spelling mistake corrected

Edited by: Jeyakanthan A on Jun 9, 2011 11:39 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We just implemented this change with help of ABAP person.

You need to maintain user id in some Z Table to check and allow those user id onle for the change

All controls can cheked from the BADI ME_PROCESS_PO_CUST with old value and new value

Regards

Chetan

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Ucan make setting in Document Screen layout i.e make it as display

Regards

AKM

Former Member
0 Kudos

hi,

you can control though user authorization or user exists

Former Member
0 Kudos

You can use the BADI ME_PROCESS_PO_CUST with PROCESS_ITEM method to place the error message for the change in the PO for delivery date and net price . You can also check the authorization of the user based on the Roles in this exit only .

Regards,

Hari.