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 the data types of the abap/4 layer?
What are roles and authorization objects?
Explain what are the events used in interactive reports?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What are your ways to performance optimization?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
How do you Export a session ?
How do you use tab sets in layout sets?
What is your current client number?
What are the function modules used in f4 help?
Setting up a BDC program where you find information from?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is a projection view? : abap data dictionary
What are the other modules integrated with om? : sap abap hr
Events that can be used in both the classical and interactive reports