I_MfgBillOfOperationsStdVH

DDL: I_MFGBILLOFOPERATIONSSTDVH SQL: IMFGBOO__VH Type: view COMPOSITE Package: VDM_PP_MD_RTG

Manufacturing Bill of Operations

I_MfgBillOfOperationsStdVH (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Manufacturing

I_MfgBillOfOperationsStdVH is a Composite CDS View that provides data about "Manufacturing Bill of Operations" in SAP S/4HANA. It reads from 1 data source (I_MfgBillOfOperations) and exposes 5 fields with key fields BillOfOperationsType, BillOfOperationsGroup, BillOfOperationsVariant. It is exposed through 3 OData services (ASQL_F2265, ASQL_F2266, ASQL_F5323). Part of development package VDM_PP_MD_RTG.

SAP Help Documentation

CategoryCDS Views for Basic Routing Data
Data CategoryValue Help
StatusReleased
Purpose
This CDS view provides a value help for manufacturing bill of operations (routings, master recipes and reference sets of operations).

Prerequisites
Users who want to run reports using this CDS view must have the authorization to display the following data: Display task lists by type ( C_ROUT with ACTVT = 03 ) or Value help task lists by type ( C_ROUT with ACTVT = F4 )

Structure
Measures and attributes Some important measures and attributes are: Bill of operations type Bill of operations group Bill of operations variant

View on SAP Help Portal →

SAP API Hub

CategoryComposite
StateC1
Line of BusinessManufacturing
Application ComponentPP-VDM-MD-2CL
CapabilitiesData Provider for Value Help,Data Source for Search
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageManufacturing for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides a value help for manufacturing bill of operations (routings, master recipes and reference sets of operations).</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_MfgBillOfOperations I_MfgBillOfOperations from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IMFGBOO__VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BillOfOperationsVariant view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Manufacturing Bill of Operations view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F2265 ASQL_F2265 C2 NOT_RELEASED
ASQL_F2266 ASQL_F2266 C2 NOT_RELEASED
ASQL_F5323 ASQL_F5323 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BillOfOperationsType BillOfOperationsType Task List Type
KEY BillOfOperationsGroup BillOfOperationsGroup Key for Task List Group
KEY BillOfOperationsVariant BillOfOperationsVariant Group Counter
_BillOfOperationsType _BillOfOperationsType
_BillOfOperationsGroup _BillOfOperationsGroup

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_MfgBillOfOperationsStdVH.
-- 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: IMFGBOO__VH

CREATE VIEW I_MfgBillOfOperationsStdVH AS
SELECT
  BillOfOperationsType,
  BillOfOperationsGroup,
  BillOfOperationsVariant
FROM I_MfgBillOfOperations
;