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 are the system fields you have worked with? Explain?
Differentiate between report and dialog program
What is meant by search help? : sap abap data dictionary
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
What are the 3 types of tables in sap? : abap data dictionary
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What is the significance of hide?
What’s value table?
What is delivery class? : abap data dictionary
What are advantages and disadvantages of logical data base
What is difference between inner join and outer join?
What are the attributes of the data in data dictionary? : abap data dictionary
Define subtype ? : abap hr
Differentiate between the uline and write: sy-uline statements if any?