cancel
Showing results for 
Search instead for 
Did you mean: 

Send production order changes to external system IDOC

swathi_rege
Active Participant
0 Kudos

Hi,

I need to send production order changes to an an external system. I understand that I can trigger idocs using t-code POIT.

but my requirement is when a order is changed, i want to trigger an IDOC to external system with the new PO data...how can I achieve this

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Swathi,

A very high level idea.

You can use the user exit..."LXCO1U06" and call the transaction POIT in back goround and submit the idoc. This exit is used @ save of TA code CO02. Moreover as the production order can be changed through several transactions like COHV, CO40, COOIS etc....you have to check whether this exit would be applicable for all transaction.

Regards,

Chinna

former_member226240
Active Participant
0 Kudos

EXIT_SAPLCOMK_010              User Exit for Checking Component Changes in the Production Order

EXIT_SAPLCOVG_001              User Exit for Checks of Operation Changes in the Production Order

Following are the above two exits that might be of help.

Thanks,

Rahul

swathi_rege
Active Participant
0 Kudos

I am looking for quantity and status change.. wat is the correct user exit?

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Try BAdI WORKORDER_UPDATE.

BR

Caetano