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 is the reserve command?
What are the restrictions on subscreens?
Explain how do you move on to the next screen in interactive reporting?
What is bdc programming? : abap bdc
Is main window mandatory in smartforms?
What is the difference between the exits created in M.M and S&D?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
2)In production what is the user exit?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What are the events in classical reports?
Give an example of interface from your project explaining why you used it?
What is the difference between Exit and Stop?
What are the difference between tables and structures?
Difference between sy-tabix and sy-index?