2007 Dec 20 10:24 AM
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.
2007 Dec 20 10:45 AM
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.
2007 Dec 20 10:45 AM
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