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 basic object types? : sap abap hr
What is a matchcode?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What are the types of search helps? : sap abap data dictionary
What is your approach to find exit and BAdi?
What are the arithmetic operators in the sap abap?
What is search help exit? : sap abap data dictionary
What is a sequence of event-triggered in report?
What are the different database integrities?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
How do you Export a session ?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
How do you write manual bdc session method? : abap bdc
What is the difference between select statement and provide statement ? : abap hr