QMFE_AFFCTD_OBJ
Object Affected by Defect
QMFE_AFFCTD_OBJ is an SAP database table in S/4HANA. Object Affected by Defect. It contains 9 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| E_DefectAffectedObject | view | from | EXTENSION | Defect Affected Object Extension |
| I_DefectAffectedObject | view | from | BASIC | Object Affected by Defect |
| I_NotifItemAffectedObject | view | from | BASIC | Object Affected by Notification Item |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | mandt | Client | |||
| KEY | qmnum | qmnum | Notification | |||
| KEY | fenum | felfd | Item | |||
| KEY | objcounter | qfaffcdobjcntr | Affected Object Counter (#) | |||
| objtype | qfaffcdobjtype | Affected Object Type | ||||
| material | matnr | Material | ||||
| quantity | qfaffcdquantity | Quantity | ||||
| quantityunit | qfaffcdquantityunit | Unit of Measure | ||||
| batch | charg_d | Batch |
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.
-- Object Affected by Defect
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE QMFE_AFFCTD_OBJ (
CLIENT, -- Client [mandt]
QMNUM, -- Notification [qmnum]
FENUM, -- Item [felfd]
OBJCOUNTER, -- Affected Object Counter (#) [qfaffcdobjcntr]
OBJTYPE, -- Affected Object Type [qfaffcdobjtype]
MATERIAL, -- Material [matnr]
QUANTITY, -- Quantity [qfaffcdquantity]
QUANTITYUNIT, -- Unit of Measure [qfaffcdquantityunit]
BATCH, -- Batch [charg_d]
PRIMARY KEY (CLIENT, QMNUM, FENUM, OBJCOUNTER)
);
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