‎2006 Jun 13 5:16 AM
Hello All,
Would like to know certain items like -
1. Can we place an ZTable entries into SAP Memory?
2. If we can, How can i read the entries available in SAP Memery record by record?
It would be great if some related code is provided.....
Regards,
- PSK
‎2006 Jun 13 5:20 AM
Hi !
You can export a complete table to the ABAP-Memory using the
EXPORT obj1 TO MEMORY ... ID key
statement where obj1 is a internal table.
In Memory exported tables can only be imported completely. You cannot do any selection within the memory.
You'll have to do the selection after importing the data.
Regards
Rainer
Some points would be nice if that helped a bit.
‎2006 Jun 13 5:24 AM
Read the documentation for EXPORT and IMPORT.You can set the values to ABAP memory but for SAP memory as far as i know you cannot export Ztable entries.
‎2006 Jun 13 5:27 AM
Hi,
Check the following link
http://www.sapdevelopment.co.uk/reporting/rep_submit.htm
www50.sap.com/linux/pdf/mm630_e.pdf
http://help.sap.com/saphelp_46c/helpdata/en/35/26b1a9afab52b9e10000009b38f974/content.htm
http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
For detail study check this.
http://help.sap.com/saphelp_47x200/helpdata/en/02/96253c538111d1891b0000e8322f96/frameset.htm
Please reward for the same.
For storing data clusters check this
http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3bc4358411d1829f0000e829fbfe/frameset.htm
Message was edited by: Prakhar Saxena