‎2009 Sep 16 10:59 AM
Hi All,
The difference between Inbound Process Code and Outbound process code.
Can you plz let me know whether the Function module interface associated with the process codes in both inbound and outbound systems is same or not ?
Thanks and Regards
Sowjanya.
‎2009 Sep 16 11:35 AM
Hello,
Inbound process code is defined using t-code we42
Outbound process code is defined using t-code we41.
The interface for the function module is not same for both the processes. You can explore further in these transactions.
BR,
Advait
‎2009 Sep 18 1:10 PM
Hi,
Process code refers to a function module which helps in reading or writing data from/to idoc.The difference between them is that outbound process code will read applicatin data and place it in idoc whereas the inbound process code does the reverse i.e it create application data from idoc. Outbound process codes and inbound process codes are stored in table TEDE1 and TEDE2 respectively. U can also refer those tables if needed.
Regards,
Revathi.