A_AltvConfSubstnStrgyAssgmt

DDL: A_ALTVCONFSUBSTNSTRGYASSGMT Type: view_entity CONSUMPTION

Subsn Strategy assigned to a CVC

A_AltvConfSubstnStrgyAssgmt is a Consumption CDS View that provides data about "Subsn Strategy assigned to a CVC" in SAP S/4HANA. It reads from 1 data source (R_AltvConfSubstnStrgyAssgmtTP) and exposes 6 fields with key field AltvConfSubstnStrgyAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
R_AltvConfSubstnStrgyAssgmtTP R_AltvConfSubstnStrgyAssgmtTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Subsn Strategy assigned to a CVC view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey AltvConfSubstnStrgyAssgmtUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name SubstitutionStrategyAssignment_Type view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY AltvConfSubstnStrgyAssgmtUUID AltvConfSubstnStrgyAssgmtUUID
ObjValDetnCharcValCombnUUID ObjValDetnCharcValCombnUUID CVC UUID
ObjValDetnAccessUUID ObjValDetnAccessUUID Access UUID
AltvBsdConfSubstnStrgyUUID AltvBsdConfSubstnStrgyUUID Substitution Strategy UUID
AltvBsdConfSubstnStrgyName
_AccessredirectedtoA_ObjValDetnAccess

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 A_AltvConfSubstnStrgyAssgmt.
-- 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 A_AltvConfSubstnStrgyAssgmt AS
SELECT
  AltvConfSubstnStrgyAssgmtUUID,
  ObjValDetnCharcValCombnUUID,
  ObjValDetnAccessUUID,
  AltvBsdConfSubstnStrgyUUID,
  cast( _SubstnStrgy.AltvBsdConfSubstnStrgyName as ovd_abc_substn_strgy_name preserving type ) AS AltvBsdConfSubstnStrgyName
FROM R_AltvConfSubstnStrgyAssgmtTP
;