C_AssgdFSItemMappingVersionVH

DDL: C_ASSGDFSITEMMAPPINGVERSIONVH SQL: CASSGDFSMVERVH Type: view CONSUMPTION

Assigned FSItem Mapping Version Search Help

C_AssgdFSItemMappingVersionVH is a Consumption CDS View that provides data about "Assigned FSItem Mapping Version Search Help" in SAP S/4HANA. It has 1 association to related views.

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_FSItemMappingVersion _MappingVersionT $projection.FSItemMappingVersion = _MappingVersionT.FSItemMappingVersion

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName CASSGDFSMVERVH view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
EndUserText.label Assigned FSItem Mapping Version Search Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FSItemMappingVersion FSItemMappingVersion
ConsolidationVersionText

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_AssgdFSItemMappingVersionVH.
-- 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: CASSGDFSMVERVH

CREATE VIEW C_AssgdFSItemMappingVersionVH AS
SELECT
  FSItemMappingVersion,
  _MappingVersionT._Text[1: Language = $session.system_language].ConsolidationVersionText AS ConsolidationVersionText
LEFT OUTER JOIN I_FSItemMappingVersion AS _MappingVersionT ON FSItemMappingVersion = _MappingVersionT.FSItemMappingVersion  -- association [1..1]
;