‎2008 Mar 19 9:49 AM
Hi guys please help me to create a IDOC inbound function module.
What are the parameters and tables.
How to write the code.
What it does.
Please send me one inbound func module code if possuble
Thanks
‎2008 Mar 19 9:50 AM
‎2008 Mar 19 9:53 AM
Hi
Use the FM IDOC_INBOUND_ASYNCHRONOUS. Pass the control record and the data record to this FM.
Thanks
Vijay
‎2008 Mar 19 10:04 AM
Hey thanks Vijay.
Will it be a report program....where i will call this func module...
and pass those records ?
‎2008 Mar 19 10:06 AM
or in a custom function module again i will call that function module ?
‎2008 Mar 19 10:53 AM
Hi,
You need to create an inbound function module. Then define the process code in transaction we42 and attach the function module to this process code.
In the function module you create you need to define tables of types EDIDC (Control record (IDoc)), EDIDD (Data record (IDoc)) and BDIDOCSTAT (ALE IDoc status (subset of all IDoc status fields)).
Regards,
Soumya.