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
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Where do you code the hide statement?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Explain the use of table maintenance allowed?
How many types of buffering? : abap data dictionary
What is roll area?
How do you Export a session ?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
How to creat transactions? : abap data dictionary
What is processing class, where we do them and why? : sap abap hr
What function does data dictionary perform?
What is full form of bdc session? : abap bdc
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
Explain what is the difference between primary key and unique key?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?