I_MFGBOOSEQUENCECHANGESTATE

CDS View

Manufacturing Bill of Operations Sequence Change State

I_MFGBOOSEQUENCECHANGESTATE is a CDS View in S/4HANA. Manufacturing Bill of Operations Sequence Change State. It contains 28 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
I_MasterRecipeActivity view_entity from COMPOSITE Master Recipe Activity(Opr,Phs,SecRes) Details
I_ProdnRtgSequenceTP view_entity from TRANSACTIONAL Transaction View for Production Routing Sequence
I_RoutingSequence view from BASIC Routing Sequence Details
I_TaskListSequence view_entity from COMPOSITE Task List Sequence
R_ProdnRoutingSequenceTP_2 view_entity from TRANSACTIONAL Production Routing Sequence

Fields (28)

KeyField CDS FieldsUsed in Views
KEY BillOfOperationsGroup BillOfOperationsGroup 2
KEY BillOfOperationsSequence BillOfOperationsSequence 2
KEY BillOfOperationsType BillOfOperationsType 2
KEY BillOfOperationsVariant BillOfOperationsVariant 2
KEY BOOSqncInternalVersionCounter BOOSqncInternalVersionCounter 1
_BillOfOperations _BillOfOperations 2
_BillOfOperationsGroup _BillOfOperationsGroup 2
_BillOfOperationsRefSequence _BillOfOperationsRefSequence 1
_BillOfOperationsSequence _BillOfOperationsSequence 2
_BillOfOperationsType _BillOfOperationsType 2
_BOOOperationsBranchOperation _BOOOperationsBranchOperation 1
_BOOOperationsReturnOperation _BOOOperationsReturnOperation 1
_ChangeMaster _ChangeMaster 1
_SequenceCategory _SequenceCategory 1
BillOfOperationsRefSequence BillOfOperationsRefSequence 1
BOOSqncBranchOpInternalID BOOSqncBranchOpInternalID 1
BOOSqncReturnOpInternalID BOOSqncReturnOpInternalID 1
ChangeNumber ChangeNumber 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
IsDeleted IsDeleted 1
IsImplicitlyDeleted IsImplicitlyDeleted 1
LastChangeDate LastChangeDate 1
LastChangedByUser LastChangedByUser 1
MaximumLotSizeQuantity MaximumLotSizeQuantity 1
MinimumLotSizeQuantity MinimumLotSizeQuantity 1
SequenceCategory SequenceCategory 1
SequenceText SequenceText 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.

-- Manufacturing Bill of Operations Sequence Change State
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MFGBOOSEQUENCECHANGESTATE (
    BILLOFOPERATIONSGROUP,
    BILLOFOPERATIONSSEQUENCE,
    BILLOFOPERATIONSTYPE,
    BILLOFOPERATIONSVARIANT,
    BOOSQNCINTERNALVERSIONCOUNTER,
    _BILLOFOPERATIONS,
    _BILLOFOPERATIONSGROUP,
    _BILLOFOPERATIONSREFSEQUENCE,
    _BILLOFOPERATIONSSEQUENCE,
    _BILLOFOPERATIONSTYPE,
    _BOOOPERATIONSBRANCHOPERATION,
    _BOOOPERATIONSRETURNOPERATION,
    _CHANGEMASTER,
    _SEQUENCECATEGORY,
    BILLOFOPERATIONSREFSEQUENCE,
    BOOSQNCBRANCHOPINTERNALID,
    BOOSQNCRETURNOPINTERNALID,
    CHANGENUMBER,
    CREATEDBYUSER,
    CREATIONDATE,
    ISDELETED,
    ISIMPLICITLYDELETED,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    MAXIMUMLOTSIZEQUANTITY,
    MINIMUMLOTSIZEQUANTITY,
    SEQUENCECATEGORY,
    SEQUENCETEXT,
    PRIMARY KEY (BILLOFOPERATIONSGROUP, BILLOFOPERATIONSSEQUENCE, BILLOFOPERATIONSTYPE, BILLOFOPERATIONSVARIANT, BOOSQNCINTERNALVERSIONCOUNTER)
);