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

indx(hk)

Former Member
0 Likes
597

EXPORT itab TO DATABASE indx(hk) ID 'Table' FROM wa_indx.

please se e the statement

IS it so that "(hk)" is a n ABAP defined area in ABAP defined cluster database INDX.

1 ACCEPTED SOLUTION
Read only

Nimesh_S_Patel
Explorer
0 Likes
494

Hi,

Yes you are right.

In Detail-

The double-digit area (hk), which must be specified directly, splits up the rows of the database table into several areas, so that data clusters with the same identification id can exist multiple times in the data base table.

Hope I answer you que.

Regards

Nimesh S. Patel

EXPORT itab TO DATABASE indx(hk) ID 'Table' FROM wa_indx.

please se e the statement

IS it so that "(hk)" is a n ABAP defined area in ABAP defined cluster database INDX.

1 REPLY 1
Read only

Nimesh_S_Patel
Explorer
0 Likes
495

Hi,

Yes you are right.

In Detail-

The double-digit area (hk), which must be specified directly, splits up the rows of the database table into several areas, so that data clusters with the same identification id can exist multiple times in the data base table.

Hope I answer you que.

Regards

Nimesh S. Patel