cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Adhesive Label Generation when Production Order Status CNF/DLV

Former Member
0 Kudos

Dear All,

We have a business requirement where they require a Automatic Adhesive label to be printed when the Production order status is CNF/DLV.

We are trying to identify a Trigger Point to set the Automatic trigger of the Label Printing when the Order Header Status is CNF/DLV.

What is the best way to achieve this. We identified the BADI - WORKORDER_GOODSMVT.

Does this work using the BADI referred or is there any better way which we could use to achieve the logic.

Please share your expertise on this subject.

Regards,

SGK.

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor

You can use WORKORDER_UPDATE of course,

You could also define event related to status with transaction BSVW or BSVZ and then handle it in SWE2 the same way than handling/triggering Workflow (You should first create a new B.O. with SWO1 inheriting from standard object) this will also be triggered when status changed by some STATUS_CHANGE* FM.

Jelena
Active Contributor
0 Kudos

I agree with Raymond about using the status functionality. CNF and DLV are two different statuses though. For DLV I believe you'll have a corresponding outbound delivery and it would be much easier to add output to it instead of the production order. Just another option.