Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module for PORDCR102 IDOC

Former Member
0 Likes
1,127

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.

2 REPLIES 2
Read only

Former Member
0 Likes
624

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

Read only

Pawan_Kesari
Active Contributor
0 Likes
624

IDOC_INPUT_PORDCR1