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

Function Pool and Function Group

Former Member
0 Likes
459

Hi

What is the differenece between Function Pool and Function Group?

Thanks

Sridhar

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
435

Hi,

Function group is the one which holds all the function modules belongs to that function group.

When ever u create a FM in function group an include statement will be written in the include FgnameUXX.(Created by default)

Even it hold the global data as well in top included. When ever we execute any FM in this group whole function group will be loaded to BAP memory.

Function pool is analogous to REPORT statement of a report.

Check F1 help for more details.(Place the cursor on Function-pool statement and press F1:-)

Thanks,

Vinod.

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
436

Hi,

Function group is the one which holds all the function modules belongs to that function group.

When ever u create a FM in function group an include statement will be written in the include FgnameUXX.(Created by default)

Even it hold the global data as well in top included. When ever we execute any FM in this group whole function group will be loaded to BAP memory.

Function pool is analogous to REPORT statement of a report.

Check F1 help for more details.(Place the cursor on Function-pool statement and press F1:-)

Thanks,

Vinod.

Read only

Former Member
0 Likes
435

Hi KSS,

Function Group is a collection of Function Modules.

Any Function Module is related with any Function Group.

We are not using Fun.Group in coding.Only Fun. Module is used.

You can create Fun. Module by using SE37 T-code & for creating Fun Group.Just go to SE37-go to->Fun.Group->Create Group.

You can change Fun.Group assigned to any fun.module

<REMOVED BY MODERATOR>

Regards,

Ranjith C.