I_ADVNCDRETSMGMTMATLINSPECTION

CDS View

Advanced Returns Mgmt Matl Inspection

I_ADVNCDRETSMGMTMATLINSPECTION is a CDS View in S/4HANA. Advanced Returns Mgmt Matl Inspection. It contains 8 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
C_BSOrdItmProcFlwInspDoc view from CONSUMPTION Inspection Doc Item Attrib BSOrdPrgrs
C_BSOrdProcFlwInspDoc view from CONSUMPTION Inspection Doc Attrib for BSOrd Prgrs
P_BusSolnOrdSlsOrdFlwLvl52 view inner CONSUMPTION Solution Order Sales Order Flow: Level 52
P_BusSolnOrdSlsOrdFlwLvl62 view inner CONSUMPTION Solution Order Sales Order Flow: Level 62
P_CustRetProcFlow05 view inner CONSUMPTION Customer Return Process Flow: Level +0.5 Inspection
P_CustRetProcFlow12 view inner CONSUMPTION Customer Return Process Flow: Level +1 Inspection
P_ReturnsDocumentItemRefund view inner CONSUMPTION Returns Document Item Refund

Fields (8)

KeyField CDS FieldsUsed in Views
KEY InspectionDocument InspectionDocument,Level1Document,SubsequentDocument 5
KEY ReturnsInspectionItem ReturnsInspectionItem 1
CustRetItmFollowUpActivity CustRetItmFollowUpActivity 2
InspectedProductQtyInBaseUnit InspectedProductQtyInBaseUnit 1
ProductIsInspectedAtCustSite ProductIsInspectedAtCustSite 2
ReferenceDocumentItem Level1DocumentItem 2
ReturnsDelivery ReturnsDelivery 3
ReturnsDeliveryItem ReturnsDeliveryItem 3

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.

-- Advanced Returns Mgmt Matl Inspection
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_ADVNCDRETSMGMTMATLINSPECTION (
    INSPECTIONDOCUMENT,
    RETURNSINSPECTIONITEM,
    CUSTRETITMFOLLOWUPACTIVITY,
    INSPECTEDPRODUCTQTYINBASEUNIT,
    PRODUCTISINSPECTEDATCUSTSITE,
    REFERENCEDOCUMENTITEM,
    RETURNSDELIVERY,
    RETURNSDELIVERYITEM,
    PRIMARY KEY (INSPECTIONDOCUMENT, RETURNSINSPECTIONITEM)
);