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

IDoc programming, we41/we42

Former Member
0 Likes
1,107

Hi guys!

I'm new to IDoc development and like to ask you. What is outbound fm processing good for? For inbound it is (i think) clear: when idoc received, it is processed by the appropriate fm set in we42.. But what about unbound direction? you create idoc and send it via idoc_master_distribute fm. What is outbound fm processing (we41) good for? is it some additional processing?

thanx a lot, olian

2 REPLIES 2
Read only

former_member404244
Active Contributor
0 Likes
559

hi,

Have a look at the below thread.

Regards,

nagaraj

Read only

Former Member
0 Likes
559

hi ,

idocs are two types

1, inbound idocs

2, outbound idocs

inbound idocs : comes from external source and they are updated to database tables of receiver.

outbound idocs: idocs which are created at sender side and are to be tranfered to receiver are called outbound idocs.

for ex: x and y are two sap systems. x created an idoc and send it to y.

for x : the idoc created is treated as outbound -


goin to other system.

for y: the same idoc is coming into it treated as inbound -


into it.

we02 r we05 -


t.code to see idocs [both inbound n outbound]

to see inbound idocs click expand------> select inbound [ same for outbound idocs]

if helpful reward some points.

with regards,

Suresh Aluri.