Application Development and Automation 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: 
Read only

Stop PR creation

0 Likes
1,287

Hi Friends,

I have a requirement from the client.

Requirement - For a Third Party Order, if the Order is with any kind of block (be it is Credit Block or Delivery Bolck or Billing Block), it should not allow to create the automatic creation of Purchase Requisition.

To Explain more --> For a Third Party Order, usually the Item Category is TAS. When we save the Order, the PR (Purchase Requisition) gets created automatically and gets linked in the Sales Order Line Item.

So now they dont want this PR to be created, if the Order is blocked.

1. How can we do it? Is there any standard configuration

2. Is there any USER EXIT, which can be used to block the creation of PR (by providing condition of different blocks in sales order)?

I really will appreciate for your help.

Thanks

Ram Baba

1 REPLY 1
Read only

pavanm592
Contributor
0 Likes
753

Hi Ram,

try this  BADI  ME_PROCESS_REQ_CUST,  It might be helpful for you..