The GTDISCD table in SAP ERP or S/4HANA stores Change Documents for GTDIS data. There are total 5 fields in GTDISCD table. The Change Documents for GTDIS table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of GTDISCD table. It is in General Where-Used List of Table Objects (WUSL) ABAP package and is part of the Overhead Cost Controlling (CO-OM) module.
SAP GTDISCD Table Fields
Following is the list of fields that are available in SAP GTDISCD table. The primary key fields of the table are CD_TAB (Name of Changed Table), CD_UNAME (Last Changed By), CD_DATE (Last Changed On).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CD_TAB | Name of Changed Table | WUSL_CD_TAB | CHAR (30) | |
| CD_UNAME | Last Changed By | WUSL_CD_UNAME | CHAR (12) | |
| CD_DATE | Last Changed On | WUSL_CD_DATE | DATS (8) | |
| CD_TIME | Last Changed At | WUSL_CD_TIME | TIMS (6) | |
| CD_CHANGES | Type of Change (Insert, Modify, Delete) | WUSL_CD_CHANGES | CHAR (3) |


