‎2010 Aug 13 8:44 AM
Hi,
I am trying to export around 10000 records using Memory ID concept in the same session to another spot.
IF sy-subrc = 0.
Exporting the number of total records
EXPORT g_tot_line FROM g_tot_line TO MEMORY ID c_tline.
ENDIF.
My issue : - It throws dump saying
''When the SAP paging overflow occurred, the ABAP/4 memory contained
entries for 8 of different IDs.''
insufficent space and i need to use the clustres.
I am not sure how to use Clusters in this scenario....
Any suggestions will be appreciated..
Regards,
Charan
‎2010 Aug 13 9:03 AM
‎2010 Aug 13 9:20 AM
What is so complicated about Data Clusters ?
Did you do an F1 or read the online documentation: [http://help.sap.com/abapdocu_70/en/ABAPEXPORT_DATA_CLUSTER_MEDIUM.htm], [http://help.sap.com/abapdocu_70/en/ABAPIMPORT_MEDIUM.htm]
If you've any specific question, shoot !!!
BR,
Suhas