cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit status line updated in Production order

Former Member
0 Kudos

Hi Experts,

I have one requirement in my project.

"Which user exit is to be used to capture the Customer inspection message in delivery block from procurement tab or sales tab of sales order and get updated in order status of the production order during release".

Regards

Mohan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mohan,

Try either one of the below enhancements to meet your requirement.

PPCO0007 Exit when saving production order

PPCO0012 Production Order: Display/Change Order Header Data

Try and revert back.

Regards,

Swapnil

Former Member
0 Kudos

Hi,

Thanks for your response.

Actually when I create Sales order in VA01, I set delivery block for reason 'Customer Inspectio' and the sytem will create automatically produciton order but it will not release it immediately. The status of production is created (CRTD) only.It will release (REL) it time delay after the Inspection has done.

The purpose of user exit is to capture the delivery block customer from sales order to production order.

This is my requirement. Which user exit is suitable for this case?

Regards

Mohan

muthusamy_sankaran
Active Contributor
0 Kudos

Hi Mohan,

In your scenario is MRO (Make to Order) then you can use below user exit, take help with your ABAPer

Enhancement when Saving an Order

The following enhancement is available for production orders:

o PPCO0007 Exit when saving production order

The enhancement is used to

o Check data when an order is saved and decline to save the order if necessary

Enhancement PPCO007 contains the following components:

Function exit

o EXIT_SAPLCOZV_001 Check or change header fields

Regards,

Sankaran

Answers (0)