R_SRCGPROJITMDEMANDDISTR

CDS View

Demand Distribution for Srcg Proj Item

R_SRCGPROJITMDEMANDDISTR is a CDS View in S/4HANA. Demand Distribution for Srcg Proj Item. It contains 10 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
C_SrcgProjDmndDistrCompare view_entity from CONSUMPTION Demand Distribution
C_SrcgProjDmndDistrDocVarbl view from CONSUMPTION Doc Varbl for Demand Distr in Srcg Proj
C_SrcgProjDmndDistrSummary view_entity from CONSUMPTION Summary of Demand Distr in Srcg Project
C_SrcgProjItmDemandDistrDEX view_entity from CONSUMPTION SrcgProj Item Distribution Extraction
I_SrcgProjItmDemandDistr view_entity from BASIC Demand Distribution for Srcg Proj Item
R_SrcgProjItmDemandDistrTP view_entity from TRANSACTIONAL Demand Distr for Srcg Project Item - TP

Fields (10)

KeyField CDS FieldsUsed in Views
KEY SrcgProjDmndDistributionUUID SrcgProjDmndDistributionUUID 1
MaxAnnualRequestedQuantity MaxAnnualRequestedQuantity 1
ProcmtHubPlantUniqueID ProcmtHubPlantUniqueID 1
RequestedCommitmentPeriod RequestedCommitmentPeriod 1
RequestedQuantity RequestedQuantity 1
SourcingProjectItemUUID SourcingProjectItemUUID 1
SourcingProjectUUID SourcingProjectUUID 1
SrcgProjFollowOnDocumentCat SrcgProjFollowOnDocumentCat 1
SrcgProjFollowOnDocumentType SrcgProjFollowOnDocumentType 1
SrcgProjItemDemandConfCode SrcgProjItemDemandConfCode 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.

-- Demand Distribution for Srcg Proj Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_SRCGPROJITMDEMANDDISTR (
    SRCGPROJDMNDDISTRIBUTIONUUID,
    MAXANNUALREQUESTEDQUANTITY,
    PROCMTHUBPLANTUNIQUEID,
    REQUESTEDCOMMITMENTPERIOD,
    REQUESTEDQUANTITY,
    SOURCINGPROJECTITEMUUID,
    SOURCINGPROJECTUUID,
    SRCGPROJFOLLOWONDOCUMENTCAT,
    SRCGPROJFOLLOWONDOCUMENTTYPE,
    SRCGPROJITEMDEMANDCONFCODE,
    PRIMARY KEY (SRCGPROJDMNDDISTRIBUTIONUUID)
);