‎2006 Jul 26 1:38 AM
If I have to call a mothod into a FM what are the steps or rules to be followed?
May I know this?
Sadhik
‎2006 Jul 26 2:33 AM
‎2006 Jul 26 1:58 AM
Hi,
Calling a function module is very easy . Just as you pass values to subroutines you do pass to function modules . Refer to this documentation
http://help.sap.com/saphelp_46c/helpdata/en/c9/5472f6787f11d194c90000e8353423/frameset.htm
Regards,
varun .
‎2006 Jul 26 2:33 AM
‎2006 Jul 26 2:36 AM
‎2006 Jul 26 2:39 AM
Calling a class/method in a function module is the same as calling the class/method in a regular report. You do not need to do anything else special. Just call it.
You can use the "Pattern" button to build your call to the class/method, just like you use to build your call for a function module.
Regards,
Rich Heilman
‎2006 Jul 26 2:52 AM