In this post, I will try and describe everything you need to know about the SAP gapclust table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for GAPCLUST what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from GAPCLUST....Right lets get started!
Object Name: GAPCLUST
Dictionary Type: Transparent table
Description: Cluster for Distributed Data Use
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
MANDT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | |||||
RELID | INDX_RELID | CHAR | 2(0) | Region in IMPORT/EXPORT Data Table | SYCHAR02 | |||||||
SRTFD | INDX_SRTFD | CHAR | 22(0) | User-defined key in table INDX | SYCHAR22 | |||||||
SRTF2 | INDX_SRTF2 | INT4 | 10(0) | Next record counter in EXPORT/IMPORT data tables | SYBIN4 | SAB4 | ||||||
AEDAT | SYDATS | DATS | 8(0) | (8-character) Date for SYST | SYDATS | SYST | ||||||
USERA | USERNAME | CHAR | 12(0) | User name | USERNAME | SAP | ||||||
CLUSTR | INDX_CLSTR | INT2 | 5(0) | Length field for user data in EXPORT/IMPORT tables | SYBIN2 | |||||||
CLUSTD | INDX_CLUST | LRAW | 2886(0) | Data field for IMPORT/EXPORT database tables | INDX_CLUST |