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

Function Module

Former Member
0 Likes
424

Hi all,

I have written a Function Module and am calling this Function Module in one of my Exits. The Values to the Function Module is passed through the exit and I checked in the de-bugging mode and the values are comming into the export parameters of the Function Module. The problem the Function Module does not get executed from then on. I checked running the FM from SE37 giving the same values which were comming in the Exit and is working fine. But in the Exit this FM does not get executed.

Can anyone please help me with this.

Thanks

JM

3 REPLIES 3
Read only

Former Member
0 Likes
392

you have to store the function module name dynamically in any table so that it gets triggered in an exit

Read only

Former Member
0 Likes
392

Hi,

Does that FM has import parameters or tables ?

thanks,

sksingh

Read only

Former Member
0 Likes
392

Hi JM,

Check whether the exit contains those import export parameters as that of ur function module.The exit should have import parameters as those present in the FM otherwise it won't work.

Reward points if it solves ur query

Thanks

Chinmay