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

inbound idocs

Former Member
0 Likes
411

Hi,

can any body tell me what is the process flow of of a idoc in bound, the idoc is generated in a legacy system (outbound) and is received bya sap system.

how it is processed in inbound ? how to red the contenes of that idoc .

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
387

Hi,

if ur using standard idoc then u need to set up the configurations only.If u r siung Zidoc then u need to implement the logic and also take care of the configurations.

For standard idoc inbound the settings are

1>check the message type (WE81)

2>check the basic type (WE30)

3>Check the process code(WE42)

4>Check the function module attached to ur message and basic type(WE57)

5>Check the RFC and port definition(SM59 and WE21)

6>U have to define the partner profiles in WE20,in the inbound parameters u need to specify the message type and the process code.

Now its ready....

For custom idoc inbound

1>create the Zmessage type (WE81)

2>Create the Zsegments (WE31)

3>create the Zbasic type (WE30)

4>create the function module and write ur logic (SE37)

5>Register ur function module(BD51)

6>Create an entry in WE57 with function module attacheto ur message and basic type(WE57)

7>Check the Zprocess code(WE42)

8>Check the RFC and port definition(SM59 and WE21)

9>U have to define the partner profiles in WE20,in the inbound parameters u need to specify the message type and the process code.

Reward Points if u find useful..

Regards,

nagaraj

1 REPLY 1
Read only

former_member404244
Active Contributor
0 Likes
388

Hi,

if ur using standard idoc then u need to set up the configurations only.If u r siung Zidoc then u need to implement the logic and also take care of the configurations.

For standard idoc inbound the settings are

1>check the message type (WE81)

2>check the basic type (WE30)

3>Check the process code(WE42)

4>Check the function module attached to ur message and basic type(WE57)

5>Check the RFC and port definition(SM59 and WE21)

6>U have to define the partner profiles in WE20,in the inbound parameters u need to specify the message type and the process code.

Now its ready....

For custom idoc inbound

1>create the Zmessage type (WE81)

2>Create the Zsegments (WE31)

3>create the Zbasic type (WE30)

4>create the function module and write ur logic (SE37)

5>Register ur function module(BD51)

6>Create an entry in WE57 with function module attacheto ur message and basic type(WE57)

7>Check the Zprocess code(WE42)

8>Check the RFC and port definition(SM59 and WE21)

9>U have to define the partner profiles in WE20,in the inbound parameters u need to specify the message type and the process code.

Reward Points if u find useful..

Regards,

nagaraj