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 / 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 |
Post New Answer View All Answers
Explain the inside concept in select-options?
java script for push button in adobe forms.
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
Which function module would you use to check the user’s authorization to access files before opening a file?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
What are the steps to execute session method?
What is native sql?
How to combine multiple billing into one RV document ( Step by Step)?
Explain buffering
How to split one Invoice into Multiple ( Step by Step)?
Explain the uses of the simple maintenance interface? : sap abap hr
What is projection view?
Explain sap abap 3-tier architecture?
Explain about interactive report?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?