C_MfgOrderAssembledBatchVH

DDL: C_MFGORDERASSEMBLEDBATCHVH SQL: CMFGORDASSMBBTCH Type: view CONSUMPTION Package: MPE_EXEC_NON_CONFORMANCE

Batch Number

C_MfgOrderAssembledBatchVH is a Consumption CDS View that provides data about "Batch Number" in SAP S/4HANA. Part of development package MPE_EXEC_NON_CONFORMANCE.

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CMFGORDASSMBBTCH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
EndUserText.label Batch Number view

Fields (19)

KeyFieldSource TableSource FieldDescription
KEY Reservation Reservation Reservation
KEY ReservationItem ReservationItem Reservation Item
KEY RecordType RecordType Reservation Record Type
KEY OpActyNtwkInstance OpActyNtwkInstance Instance ID
KEY OpActyNtwkElement OpActyNtwkElement Element Number
KEY AssemblyShopFloorItem AssemblyShopFloorItem
KEY Batch Batch Lot No.
KEY Material Material Vehicle Model
KEY Plant Plant Valuation Area
StorageLocation StorageLocation StorageLocation
BatchBySupplier BatchBySupplier Supplier Batch
_Material _Material
_OpActyNtwkInstance _OpActyNtwkInstance
_OperationActivityInstance _OperationActivityInstance
_ParentShopFloorItem _ParentShopFloorItem
_Plant _Plant
_Reservation _Reservation
_ReservationItem _ReservationItem
_StorageLocation _StorageLocation

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 C_MfgOrderAssembledBatchVH.
-- 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: CMFGORDASSMBBTCH

CREATE VIEW C_MfgOrderAssembledBatchVH AS
SELECT
  Reservation,
  ReservationItem,
  RecordType,
  OpActyNtwkInstance,
  OpActyNtwkElement,
  AssemblyShopFloorItem,
  Batch,
  Material,
  Plant,
  StorageLocation,
  BatchBySupplier
;