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
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How the transaction that are programmed by the user can be protected?
Explain the different types of screen keywords?
What is the length of function code at user-command?
What are client dependant objects in abap/sap?
What are lock objects?
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
How can we upload a text file having delimiters in to legacy system? : abap bdc
What is amdp (abap managed data procedures)?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
How do you write transaction programs in sap?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Explain what is the step-by-step process to create a table in data dictionary?