C_RETURNSREFERENCESALESORDER

CDS View

Returns Reference Sales Order

C_RETURNSREFERENCESALESORDER is a CDS View in S/4HANA. Returns Reference Sales Order. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_RetsReferenceSalesOrderItem view_entity inner CONSUMPTION Returns Reference Sales Order Item

Fields (5)

KeyField CDS FieldsUsed in Views
DistributionChannel DistributionChannel 1
OrganizationDivision OrganizationDivision 1
SalesDocumentType SalesDocumentType 1
SalesOrganization SalesOrganization 1
SDDocumentCategory SDDocumentCategory 1

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.

-- Returns Reference Sales Order
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE C_RETURNSREFERENCESALESORDER (
    DISTRIBUTIONCHANNEL,
    ORGANIZATIONDIVISION,
    SALESDOCUMENTTYPE,
    SALESORGANIZATION,
    SDDOCUMENTCATEGORY
);