sandraros / Export-Import-Tables

Utility for Export/Import Tables
MIT License
4 stars 0 forks source link

DB Tables Not getting activated, INDX_CLUST_BLOB Data element not found #8

Open kaushalshah opened 1 year ago

kaushalshah commented 1 year ago

Hello Experts,

My sap system - detailed below, does not have the standard data element INDX_CLUST_BLOB.

As per the standard INDX table structure, I tried replacing this data element with INDX_CLUST, but in activation getting an error that the char4 field before this field should not be the primary key.

Kindly provide fix for this issue. Thanks in Advance.

sandraros commented 1 year ago

Hello, unfortunately this tool was developed on ABAP 7.52, and I think it compiles only from ABAP 7.51. INDX_CLUST_BLOB is a system field in ABAP 7.51 which is a required part of the new format of export/import tables. I advise to clone this repository into your own GitHub repository and adapt it to make it work in versions before ABAP 7.51. Thanks.