A Program calls a Function module. what happens to the ABAP
memory allocation used by the functional module when the
functional module is completed?
Answer Posted / herold_f
Found on the web :
"When creating function groups, realize that when a program
(client) calls a function module, the function group and all
its global data are instantiated and consume runtime memory
until the end of the calling program (client lifetime). Do
not overload your function group as it may result in
effecting the performance of the calling program."
-> Memory is not released before the end of the calling program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the table buffer?
Explain the use of table maintenance allowed?
Describe the data classes?
What are the different abap editors? What is the used of different editors in abap?
What is runtime analysis?
What is the difference between a substructure and an append structure?
What is an abap data dictionary? : abap data dictionary
What are the parameters in bdc_insert? : abap bdc
What is design pattern? Provide example .Why are we using it?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
How to debug a sapscript?
What are the different types of locks? : abap data dictionary
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Where do you code the hide statement?
What is repository info. Systems? : abap data dictionary