I_Group3AssetEvaluationKeyText

DDL: I_GROUP3ASSETEVALUATIONKEYTEXT Type: view BASIC

Group 3 Asset Evaluation Key - Text

I_Group3AssetEvaluationKeyText (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Accounting and Financial Close

I_Group3AssetEvaluationKeyText is a Basic CDS View that provides data about "Group 3 Asset Evaluation Key - Text" in SAP S/4HANA. It reads from 1 data source (t087t) and exposes 4 fields with key fields Group3AssetEvaluationKey, Language. It has 1 association to related views.

SAP API Hub

StateC1
Line of BusinessAccounting and Financial Close
Application ComponentFI-AA-IS
CapabilitiesLanguage-Dependent Text
PackageAccounting and Financial Close for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
t087t t087t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIGR3ASTEVALKYT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Group 3 Asset Evaluation Key - Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey Group3AssetEvaluationKey view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Group3AssetEvaluationKey t087t ord4x Evaluation groups 1 - 4
KEY Language t087t spras Off. Language
AssetEvaluationKeyName t087t ordtx Evaluation group:Short description
_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 I_Group3AssetEvaluationKeyText.
-- 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 I_Group3AssetEvaluationKeyText AS
SELECT
  t087t.ord4x AS Group3AssetEvaluationKey,
  t087t.spras AS Language,
  t087t.ordtx AS AssetEvaluationKeyName
FROM t087t
LEFT OUTER JOIN I_Language AS _Language ON Language = _Language.Language  -- association [0..1]
;