‎2009 Apr 02 1:12 PM
Hi All,
I am using Idoc PORDCR1.PORDCR102 in outbound scenario.
I am not able to find the Function module or excatly to say the process code associated with the outbound mode.
I could only find inbound process code for this idoc.
I cannot use orders.orders05 and i have to use only PORDCR1.PORDCR102 to send my contract purchase orders from r.3 to sap scm-ich system.
Appreciate if sum1 could help me in this.
‎2009 Apr 02 1:55 PM
Hi Seema,
The function module for outbout is ALE_PO_CREATE1, I found this from Transaction code BDBG, using business object BUS2012 and method CREATEFROMDATA1.
The process code is not defined for this one, because the extraction logic is not present in this function and thus you will have to explicitly call this function by passing the PO data to its interface and this function only populates the data to IDoc segments and sends the IDoc.
regards,
Advait
‎2009 Apr 02 2:14 PM