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

Module pool ????

Former Member
0 Likes
401

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

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.

4 REPLIES 4
Read only

Former Member
0 Likes
377

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.

Read only

gopi_narendra
Active Contributor
0 Likes
376

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

Read only

Former Member
0 Likes
376

Hi Ramana,

Yes, You can call function module in module pool program.

Regards

Bhupal Reddy

Read only

Former Member
0 Likes
376

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