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
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is payroll driver ? : abap hr
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What are the various events associated with screen programming?
What are base tables of an aggregate object? : abap data dictionary
How memory management happens for internal tables and work areas in abap?
Which commands are used for interactive reports?
What is its?
Explain the different types of mode (run code) in call transaction method?
What is the use of buffering?
Which infotype records can not be deleted ? : abap hr
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
Can we include customizing include or an append structure with pooled or cluster tables?
What is the difference between call transaction and session method? : abap bdc
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc