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

Difference between Inbound Process Code and Outbound Process Code

Former Member
0 Likes
1,440

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.

2 REPLIES 2
Read only

Former Member
0 Likes
870

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

Read only

Former Member
0 Likes
870

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.