Application Development 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: 

Data element: INDX_CLUST

Former Member
0 Kudos

Hi All,

We are using dataelement INDX_CLUST(Data Type LRAW) in custom table for storing internal table data using following export statement.

export t_cn_hdr

t_cn_itm

t_cn_prnr

t_cn_shipto

t_cn_text

to database ytable(a1) id ytable-docukey

from ytable.

where the t_cn_* are the internal tables

But in certain cases we observe that complete internal table data is <u><b>not</b></u> getting stored in the custom table.

Also this is not depending on size of the data, because when we try to store HUGE data in the custom table it gets stored properly(while the INDX_SRTF2 field of the custom table gets incremented)

The partial data getting exported is occuring at random. While in other cases EXPORT is working perfectly fine.

So I am not able to point out the exact reason for partial data getting export.

It will be really helpful if someone can provide pointers.

Rgds,

Kaushal

1 REPLY 1

Former Member
0 Kudos

Hi,

Did you check the table size of the database table?