can u save internal table in sap memory from abap memory?
Answer Posted / manas
FIrst of all this question is incorrect.
We can save internal table in ABAP memory using ( EXPORT )
and obtain the values using IMPORT internal sessions while
passing data one program to another in a single session.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are aggregated objects : abap data dictionary
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
How to add a column to a table control while using alphanumerical layout editor ?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
when does a list get sent to the screen on the presentation layer?
What is the differences between structure and table in the data dictionary in abap?
What are data classes? What are the various data classes available for selection? : abap data dictionary
Define structure in abap data dictionary?
What is the function of a domain? : abap data dictionary
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Explain the client concept of sap.
Explain what is the significance of hide?
What are the parameters in bdc_insert? : abap bdc
What is the difference between synchronous and asynchronous updates?
What are interface/conversion programs in SAP?