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 is value table?
performance tuning concepts
How to read files and process BDC's automatically ?
What is native sql?
What is an interactive report?
What are the different types of luws. What are they?
How the transaction that are programmed by the user can be protected?
What is the difference between select statement and provide statement ? : abap hr
What is PS structure
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What are the types of views? : sap abap data dictionary
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Which infotype records can not be deleted ? : abap hr