‎2007 Feb 21 11:42 AM
hi experts,
i need the function modules of idoc.can any body help me.
thank you
with regards,
santosh
‎2007 Feb 21 11:47 AM
‎2007 Feb 21 11:46 AM
HI Rohit,
Go to se37.
Type IDOC<IDOC tyoe name and press f4. YU can get the FM Related to that IDOC.
REgards,
Ravi
‎2007 Feb 21 11:47 AM
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.
‎2007 Feb 21 11:47 AM
‎2007 Feb 21 11:51 AM
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 .