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

EDI Inbound Processing

gopi_narendra
Active Contributor
0 Likes
522

Hi SDN,

i am new to EDI IDocs infact Cross Apps...

my scenario is like this -

i use extension of basic idoc type ORDERS05

1. i receive IDocs from a FTP server.

2. i use the fm EDI_DATA_INCOMING for receiving the IDocs into IDoc database

3. and now to make the data available in SAP tables, do i write a fm / report prog. how does it differ?

My doubts are -

1. is this fm EDI_DATA_INCOMING correct or not for my requirement?

2. What all configuration is necessary?(ports, part prof...etc)

3. are there any std progs / fms for the inbound processing for type ORDERS05.

Please clarify me in simple steps as i am new to this EDI.

Thanks in advance

Gopi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

Hello Gopi,

SAP standard Inbound Posting function module is IDOC_INPUT_ORDERS with process code ORDE. You need to maintain Inbound partner profile for the partner function 'KU', message type ORDERS and process code ORDE using WE20. Triggering of Application posting can be done immediately or by batch program RBDAPP01.

Thanks,

Venu

1 REPLY 1
Read only

Former Member
0 Likes
363

Hello Gopi,

SAP standard Inbound Posting function module is IDOC_INPUT_ORDERS with process code ORDE. You need to maintain Inbound partner profile for the partner function 'KU', message type ORDERS and process code ORDE using WE20. Triggering of Application posting can be done immediately or by batch program RBDAPP01.

Thanks,

Venu