I_ROUTINGHEADER

CDS View

Routing Header Details

I_ROUTINGHEADER is a CDS View in S/4HANA. Routing Header Details. It contains 19 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_ProductionRoutingHeaderTP view_entity from TRANSACTIONAL Transaction View for Production Routing Header
I_RoutingSequence view inner BASIC Routing Sequence Details
R_ProductionRoutingHeaderTP_2 view_entity from TRANSACTIONAL Production Routing Header

Fields (19)

KeyField CDS FieldsUsed in Views
KEY BillOfOperationsGroup ProductionRoutingGroup 2
KEY BillOfOperationsVariant ProductionRouting 2
KEY BOOInternalVersionCounter BOOInternalVersionCounter,ProductionRoutingInternalVers 3
BillOfOperationsDesc BillOfOperationsDesc 2
BillOfOperationsStatus BillOfOperationsStatus 2
BillOfOperationsUnit BillOfOperationsUnit 3
BillOfOperationsUsage BillOfOperationsUsage 2
ChangeNumber ChangeNumber 2
CreatedByUser CreatedByUser 2
CreationDate CreationDate 2
LastChangeDate LastChangeDate 2
LastChangedByUser LastChangedByUser 2
MaximumLotSizeQuantity MaximumLotSizeQuantity 2
MinimumLotSizeQuantity MinimumLotSizeQuantity 2
PlainLongText PlainLongText 2
Plant Plant 2
ResponsiblePlannerGroup ResponsiblePlannerGroup 2
ValidityEndDate ValidityEndDate 2
ValidityStartDate ValidityStartDate 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.

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