C_AltvConfFUPSubstnStrgyTextTP

DDL: C_ALTVCONFFUPSUBSTNSTRGYTEXTTP Type: view_entity CONSUMPTION Package: ATP_ABC_SUBSTITUTION_STRATEGY

Substitution Strategy Description

C_AltvConfFUPSubstnStrgyTextTP is a Consumption CDS View that provides data about "Substitution Strategy Description" in SAP S/4HANA. It reads from 1 data source (I_AltvBsdConfSubstnStrgyTextTP) and exposes 5 fields with key fields AltvBsdConfSubstnStrgyUUID, Language. It has 1 association to related views. It is exposed through 1 OData service (ASQL_F2699). Part of development package ATP_ABC_SUBSTITUTION_STRATEGY.

Data Sources (1)

SourceAliasJoin Type
I_AltvBsdConfSubstnStrgyTextTP I_AltvBsdConfSubstnStrgyTextTP from

Associations (1)

CardinalityTargetAliasCondition
[1..1] C_AltvBsdConfFUPStrategyTP _Strategy $projection.AltvBsdConfSubstnStrgyUUID = _Strategy.AltvBsdConfSubstnStrgyUUID

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
ObjectModel.representativeKey AltvBsdConfSubstnStrgyUUID view
ObjectModel.dataCategory #TEXT view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.transactionalProcessingDelegated true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
EndUserText.label Substitution Strategy Description view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F2699 ASQL_F2699 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY AltvBsdConfSubstnStrgyUUID AltvBsdConfSubstnStrgyUUID Substitution Strategy UUID
KEY Language Language Report Text Language
AltvBsdConfSubstnStrgyText AltvBsdConfSubstnStrgyText Strategy Description
_Strategy _Strategy
_Language _Language

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_AltvConfFUPSubstnStrgyTextTP.
-- 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_AltvConfFUPSubstnStrgyTextTP AS
SELECT
  AltvBsdConfSubstnStrgyUUID,
  Language,
  AltvBsdConfSubstnStrgyText
FROM I_AltvBsdConfSubstnStrgyTextTP
LEFT OUTER JOIN C_AltvBsdConfFUPStrategyTP AS _Strategy ON AltvBsdConfSubstnStrgyUUID = _Strategy.AltvBsdConfSubstnStrgyUUID  -- association [1..1]
;