‎2007 Jan 20 6:39 AM
HI FRNDS,
PLEASE TELL ME WHERE SHOULD I MUST LOOK FOR FUNCTION POOL EXAMPLES?
AND WHAT'S ITS CONCEPT.
THANKS & REGARDS
‎2007 Jan 20 6:57 AM
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
‎2007 Jan 20 6:48 AM
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
‎2007 Jan 20 6:52 AM
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
‎2007 Jan 20 6:57 AM
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