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
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What are the two different ways of building a match code object? : abap data dictionary
Explain what is step-loop?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What is the full form of spro? : sap abap hr
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
How do you find number of records present in internal table?
What are the payroll related Infotypes
How to know if the value entered contains records or not?
What are roles and authorization objects?
What type of user exits have you written ?
What is Field group?
What are the attributes of the data? : abap data dictionary
What are matchcodes?
What is the difference between a structure and a table?