I_GRANTSPONSOREDPROGRAMSLINK

CDS View

Grant Specific Sponsored Program Details

I_GRANTSPONSOREDPROGRAMSLINK is a CDS View in S/4HANA. Grant Specific Sponsored Program Details. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
I_GrantSponsoredProgCube view from COMPOSITE Grant and Sponsored Program - Cube
I_GrantSponsoredProgramsLinkTP view from TRANSACTIONAL TP View - SP details for Grant
I_GrntSpnsrdProgramsLnkVH view from COMPOSITE Sponsored Programs to a Grant
I_RIBRuleGrantSpnsrdProgramVH view from COMPOSITE RIB Rule Grant Spnsrd Program
P_SpnsrdPgmGrant view from COMPOSITE Sponsor program Grant usage
R_GrantSponsoredProgramsLinkTP view_entity from TRANSACTIONAL Grant Specific Sponsored Programs

Fields (2)

KeyField CDS FieldsUsed in Views
KEY GrantID GrantID 1
KEY SponsoredProgram SponsoredProgram,SponsoredProgramForEdit 2

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.

-- Grant Specific Sponsored Program Details
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_GRANTSPONSOREDPROGRAMSLINK (
    GRANTID,
    SPONSOREDPROGRAM,
    PRIMARY KEY (GRANTID, SPONSOREDPROGRAM)
);