CRMS4C_STAT_EXEC
Execution Status for Service Orders and Service Items
CRMS4C_STAT_EXEC is an SAP database table in S/4HANA. Execution Status for Service Orders and Service Items. It contains 3 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SrvcDocExecutionStatus | view | from | BASIC | Service Transaction Execution Status |
| I_SrvcDocExecutionStatusText | view_entity | from | BASIC | Service Transact Execution Status - Text |
Fields (3)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | object_type | crmt_subobject_category_db | Trans. Cat. | |||
| KEY | stat_quotation | crms4_stat_quotation | Quotation Status | |||
| KEY | stat_execution | crms4_stat_maintenance | Execution Status |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Execution Status for Service Orders and Service Items
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CRMS4C_STAT_EXEC (
OBJECT_TYPE, -- Trans. Cat. [crmt_subobject_category_db]
STAT_QUOTATION, -- Quotation Status [crms4_stat_quotation]
STAT_EXECUTION, -- Execution Status [crms4_stat_maintenance]
PRIMARY KEY (OBJECT_TYPE, STAT_QUOTATION, STAT_EXECUTION)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA