The BOE_CUS_ITEM table in SAP ERP or S/4HANA stores Custody item data table data. There are total 22 fields in BOE_CUS_ITEM table. The Custody item data table 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 BOE_CUS_ITEM table. It is in Business Objects for Bill of Exchange (EA_FIN_CM_BOE_SRV) ABAP package and is part of the Cash Management China (FI-LOC-CM-CN) module.
SAP BOE_CUS_ITEM Table Fields
Following is the list of fields that are available in SAP BOE_CUS_ITEM table. The primary key fields of the table are MANDT (Client), DB_KEY (Global Unique ID for table), PARENT_KEY (Global Unique ID for table), ROOT_KEY (Global Unique ID for table).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| DB_KEY | Global Unique ID for table | UUID | RAW (16) | |
| PARENT_KEY | Global Unique ID for table | UUID | RAW (16) | |
| ROOT_KEY | Global Unique ID for table | UUID | RAW (16) | |
| BUKRS | Company Code | BUKRS | CHAR (4) | |
| ACTION_KEY | Global Unique ID for table | UUID | RAW (16) | |
| CUSTODY_HOUSE_BANK | Short Key for a House Bank | HBKID | T012 | CHAR (5) |
| CUSTODY_ACCOUNT_ID | ID for Account Details | HKTID | T012K | CHAR (5) |
| CUSTODY_BANK_COUNTRY | Bank country key | BANKS | * | CHAR (3) |
| CUSTODY_BANK_NUMBER | Bank Keys | BANKK | CHAR (15) | |
| CUSTODY_BANK | Name of bank | BANKA | CHAR (60) | |
| BRNCH | Bank Branch | BRNCH | CHAR (40) | |
| BANK_ADDR | Bank Address Where a Bill of Exchange Can Be Paid (Domestic) | WBANK | CHAR (60) | |
| CUSTODY_DATE | Custody Date | CUSTODY_DATE | DATS (8) | |
| PLAN_CUSTODY_DATE | Planning Custody Date | P_CUSTODY_DATE | DATS (8) | |
| SPESW | Bank Charges in Document Currency | SPESW_F05A | CURR (23) | |
| WAERS | Currency Key | WAERS | * | CUKY (5) |
| BOE_COMMENT | Comment | BOE_COMMENT | CHAR (256) | |
| CREATED_BY | User Name | UNAME | CHAR (12) | |
| CREATED_AT | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| CHANGED_BY | User Name | UNAME | CHAR (12) | |
| CHANGED_AT | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) |


