I_MASTERRECIPEHEADER

CDS View

Master Recipe Header Details

I_MASTERRECIPEHEADER is a CDS View in S/4HANA. Master Recipe Header Details. It contains 25 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MasterRecipeHeaderTP view_entity from TRANSACTIONAL Master Recipe - Header

Fields (25)

KeyField CDS FieldsUsed in Views
KEY BillOfOperationsGroup MasterRecipeGroup 1
KEY BillOfOperationsVariant MasterRecipe 1
KEY BOOInternalVersionCounter MasterRecipeInternalVersion 1
BillOfOperationsDesc BillOfOperationsDesc 1
BillOfOperationsProfile BillOfOperationsProfile 1
BillOfOperationsStatus BillOfOperationsStatus 1
BillOfOperationsUnit BillOfOperationsUnit 1
BillOfOperationsUsage BillOfOperationsUsage 1
ChangeNumber ChangeNumber 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
LastChangeDate LastChangeDate 1
LastChangedByUser LastChangedByUser 1
LongTextLanguageCode LongTextLanguageCode 1
MaximumLotSizeQuantity MaximumLotSizeQuantity 1
MinimumLotSizeQuantity MinimumLotSizeQuantity 1
OperationReferenceQuantity OperationReferenceQuantity 1
OperationUnit OperationUnit 1
OpQtyToBaseQtyDnmntr OpQtyToBaseQtyDnmntr 1
OpQtyToBaseQtyNmrtr OpQtyToBaseQtyNmrtr 1
PlainLongText PlainLongText 1
Plant Plant 1
ResponsiblePlannerGroup ResponsiblePlannerGroup 1
ValidityEndDate ValidityEndDate 1
ValidityStartDate ValidityStartDate 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.

-- Master Recipe Header Details
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MASTERRECIPEHEADER (
    BILLOFOPERATIONSGROUP,
    BILLOFOPERATIONSVARIANT,
    BOOINTERNALVERSIONCOUNTER,
    BILLOFOPERATIONSDESC,
    BILLOFOPERATIONSPROFILE,
    BILLOFOPERATIONSSTATUS,
    BILLOFOPERATIONSUNIT,
    BILLOFOPERATIONSUSAGE,
    CHANGENUMBER,
    CREATEDBYUSER,
    CREATIONDATE,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    LONGTEXTLANGUAGECODE,
    MAXIMUMLOTSIZEQUANTITY,
    MINIMUMLOTSIZEQUANTITY,
    OPERATIONREFERENCEQUANTITY,
    OPERATIONUNIT,
    OPQTYTOBASEQTYDNMNTR,
    OPQTYTOBASEQTYNMRTR,
    PLAINLONGTEXT,
    PLANT,
    RESPONSIBLEPLANNERGROUP,
    VALIDITYENDDATE,
    VALIDITYSTARTDATE,
    PRIMARY KEY (BILLOFOPERATIONSGROUP, BILLOFOPERATIONSVARIANT, BOOINTERNALVERSIONCOUNTER)
);