I_BILLOFOPERATIONSTYPE

CDS View

Bill of Operations Type

I_BILLOFOPERATIONSTYPE is a CDS View in S/4HANA. Bill of Operations Type. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_SchedProdnSalesDocumentVH view inner CONSUMPTION Sales Document
I_MaintenanceTaskListType view from BASIC Maintenance Task List Type

Fields (2)

KeyField CDS FieldsUsed in Views
KEY BillOfOperationsType TaskListType 1
_Text _Text 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.

-- Bill of Operations Type
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BILLOFOPERATIONSTYPE (
    BILLOFOPERATIONSTYPE,
    _TEXT,
    PRIMARY KEY (BILLOFOPERATIONSTYPE)
);