The ERTPCOMPCODE table in SAP ERP or S/4HANA stores Internal Code for Individual Levels of RTP Component data. There are total 9 fields in ERTPCOMPCODE table. The Internal Code for Individual Levels of RTP Component 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 ERTPCOMPCODE table. It is in Real-Time Pricing (EE_EDM_RTP) ABAP package and is part of the Energy Data Management (IS-U-EDM) module.
SAP ERTPCOMPCODE Table Fields
Following is the list of fields that are available in SAP ERTPCOMPCODE table. The primary key fields of the table are MANDT (Client), RTPCOMP (RTP component).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| RTPCOMP | RTP component | E_RTPCOMP | * | CHAR (10) |
| SEASON | Season type | E_SEASON | * | CHAR (10) |
| SEASONBLOCK | Season group | E_SEASONBLOCK | * | CHAR (10) |
| DAYTYPE | Day type | E_DAYTYPE | * | CHAR (10) |
| DAYTYPEBLOCK | Day group | E_DAYTYPEBLOCK | * | CHAR (10) |
| TOUPERIOD | Time-of-use type | E_TOUPERIOD | * | CHAR (10) |
| TOUBLOCK | Time-of-use group | E_TOUBLOCK | * | CHAR (10) |
| GENERAL_CODE | General code for RTP component | E_GENERAL_CODE | CHAR (1) |


