‎2007 Apr 18 9:31 PM
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
‎2007 Apr 18 9:35 PM
>>>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
‎2007 Apr 18 9:38 PM
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