‎2006 Dec 28 4:35 AM
Hi Experts,
Can we call a function module in a module pool program? If not, is there any other way to do it?Thanks in advance..
Regards,
Ramana
‎2006 Dec 28 4:36 AM
You can call a function module in a module pool. Click on Pattern and enter the Function module name and press enter. The interface for the function module will be defaulted in the code. Pass the values that are required.
‎2006 Dec 28 4:36 AM
You can call a function module in a module pool. Click on Pattern and enter the Function module name and press enter. The interface for the function module will be defaulted in the code. Pass the values that are required.
‎2006 Dec 28 4:36 AM
Yes u can definitely call a function Module in a module pool program. Press CTRL+F6 where ever required and enter the function module name and press enter.
Regards
- Gopi
‎2006 Dec 28 4:42 AM
Hi Ramana,
Yes, You can call function module in module pool program.
Regards
Bhupal Reddy
‎2007 Mar 06 12:22 PM
yes you can i think the problem with you is that you want to write it on screen only,dont do it,create a module first then write a perform in that then write the code