/APE/I_BOStrategyIDText_TP

DDL: /APE/I_BOSTRATEGYIDTEXT_TP Type: view TRANSACTIONAL

BO Determination Strategy Description

/APE/I_BOStrategyIDText_TP is a Transactional CDS View that provides data about "BO Determination Strategy Description" in SAP S/4HANA. It reads from 1 data source (/APE/I_BOStrategyIDText) and exposes 4 fields with key field language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
/APE/I_BOStrategyIDText /APE/I_BOStrategyIDText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] /APE/I_BOSTRID_TP _BOStrategyID $projection.ape_parent_key = _BOStrategyID.config_key

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName /APE/I_BOSTRIDT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label BO Determination Strategy Description view
ObjectModel.writeActivePersistence /APE/BOSTRIDT view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.writeDraftPersistence /APE/BOSTRIDT_DR view
VDM.viewType #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY language language Report Text Language
LanguageForEdit language Report Text Language
description description Well Code Des.
_BOStrategyID _BOStrategyID

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 /APE/I_BOStrategyIDText_TP.
-- 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 /APE/I_BOStrategyIDText_TP AS
SELECT
  language,
  language AS LanguageForEdit,
  description
FROM /APE/I_BOStrategyIDText
LEFT OUTER JOIN /APE/I_BOSTRID_TP AS _BOStrategyID ON ape_parent_key = _BOStrategyID.config_key  -- association [1..1]
;