‎2007 Apr 03 6:47 AM
Hi all,
Can I call another inbound function module in an inbound function module?
In an inbound function module,I want to read the IDoc,and according to the data of the IDoc,call different inbound function modules,how can I realize this?Many thanks!
‎2007 Apr 03 7:32 AM
Yu,
Yes you can call.
Generally you will extract the data from EDID4,EDIDC and EDIDS tables.
At the time of extraction put conditions that based on data call you inbound function modules. and process it.
Thanks.
‎2007 Apr 03 7:23 AM
Yes, you can, by just program it. In function 1 you can call function 2 or 3 depending on the data in the idoc.
You can copy the standard SAP function module to a Z-copy and program what ever you want.
regards,
Hans
Please reward all helpful answers !!!!!
‎2007 Apr 03 7:32 AM
Yu,
Yes you can call.
Generally you will extract the data from EDID4,EDIDC and EDIDS tables.
At the time of extraction put conditions that based on data call you inbound function modules. and process it.
Thanks.