can u save internal table in sap memory from abap memory?
Answer Posted / sreenivasa rao yarru
export&import r use for abap memory only not for sap memory
for this question 1st u have to import itab from abap memory
then put that in sap memory by set parameter id <id> field
itab
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
dynamic programming in sap abap
What is a multiple line field?
What is evaluation path, where do we do it and why? : sap abap hr
What will happen when we use fully buffered in abap?
How do you use tab sets in layout sets?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
Which transaction code can I used to analyze the performance of ABAP program.?
What actually happens in real-time recruitment? : sap abap hr
What are the different abap editors? What is the used of different editors in abap?
What are the check tables and value tables?
What is difference between dependent and independent data?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
Explain the difference between float and packed data type?
How many lists can a program can produce?
In which particular scenario we use sorted table and which particular scenario we use standard table?