_RECIPE

_RECIPE is an SAP database table in S/4HANA. It contains 13 fields.

Fields (13)

KeyField CDS FieldsUsed in Views
Recipe Recipe 2
RecipeAlternativeNumber RecipeAlternativeNumber 1
RecipeAuthorizationGroup RecipeAuthorizationGroup 1
RecipeIsArchived RecipeIsArchived 1
RecipeIsDeleted RecipeIsDeleted 1
RecipePrimaryOutputInternalID RecipePrimaryOutputInternalID 3
RecipePurpose RecipePurpose 1
RecipeStatus RecipeStatus 2
RecipeType RecipeType 2
RecipeUUID RecipeUUID 7
RecipeValidityEndDate RecipeValidityEndDate 2
RecipeValidityStartDate RecipeValidityStartDate 2
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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _RECIPE (
    RECIPE,
    RECIPEALTERNATIVENUMBER,
    RECIPEAUTHORIZATIONGROUP,
    RECIPEISARCHIVED,
    RECIPEISDELETED,
    RECIPEPRIMARYOUTPUTINTERNALID,
    RECIPEPURPOSE,
    RECIPESTATUS,
    RECIPETYPE,
    RECIPEUUID,
    RECIPEVALIDITYENDDATE,
    RECIPEVALIDITYSTARTDATE,
    RECIPEVERSIONNUMBER
);