I_MfgOrdPlanInspCharInfo
Order PIC Info
I_MfgOrdPlanInspCharInfo is a Composite CDS View that provides data about "Order PIC Info" in SAP S/4HANA. It reads from 9 data sources. It has 4 associations to related views.
Data Sources (9)
| Source | Alias | Join Type |
|---|---|---|
| I_QltyMgmtPlantLvlConfign | _Configuration | left_outer |
| I_InspectionCharacteristic | _Inspcharspecification | inner |
| I_InspectionOperation | _InspectionOperation | inner |
| I_InspectionResult | _InspectionResult | left_outer |
| I_InspSubsetResult | _InspSampleResult | left_outer |
| I_InspSubsetCharacteristic | _InspSubsetCharacteristic | left_outer |
| I_CharcAttributeCodeText | I_CharcAttributeCodeText | left_outer |
| I_CharcAttributeCodeText | I_CharcAttributeCodeText | left_outer |
| I_InspectionLot | I_InspectionLot | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MaterialText | _MaterialText | $projection.Material = _MaterialText.Material and _MaterialText.Language = $session.system_language |
| [1..1] | I_InspectionLotStatus | _I_InspectionLotStatus | I_InspectionLot.StatusObject = _I_InspectionLotStatus.StatusObject and _I_InspectionLotStatus.StatusCode = 'I0224' |
| [0..1] | I_MfgInspCharcGrp | _InspCharcGrp | $projection.BOOCharcGroup = _InspCharcGrp.InspCharcGrp |
| [0..1] | I_MfgInspCharcGrpDivn | _InspCharcGrpDivn | $projection.BOOCharcGroup = _InspCharcGrpDivn.InspCharcGrp and $projection.BOOCharcGroupDivision = _InspCharcGrpDivn.InspCharcGrpDivn |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IORDPIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| EndUserText.label | Order PIC Info | view |
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_MfgOrdPlanInspCharInfo.
-- 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: IORDPIC
CREATE VIEW I_MfgOrdPlanInspCharInfo AS
SELECT * -- field list not available in parsed metadata
FROM I_InspectionLot
INNER JOIN I_InspectionOperation AS _InspectionOperation ON /* join condition not captured in parsed metadata */
INNER JOIN I_InspectionCharacteristic AS _Inspcharspecification ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_InspSubsetCharacteristic AS _InspSubsetCharacteristic ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_InspSubsetResult AS _InspSampleResult ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_InspectionResult AS _InspectionResult ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_CharcAttributeCodeText ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_QltyMgmtPlantLvlConfign AS _Configuration ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_MaterialText AS _MaterialText ON Material = _MaterialText.Material AND _MaterialText.Language = $session.system_language -- association [0..1]
LEFT OUTER JOIN I_InspectionLotStatus AS _I_InspectionLotStatus ON I_InspectionLot.StatusObject = _I_InspectionLotStatus.StatusObject AND _I_InspectionLotStatus.StatusCode = 'I0224' -- association [1..1]
LEFT OUTER JOIN I_MfgInspCharcGrp AS _InspCharcGrp ON BOOCharcGroup = _InspCharcGrp.InspCharcGrp -- association [0..1]
LEFT OUTER JOIN I_MfgInspCharcGrpDivn AS _InspCharcGrpDivn ON BOOCharcGroup = _InspCharcGrpDivn.InspCharcGrp AND BOOCharcGroupDivision = _InspCharcGrpDivn.InspCharcGrpDivn -- 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