I_CHANGERECDREFRECIPETP_2

CDS View

Change Record Reference Object Recipe

I_CHANGERECDREFRECIPETP_2 is a CDS View in S/4HANA. Change Record Reference Object Recipe. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ChangeRecordRefRecipe view_entity from COMPOSITE Recipe Assignments to Change Records

Fields (3)

KeyField CDS FieldsUsed in Views
RecipeAlternativeNumber RecipeAlternativeNumber 1
RecipePrimaryOutput RecipePrimaryOutput 1
RecipeVersionNumber RecipeVersionNumber 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.

-- Change Record Reference Object Recipe
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CHANGERECDREFRECIPETP_2 (
    RECIPEALTERNATIVENUMBER,
    RECIPEPRIMARYOUTPUT,
    RECIPEVERSIONNUMBER
);