Application Development 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: 

How to create Function pools???

abapdeveloper20
Contributor
0 Kudos

hi experts..

Pls let me know how to create to Function pools ???..

thanks in advace..

Regards,

Lakshmiraj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Lakshmiraj

Function-Pool is nothing but a abap program where you can define Funciton Modules...

When you call a function module from a function group that has not already been loaded in an internal session, an additional program group is created and into which the function group to which the function module belongs is loaded. The additionl program group, along with its data, exists for the rest of the time of the internal session.

For this reason fucntion grups must begin with a funciton pool statement....

please reward points for helpful ans's AND CLOSE THREAD

kiran.M

1 REPLY 1

Former Member
0 Kudos

Hi Lakshmiraj

Function-Pool is nothing but a abap program where you can define Funciton Modules...

When you call a function module from a function group that has not already been loaded in an internal session, an additional program group is created and into which the function group to which the function module belongs is loaded. The additionl program group, along with its data, exists for the rest of the time of the internal session.

For this reason fucntion grups must begin with a funciton pool statement....

please reward points for helpful ans's AND CLOSE THREAD

kiran.M