R_SOURCINGENVELOPE

CDS View

Sourcing Envelope

R_SOURCINGENVELOPE is a CDS View in S/4HANA. Sourcing Envelope. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
R_SourcingEnvelopeTP view_entity from TRANSACTIONAL Sourcing Envelope - TP
R_SourcingProjectEnvelope view_entity inner COMPOSITE Sourcing Project Envelope

Fields (2)

KeyField CDS FieldsUsed in Views
KEY SourcingEnvelopeUUID SourcingEnvelopeUUID 1
SourcingEnvelopeType SourcingEnvelopeType 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.

-- Sourcing Envelope
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_SOURCINGENVELOPE (
    SOURCINGENVELOPEUUID,
    SOURCINGENVELOPETYPE,
    PRIMARY KEY (SOURCINGENVELOPEUUID)
);