SAP VCM_RT_STEP_INS Runtime value chain step instance Table
Overview
VCM_RT_STEP_INS is a standard SAP S/4HANA table that stores Runtime value chain step instance data. There are total 6 fields in the VCM_RT_STEP_INS table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table VCM_RT_STEP_INS belongs to CA-VCM: Value Chain Management (CA-VCM) module and is located in the package Runtime Database and Access (CA_VCM_RUNTIME_DB).
In addition, following links provide an overview of foreign key relationships, if any, that link VCM_RT_STEP_INS to other SAP tables and standard CDS views available based on VCM_RT_STEP_INS table in S/4HANA 2020.
Techincal Settings of VCM_RT_STEP_INS
Below are technical details of the table VCM_RT_STEP_INS
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of VCM_RT_STEP_INS Fields
The following table gives you an overview of the fields available in VCM_RT_STEP_INS
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT | 3 | |
| GUID | UUID of Value Chain Entity | VCM_UUID | RAW | 16 | |
| VALUE_CHAIN_INS_GUID | UUID of Value Chain Entity | VCM_UUID | VCM_RT_CHAIN_INS | RAW | 16 |
| STEP_TYPE | Process Step ID | VCM_STEP_TYPE_ID | CHAR | 10 | |
| STATUS | Status of Process Step - Runtime | VCM_VALUE_CHAIN_STEP_STATUS | CHAR | 2 | |
| PREDECESSOR_STEP_INS_GUID | UUID of Value Chain Entity | VCM_UUID | RAW | 16 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for VCM_RT_STEP_INS
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VCM_RT_STEP_INS | VALUE_CHAIN_INS_GUID | : | VCM_RT_CHAIN_INS |