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

former_member191391
Participant
0 Likes
541

HI FRNDS,

PLEASE TELL ME WHERE SHOULD I MUST LOOK FOR FUNCTION POOL EXAMPLES?

AND WHAT'S ITS CONCEPT.

THANKS & REGARDS

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
512

hi

function pool/function group is the container for the function modules that are logically related.

you need to assign ur function module to the function group at the time itz created.

Cheers,

Abdul Hakim

3 REPLIES 3
Read only

Former Member
0 Likes
512

Hi manmeet,

The FUNCTION-POOL statement is equivalent to the REPORT statement and introduces a function group.

A function group contains function modules introduced by the FUNCTION statement and is called with the CALL FUNCTION statement.

standar function-pool:SAPLKAEP

Read only

Former Member
0 Likes
512

hi,

The FUNCTION-POOL statement is equivalent to the REPORT statement and introduces a function group.

In general, a programmer never writes this statement himself. When a function group is created, the system automatically generates this statement in a standard include.

The use of the statement is primarily to inform the ABAP system that the current program is a function group.

We find such a terminoloty in case of Type Groups as well. If you need to include a type group in your program, you use the TYPE-POOLS statement.

<b>for examples:</b>

go se80...enter the function group name and hit enter..tree will be listed ..you will righ-click on the function group name and choose copy.. It will ask you what function modules you want to copy, just copy all and make sure to following the naming convention, start with Z_ then you can copy and modify any includes that you need.

<b>

reward useful points,</b>

siva

Message was edited by:

Shan

Message was edited by:

siva

Read only

abdul_hakim
Active Contributor
0 Likes
513

hi

function pool/function group is the container for the function modules that are logically related.

you need to assign ur function module to the function group at the time itz created.

Cheers,

Abdul Hakim