I_FailedGoodsMovement
Failed Goods Movement Header
I_FailedGoodsMovement is a Composite CDS View (Dimension) that provides data about "Failed Goods Movement Header" in SAP S/4HANA. It reads from 1 data source (I_GoodsMovementException) and exposes 4 fields with key field FailedGoodsMovement. It has 2 associations to related views.
SAP Help Documentation
| Category | CDS Views for Discrete and Process Manufacturing |
|---|---|
| Data Category | Dimension |
Purpose
With this CDS view you can build foreign key associations to the first key field of failed goods movements ( AFFW-WEBLNR ) in analytical CDS views. This CDS view provides the prerequisites for answering the following business questions: Which failed goods movement IDs exist?
Prerequisites
Users have authorizations to: Display failed goods movements by order category ( C_AFFW_TWK )
Structure
Measures and attributes Some important measures and attributes are: Failed goods movement ID
With this CDS view you can build foreign key associations to the first key field of failed goods movements ( AFFW-WEBLNR ) in analytical CDS views. This CDS view provides the prerequisites for answering the following business questions: Which failed goods movement IDs exist?
Prerequisites
Users have authorizations to: Display failed goods movements by order category ( C_AFFW_TWK )
Structure
Measures and attributes Some important measures and attributes are: Failed goods movement ID
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_GoodsMovementException | affw | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_FailedGoodsMovementItem | _FailedGoodsMovementItem | $projection.FailedGoodsMovement = _FailedGoodsMovementItem.FailedGoodsMovement |
| [0..1] | I_OrderCategory | _OrderCategory | $projection.OrderCategory = _OrderCategory.OrderCategory |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFAILDGOODSMVT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.sapObjectNodeType.name | FailedGoodsMovement | view | |
| ObjectModel.representativeKey | FailedGoodsMovement | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Failed Goods Movement Header | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FailedGoodsMovement | |||
| OrderCategory | ||||
| _FailedGoodsMovementItem | _FailedGoodsMovementItem | |||
| _OrderCategory | _OrderCategory |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_FailedGoodsMovement.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IFAILDGOODSMVT
CREATE VIEW I_FailedGoodsMovement AS
SELECT
cast(affw.GoodsMovementException as pph_weblnr preserving type) AS FailedGoodsMovement,
cast(affw.OrderCategory as pph_autyp preserving type) AS OrderCategory
FROM I_GoodsMovementException AS affw
LEFT OUTER JOIN I_FailedGoodsMovementItem AS _FailedGoodsMovementItem ON FailedGoodsMovement = _FailedGoodsMovementItem.FailedGoodsMovement -- association [1..*]
LEFT OUTER JOIN I_OrderCategory AS _OrderCategory ON OrderCategory = _OrderCategory.OrderCategory -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA