C_BatchAvailableForAssyVH

DDL: C_BATCHAVAILABLEFORASSYVH Type: view_entity CONSUMPTION Package: MPE_EXEC_SFO

Batch available for assembly

C_BatchAvailableForAssyVH is a Consumption CDS View that provides data about "Batch available for assembly" in SAP S/4HANA. Part of development package MPE_EXEC_SFO.

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Material 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 available for assembly view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
KEY Batch Batch Lot No.
KEY Plant Plant Valuation Area
BatchBySupplier BatchBySupplier Supplier Batch
MaterialName
_Material _Material
_ProductPlant _ProductPlant
_Plant _Plant
_Product _Product

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_BatchAvailableForAssyVH.
-- 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.

CREATE VIEW C_BatchAvailableForAssyVH AS
SELECT
  Material,
  Batch,
  Plant,
  BatchBySupplier,
  _Material._Text[1: Language=$session.system_language].MaterialName AS MaterialName
;