DAC_D_MAINTORDER
Digital access for logging of Maintenance Order
DAC_D_MAINTORDER is an SAP database table in S/4HANA. Digital access for logging of Maintenance Order. It contains 9 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_DgtlAccLicMaintenanceOrder | view | from | BASIC | Digital Access Logging Table for Maintenance Order |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | aufnr | AUFNR | Order | |||
| document_type | RSUVM_UNIT | Unit | ||||
| action_type | DAC_ACTION_TYPE | Act Type | ||||
| instance_count | INT4 | INT4 | ||||
| dac_pp_component | EPP_COMPONENT_ID | Component | ||||
| dac_indirect_access | DAC_INDIRECT_ACCESS | Indirect | ||||
| dac_creation_date | SYDATUM | Current Date | ||||
| _dataaging | DATA_TEMPERATURE | Data Aging |
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.
-- Digital access for logging of Maintenance Order
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DAC_D_MAINTORDER (
CLIENT, -- Client [MANDT]
AUFNR, -- Order [AUFNR]
DOCUMENT_TYPE, -- Unit [RSUVM_UNIT]
ACTION_TYPE, -- Act Type [DAC_ACTION_TYPE]
INSTANCE_COUNT, -- INT4 [INT4]
DAC_PP_COMPONENT, -- Component [EPP_COMPONENT_ID]
DAC_INDIRECT_ACCESS, -- Indirect [DAC_INDIRECT_ACCESS]
DAC_CREATION_DATE, -- Current Date [SYDATUM]
_DATAAGING, -- Data Aging [DATA_TEMPERATURE]
PRIMARY KEY (CLIENT, AUFNR)
);
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