cancel
Showing results for 
Search instead for 
Did you mean: 

Production Order Release Control

former_member209175
Participant
0 Kudos

Hi team,

In the production order (CO02), component overview screen, we have order components. During order release, if the storage location & backflush indicator is NOT set for the order components, the release should be rejected. Is there any user exits available to check this during release?

Note: I will use mass release of production orders using back ground job. during that time also the above control to be implemented.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member209265
Active Contributor
0 Kudos

Hi SK,

Use

PPCO0023  Checks Changes to Order Components. It should work.

or

try what Julian has suggested.  Consult to one ABAP person to have the detail implementation points.

Regards,

Krishnendu.


Former Member
0 Kudos

Dear SK,

i'm agree with Mariano, i always used the Badi WORKORDER_UPDATE will work for you (AT_Release method).

Daniele

former_member206498
Contributor
0 Kudos

Hello,

You can use this user exit: PPCO0021 Enhancement for Order Release.

Regards,

Julian

marianoc
Active Contributor
0 Kudos

Hi

Check with BAdI: WORKORDER_UPDATE. It was migrated to CO_WORKORDER_TREX. Use Method: BEFORE_UPDATE.

This will be called when you save the order. Check internal tables: IT_HEADER, IT_COMPONENT and try to add your logic.

If this method is not working, try with AT_RELEASE.

Thanks and Regards,

Mariano