The CDBD_CANCEL table in SAP ERP or S/4HANA stores Business transaction – cancellation – set data. There are total 12 fields in CDBD_CANCEL table. The Business transaction – cancellation – set 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 CDBD_CANCEL table. It is in CRM Order: CDB Objects for General Sales Order Processing (CDB_ORDER) ABAP package and is part of the Business Transactions (CRM-BTX) module.
SAP CDBD_CANCEL Table Fields
Following is the list of fields that are available in SAP CDBD_CANCEL table. The primary key fields of Business transaction – cancellation – set table in SAP are CLIENT (Client), CANCEL_GUID (Own guid for CANCEL Set).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| CANCEL_GUID | Own guid for CANCEL Set | CDBT_CANCEL_GUID | RAW (16) | |
| ORDERADM_H_GUID | Order Header Guid | CDBT_ORDERADM_H_GUID | RAW (16) | |
| CANCPROC | Cancellation Procedure | CRMT_CANC_PROCEDURE | * | CHAR (4) |
| CANCPARTY | Cancelling Party | CRMT_CANC_PARTY | * | CHAR (4) |
| CANC_REASON | CRM Service : Reason for Cancellation | CRMT_SRV_CANCEL_REASON | * | CHAR (4) |
| TR_USER | Character field, length 32 | CHAR32 | CHAR (32) | |
| TR_ID | Character field, length 32 | CHAR32 | CHAR (32) | |
| TR_STATUS | Undefined range (can be used for patch levels) | CHAR4 | CHAR (4) | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| DELETED | Single-Character Flag | CHAR1 | CHAR (1) | |
| TR_ROOTID | Character field, length 32 | CHAR32 | CHAR (32) |


