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 function modules

Former Member
0 Likes
588

hi experts,

i need the function modules of idoc.can any body help me.

thank you

with regards,

santosh

1 ACCEPTED SOLUTION
4 REPLIES 4
Read only

Former Member
0 Likes
558

HI Rohit,

Go to se37.

Type IDOC<IDOC tyoe name and press f4. YU can get the FM Related to that IDOC.

REgards,

Ravi

Read only

Former Member
0 Likes
558

Of what message type.

A lot of the time the IDoc FM's are

IDOC_INPUT_????? or IDOC_OUTPUT_?????

Where ???? is the message type.

If you know the process code this will also tell u.

Read only

Former Member
0 Likes
558

Hi ,

They are several function modules we can use for idocs thats depending on requirement.

For that go to se37 and enter idoc and press f4 then you are able to see

all the idoc function module.

For example for orders

if it is inbound we will use IDOC_INPUT_ORDERS

and for outbound we will use IDOC_OUTPUT_ORDERS .