cancel
Showing results for 
Search instead for 
Did you mean: 

Process order release - user exit ?

Former Member
0 Kudos

Hi experts,

I need to build an interface where all the released (and all the updated)process orders need to be transfered from SAP to a warehouse system thru XI.

I have identified an IDoc(LOIPRO01) which fullfill my needs but didn't find yet where to generate it.

I'm searching for an user-exit triggered at the release of a process order.

I have found this one:

PPCO0007(Exit when saving production order) but the documentation says "a lot of data in the order header is only set once the customer exit has been processed"

Any suggestions on how I can do this is greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Fabien,

Welcome to SDN.

You can execute t/code <b>POIT</b> or standard SAP program <b>RCCLTRAN</b> to generate IDoc LOIPRO01.

Prior to execute, please ensure you have done the configuration for ALE and IDoc.

Hope this will help and let me know if you need further assistant.

Regards,

Ferry Lianto

Please reward point if helpful.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Ferry: I am looking for an event-based method to trigger my interface but this transaction could help me for other interfaces.

Lakshman: This looks good, I will check this BADI.

regards,

Fabien

Former Member
0 Kudos

Hi Fabien,

I am working on similar interface . Could you please provide me the solution if you get ?

Thanks in advance - Vinay.

Lakshmant1
Active Contributor
0 Kudos

Hi Fabien,

You can try out the BADI:

WORKORDER_UPDATE Business Add-In PM/PP/PS/PI Orders Operation: UPDATE

This should work for your requirement.

Thanks,

Lakshman.