The COPC_ACCT table in SAP ERP or S/4HANA stores COPC Org and Account Relationship data. There are total 14 fields in COPC_ACCT table. The COPC Org and Account Relationship 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 COPC_ACCT table. It is in Globalization: E-Payment Integration Cash Operation Center (ID-FI-EPIC-COPC) ABAP package and is part of the E-Payment Integration China (FI-LOC-EPI-CN) module.
SAP COPC_ACCT Table Fields
Following is the list of fields that are available in SAP COPC_ACCT table. The primary key fields of the table are MANDT (Client), PLVAR (Plan Version), OTYPE (Object Type), OBJID (Object ID), BEGDA (Start Date), ENDDA (End Date), BUKRS (Company Code), HBKID (Short Key for a House Bank), HKTID (ID for Account Details).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| PLVAR | Plan Version | PLVAR | * | CHAR (2) |
| OTYPE | Object Type | OTYPE | * | CHAR (2) |
| OBJID | Object ID | HROBJID | * | NUMC (8) |
| BEGDA | Start Date | BEGDA | DATS (8) | |
| ENDDA | End Date | ENDDA | DATS (8) | |
| BUKRS | Company Code | BUKRS | * | CHAR (4) |
| HBKID | Short Key for a House Bank | HBKID | * | CHAR (5) |
| HKTID | ID for Account Details | HKTID | * | CHAR (5) |
| NODEID | Character Field of Length 12 | CHAR12 | CHAR (12) | |
| CREATEDBY | User Name | UNAME | CHAR (12) | |
| CREATEDON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | DEC (15) | |
| CHANGEDBY | User Name | UNAME | CHAR (12) | |
| CHANGEDON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS | DEC (15) |


