2007 Aug 13 7:39 AM
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 .
2007 Aug 13 7:48 AM
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
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 .
2007 Aug 13 7:48 AM
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