A Program calls a Function module. what happens to the ABAP
memory allocation used by the functional module when the
functional module is completed?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / niladriroy_dgp
when func module completed then after exporting the value
or tables by func module ABAP memory will release.
Is This Answer Correct ? | 4 Yes | 8 No |
What are the output type and Tcodes?
Are their any types in LSMW?If yes then what are they?`
What is the exact difference between pooled table and cluster table and explain with examples?
what is need of function group for function modules whereas there is no need of f.group for subroutines?
2 Answers Cap Gemini, DFS, HCL, IBM, NTT Data,
How to run a report in background??and if we try to run in foreground it says"this report sud be run in background".what can be done in this case?? 2-And how sud we stop a report running in background??
1.In report, we should have to write events in sequential order or not,if we write events insequential then what will be the drawback and if we will sequential what will be the advantage. 2.what is the fucnction of end-of-selection even? if we would not write this event in report what will happen? 3.top-of-page event will trigger before the initialization,and at selection-screen event or after these two event.
How do you generate Interactive report using ALV's?
What is protect & endprotect?
Do you know how to manage the sequence of passes in a Form?
Explain open dataset in sap abap?
How to insert a line into abap internal tables?
while running bdc for call transaction method, in gui_upload function we use filetype 'ASC' for tab delimited seperated data. like that for csv(comma delimited) data what we have to use as filetype??? ie FILETYPE = ?????