Deprecated
This CDS view is deprecated in S/4HANA. Use I_OrderInternalID instead. View all deprecated CDS views →

I_OrdInternalBillOfOperations

DDL: I_ORDINTERNALBILLOFOPERATIONS SQL: IPPORDINTBOO Type: view BASIC

Order Internal Bill Of Operations

I_OrdInternalBillOfOperations is a Basic CDS View (Dimension) that provides data about "Order Internal Bill Of Operations" in SAP S/4HANA. It reads from 1 data source (afko) and exposes 1 field with key field OrderInternalBillOfOperations.

Data Sources (1)

SourceAliasJoin Type
afko afko from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IPPORDINTBOO view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey OrderInternalBillOfOperations view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_OrderInternalID view
VDM.viewType #BASIC view
EndUserText.label Order Internal Bill Of Operations view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY OrderInternalBillOfOperations TaskList No.Ops

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_OrdInternalBillOfOperations.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IPPORDINTBOO

CREATE VIEW I_OrdInternalBillOfOperations AS
SELECT
  cast(aufpl as orderinternalbillofoperations preserving type) AS OrderInternalBillOfOperations
FROM afko
;