can u save internal table in sap memory from abap memory?
Answer Posted / paul
You can do this by:
EXPORT i_zpack_memory FROM it_itab_source TO MEMORY
ID ‘MEMORY_ID’ .
IMPORT i_zpack_memory TO it_itab_destination FROM MEMORY
ID 'MEMORY_ID'
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the two different ways of building a match code object? : abap data dictionary
What is the Process to transfer IDOC from Outbound System to Inbound system.
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What are uses of foreign key?
Did you create primary index?
What are the steps in a bdc session? : abap bdc
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What are the list of screen elements?
How to insert a line into abap internal tables?
what is call back in alv?
What is a table cluster? : abap data dictionary
What happens Update command is used without where clause ?
What is the purpose of at first and at last?
What are the contents in technical specifications?
What is the difference between a structure and an append structure?