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 & function group ?

Former Member
0 Likes
501

what is difference between function pool & function group ?

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
439

Hello

<b>Function Pool = Function Group.</b>

Function-Pool is always the very first statement in the TOP include of a function group.

Regards

Uwe

Read only

varma_narayana
Active Contributor
0 Likes
439

Hi.

Both Function Group and Function pool are Same.

It is a program of type F.

the name of Function pool starts with SAPL.

<b>Reward if Helpful.</b>

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
439

Hi,

Both are same, They are programs that contain Function modules, Screens and Subroutines and other objects like GUI Status, GUI titltes etc.

Function pool and Function group are used for the same purpose. When you are creating its called Function Group. But ABAP knows it by statement FUNCTION-POOL which you can see in the TOP include. This statement is where you can attach a message class to a Funcion group.

Regards,

Sesh