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

Can I call another inbound function module in an inbound function module

Former Member
0 Likes
395

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
363

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.

2 REPLIES 2
Read only

h_senden2
Active Contributor
0 Likes
363

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 !!!!!

Read only

Former Member
0 Likes
364

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.