The COENV_COPY table in SAP ERP or S/4HANA stores Functions copied from sub environments to main environments data. There are total 7 fields in COENV_COPY table. The Functions copied from sub environments to main environments 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 COENV_COPY table. It is in Process Template (KABT) ABAP package and is part of the Activity-Based Costing (CO-OM-ABC) module.
SAP COENV_COPY Table Fields
Following is the list of fields that are available in SAP COENV_COPY table. The primary key fields of the table are MANDT (Client), NAMESPACE (Namespace), ENVIRONMNT (Valid Environments), LOG_FUNC (Logical Function Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| NAMESPACE | Namespace | NAMESPACE | * | CHAR (10) |
| ENVIRONMNT | Valid Environments | ABC_CLASS | * | CHAR (3) |
| LOG_FUNC | Logical Function Name | FUNCLOG | * | CHAR (30) |
| NAMESPACE_REF | Namespace | NAMESPACE | * | CHAR (10) |
| ENVIRONMNT_REF | Valid Environments | ABC_CLASS | * | CHAR (3) |
| LOG_FUNC_REF | Logical Function Name | FUNCLOG | * | CHAR (30) |


