Application Development 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: 

How to create inbound idoc and FM

former_member502553
Participant
0 Kudos

Dear All,

How to create custom inbound idoc, the program and FM.

Can anyone send me step by step process to create it, steps in FM and Coding.

I have created for outbound and its working fine.

Plz reply ASAP.

Regards,

Arun.

6 REPLIES 6

Former Member
0 Kudos

Hi,

refer this link. This will solve your problem

Former Member
0 Kudos

Hi,

for tutorial,

http://lmy52.wordpress.com/2006/06/15/how-to-create-idoc/

also helpful

Regards,

Anirban

Former Member
0 Kudos

Hi Arun,

1) Create segment (WE31)

2) Create IDOC Types (WE30)

3) Create message type (WE81)

4) Link message type with basic type (WE82)

5) Create FM (SE37)

here in the source code part of the function module you have to loop into the data records table of the idoc. then loop into the status recod table to update the status of the idoc(Posted/Postedwitherrors/errors).

6) Create Process Code (Inbound - WE41/ Outbound - WE42)

7) Link FM and process code (WE57)

go to WE19 to test it.

Edited by: Chinna guntur on Sep 2, 2008 9:17 AM

0 Kudos

Hi gurus,

For step 5, can you send samples of standard FM doing this (loop into data records table and filling the idoc) ?

Thks in advance.

former_member502553
Participant
0 Kudos

dear all,

pls send me some sample , regarding this inbound fm and pgm apart from these steps.

regards ,

ARUN

former_member502553
Participant
0 Kudos

Thank You All