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: 

Dynamic call of function module

Former Member
0 Kudos

Hi All,

While debugging through a function module, it calls another function module.

Now I want to replicate this standard function module and change some parameter while calling the second function module. I am getting not getting the seconf FM call through SE37. I think it is due to dynamic call. So can I detect the dynamic call and change the code.

Please help.

Please let me know, if my requirement is not clear.

Regards,

Jeetu

2 REPLIES 2

Former Member
0 Kudos

mostly in the first function module itself there will be a perform or FM which called internally the second FM... just check at what pointthe second FM is been called and u can change ur code at that point...

0 Kudos

Hi Ramesh,

I got ur point. But how can I ensure that while the second FM is called, it should be called in a different way. Because that code present in a include, which might be used by many programs of SAP.

Regards,

Jeetu