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 processing class, where we do them and why? : sap abap hr
Normally how many and what files get created when a transaction program is written?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are indexes? : sap abap data dictionary
when u prefer lsmw?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
Explain how is batch input process different from processing on line?
What are the rules to create a BAPI?
How can we upload a text file having delimiters in to legacy system?
Can we define our own match code id's for sap matchcodes ?
Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh
how to read the standard field value in your custom program.
Setting up a BDC program where you find information from?
State the system field for the current date?