P_CUSTRETPROCFLOW0

CDS View

P_CUSTRETPROCFLOW0 is a CDS View in S/4HANA. It contains 6 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
P_CustRetProcFlow05 view from CONSUMPTION
P_CustRetProcFlow06 view from CONSUMPTION
P_CustRetProcFlow10 view from CONSUMPTION
P_CustRetProcFlow10 view union_all CONSUMPTION
P_CustRetProcFlow12 view from CONSUMPTION
P_CustRetProcFlow13 view from CONSUMPTION
P_CustRetProcFlowMIHR view_entity from CONSUMPTION

Fields (6)

KeyField CDS FieldsUsed in Views
KEY CustomerReturn CustomerReturn,Level0Document 6
KEY SDDocumentCategory Level0DocumentCategory,SDDocumentCategory 6
CustomerReturnType CustomerReturnType 6
DistributionChannel DistributionChannel 6
OrganizationDivision OrganizationDivision 6
SalesOrganization SalesOrganization 6

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_CUSTRETPROCFLOW0 (
    CUSTOMERRETURN,
    SDDOCUMENTCATEGORY,
    CUSTOMERRETURNTYPE,
    DISTRIBUTIONCHANNEL,
    ORGANIZATIONDIVISION,
    SALESORGANIZATION,
    PRIMARY KEY (CUSTOMERRETURN, SDDOCUMENTCATEGORY)
);