The CIFRVMAP table in SAP ERP or S/4HANA stores Mapping Table NR/POS/ET <-> APO GUID (Sales Orders) data. There are total 5 fields in CIFRVMAP table. The Mapping Table NR/POS/ET <-> APO GUID (Sales Orders) 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 CIFRVMAP table. It is in 3Core Interface for APO – Modules for Releases from 4.0B (CIF4) ABAP package and is part of the Interfaces (SCM-APO-INT) module.
SAP CIFRVMAP Table Fields
Following is the list of fields that are available in SAP CIFRVMAP table. The primary key fields of the table are CLIENT (Client), RSNUM (Number of reservation/dependent requirements), RSPOS (Item Number of Reservation / Dependent Requirements).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| RSNUM | Number of reservation/dependent requirements | RSNUM | * | NUMC (10) |
| RSPOS | Item Number of Reservation / Dependent Requirements | RSPOS | NUMC (4) | |
| ORDID | GUID for Order Headers (RAW16) | CIFORDID16 | RAW (16) | |
| SCHEDID | GUID for Schedule Lines (RAW16) | CIFSCHED16 | RAW (16) |


