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

FM Call within Function Exit

Former Member
0 Likes
356

Hi All,

is it possible to call a FM inside a function exit?

I am trying to call FM 'RV_PRICE_PRINT_ITEM' inside EXIT_SAPLEINM_002 but it doesnt work. Ive tried attaching the same logic in values in a standalone program and it runs as expected.

Again, can I callh a FM inside an exit?

Thanks.

Kenny

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
327

>>>is it possible to call a FM inside a function exit?

The reason for failure in your case may be something else. As an alternative, you can SUBMIT that Standalone program instead of a direct function call from the exit.

~Suresh

Read only

ferry_lianto
Active Contributor
0 Likes
327

Hi,

As long as the import parameter values are available in user exits EXIT_SAPLEINM_002, I think you can call this FM.

Regards,

Ferry Lianto