The CRML_PREFILL_DAT table in SAP ERP or S/4HANA stores Temporary table for storing the serialized Prefill Data data. There are total 4 fields in CRML_PREFILL_DAT table. The Temporary table for storing the serialized Prefill Data 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 CRML_PREFILL_DAT table. It is in Data pre-filling and UI launch (CRM_APPL_PREFILL) ABAP package and is part of the Service Request (CRM-BTX-SRQ) module.
SAP CRML_PREFILL_DAT Table Fields
Following is the list of fields that are available in SAP CRML_PREFILL_DAT table. The primary key fields of the table are CLIENT (Client), GUID (GUID of a CRM Order Object).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | RAW (16) | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| HANDLER_CLASS | Prefill Handler Class Name | CRM_PREFILL_HANDLER_NAME | CHAR (30) |


