Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Export data using DATA Cluster?

Former Member
0 Likes
458

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

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
401

Try to increase the tablespace for cluster tables.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
401

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