I_BILLOFOPERATIONS

CDS View

Bill of Operations

I_BILLOFOPERATIONS is a CDS View in S/4HANA. Bill of Operations. It contains 23 fields. 31 CDS views read from this table.

CDS Views using this table (31)

ViewTypeJoinVDMDescription
C_ChangeRecordInspectionPlanVH view from CONSUMPTION Inspection Plan Value Help
C_ChangeRecordInspPlanMatVH view from CONSUMPTION Inspection Plan Value Help by Material
C_ChangeRecordMasterRcpVH view from CONSUMPTION Master Recipe Value Help
C_ChangeRecordPlngRtgVH view from CONSUMPTION Planning Routing Value Help
C_ChangeRecordProdnRoutingVH view from CONSUMPTION Production Routing Value Help
C_ChgRecdEquipTskListMatVH view from CONSUMPTION Material for Equipment Task List
C_ChgRecdEquipTskListVH view from CONSUMPTION Equipment Task List
C_ChgRecdFuncLocTskListMatVH view from CONSUMPTION Material for Functional Loc Task List
C_ChgRecdFuncLocTskListVH view from CONSUMPTION Functional Location Task List
C_ChgRecdMaintTskListMatVH view from CONSUMPTION Material for Maintenance Task List
C_ChgRecdMaintTskListVH view from CONSUMPTION Maintenance Task List
C_ChgRecdRateRtgTskListMatVH view from CONSUMPTION Material for Rate Rtg Task List
C_ChgRecdRateRtgTskListVH view from CONSUMPTION Rate Routing Task List
C_ChgRecdRefCutPlngPrflMatVH view from CONSUMPTION Material for Cut Planning Profile
C_ChgRecdRefCutPlngPrflVH view from CONSUMPTION Cut Planning Profile task List
C_ChgRecdRefOpSetTskListMatVH view from CONSUMPTION Material for Ref Op Set Task List
C_ChgRecdRefOpSetTskListVH view from CONSUMPTION Ref Op Set Task List
C_ChgRecdRefRateRtgTskListVH view from CONSUMPTION Ref rate Routing Task List
C_RefRateRtgTskListMatVH view from CONSUMPTION Material for Ref Rate Routing Task List
I_BillOfOperationsStdVH view from COMPOSITE Bill of Operations
I_BOOVersionHeader view_entity inner COMPOSITE Versioned Routing Header
I_ChgRecdChgdRefMstrRcp view_entity inner COMPOSITE Change Record Changed Master Recipe
I_InspectionPlan view from BASIC Inspection Plan
I_MaintenanceTaskList view from COMPOSITE Maintenance Task List
I_MfgBillOfOperations view from BASIC Manufacturing Bill of Operations
I_ProdnModOpActivityTemplate view_entity inner COMPOSITE Prodn Model Operation Activity Template
I_ProductionModel view_entity inner COMPOSITE Production Model Header
I_ProductionRoutingVersion view_entity inner COMPOSITE Production Routing Version
P_ProdnModOpActivityTemplate view_entity inner COMPOSITE
P_ShopFloorRtgTmplFldrUnion view_entity inner COMPOSITE
R_MaintenanceTaskListTP view_entity from TRANSACTIONAL TaskList Root View

Fields (23)

KeyField CDS FieldsUsed in Views
KEY BillOfOperationsGroup BillOfOperationsGroup,TaskListGroup 4
KEY BillOfOperationsType BillOfOperationsType,TaskListType 5
KEY BillOfOperationsVariant BillOfOperationsVariant,TaskListGroupCounter 4
_BillOfOperationsVersionType _BillOfOperationsVersionType 1
BillOfOperationIsExecutedInMES BillOfOperationIsExecutedInMES 4
BillOfOperationsIsTrnsfdToERP BillOfOperationsIsTrnsfdToERP 2
BillOfOperationsSubtype BillOfOperationsSubtype 1
BillOfOperationsVariantDesc BillOfOperationsVariantDesc 3
BillOfOperationsVersionType BillOfOperationsVersionType 2
HasChangeNumber HasChangeNumber 1
HasParameterEffectivity HasParameterEffectivity 1
IsMarkedForDeletion IsMarkedForDeletion 1
LastChangeDate LastChangeDate 2
LastChangedByUser LastChangedByUser 2
LastChangeTime LastChangeTime 1
LastUsageDate LastUsageDate 1
NumberOfUsages NumberOfUsages 1
ProdnProcgIsFlexible ProdnProcgIsFlexible 4
RoutingIsReworkRouting RoutingIsReworkRouting 4
ShopFloorRoutingTemplateOwner ShopFloorRoutingTemplateOwner 2
ShopFloorRoutingTemplateType ShopFloorRoutingTemplateType 3
ShopFloorRtgTemplateCategory ShopFloorRtgTemplateCategory 3
ShopFloorRtgTemplateSubType ShopFloorRtgTemplateSubType 3

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.

-- Bill of Operations
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BILLOFOPERATIONS (
    BILLOFOPERATIONSGROUP,
    BILLOFOPERATIONSTYPE,
    BILLOFOPERATIONSVARIANT,
    _BILLOFOPERATIONSVERSIONTYPE,
    BILLOFOPERATIONISEXECUTEDINMES,
    BILLOFOPERATIONSISTRNSFDTOERP,
    BILLOFOPERATIONSSUBTYPE,
    BILLOFOPERATIONSVARIANTDESC,
    BILLOFOPERATIONSVERSIONTYPE,
    HASCHANGENUMBER,
    HASPARAMETEREFFECTIVITY,
    ISMARKEDFORDELETION,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    LASTCHANGETIME,
    LASTUSAGEDATE,
    NUMBEROFUSAGES,
    PRODNPROCGISFLEXIBLE,
    ROUTINGISREWORKROUTING,
    SHOPFLOORROUTINGTEMPLATEOWNER,
    SHOPFLOORROUTINGTEMPLATETYPE,
    SHOPFLOORRTGTEMPLATECATEGORY,
    SHOPFLOORRTGTEMPLATESUBTYPE,
    PRIMARY KEY (BILLOFOPERATIONSGROUP, BILLOFOPERATIONSTYPE, BILLOFOPERATIONSVARIANT)
);