I_TrsyPosCustomDiffntnTerm1

DDL: I_TRSYPOSCUSTOMDIFFNTNTERM1 Type: view_entity BASIC Package: FTR_GENERAL_CORE

Custom Defined Differentiation Term 1

I_TrsyPosCustomDiffntnTerm1 is a Basic CDS View (Dimension) that provides data about "Custom Defined Differentiation Term 1" in SAP S/4HANA. It reads from 1 data source (difc_custterm_v) and exposes 2 fields with key field TrsyPosCustomDiffntnTerm1. It has 1 association to related views. It is exposed through 4 OData services (ASQL_F1754, ASQL_F1755, ASQL_F1867, ...). Part of development package FTR_GENERAL_CORE.

Data Sources (1)

SourceAliasJoin Type
difc_custterm_v custterm_value_db from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TrsyPosCustomDiffntnTerm1Txt _Text $projection.TrsyPosCustomDiffntnTerm1 = _Text.TrsyPosCustomDiffntnTerm1

Annotations (15)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed false view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName ITRSYPOSCDIFF1 view
Analytics.internalName #LOCAL view
EndUserText.label Custom Defined Differentiation Term 1 view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey TrsyPosCustomDiffntnTerm1 view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
Search.searchable true view

OData Services (4)

ServiceBindingVersionContractRelease
ASQL_F1754 ASQL_F1754 C2 NOT_RELEASED
ASQL_F1755 ASQL_F1755 C2 NOT_RELEASED
ASQL_F1867 ASQL_F1867 C2 NOT_RELEASED
ASQL_F3966 ASQL_F3966 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrsyPosCustomDiffntnTerm1
_Text _Text

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_TrsyPosCustomDiffntnTerm1.
-- 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_TrsyPosCustomDiffntnTerm1 AS
SELECT
  cast( custterm_value_db.value as tpm_cust_diff_term_1_value preserving type ) AS TrsyPosCustomDiffntnTerm1
FROM difc_custterm_v AS custterm_value_db
LEFT OUTER JOIN I_TrsyPosCustomDiffntnTerm1Txt AS _Text ON TrsyPosCustomDiffntnTerm1 = _Text.TrsyPosCustomDiffntnTerm1  -- association [0..*]
;