C_PaymentTermsTextVHTemp
Payment Term Text
C_PaymentTermsTextVHTemp is a Consumption CDS View that provides data about "Payment Term Text" in SAP S/4HANA. It reads from 1 data source (t052u) and exposes 4 fields with key fields PaymentTerms, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t052u | t052u | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Payment Term Text | view | |
| AbapCatalog.sqlViewName | CPAYTERMSVHTEXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | PaymentTerms | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PaymentTerms | zterm | ||
| KEY | Language | spras | ||
| PaymentTermsName | Payment Terms Description | |||
| _Language | _Language |
@EndUserText.label: 'Payment Term Text'
@AbapCatalog.sqlViewName: 'CPAYTERMSVHTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.representativeKey: 'PaymentTerms'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
define view C_PaymentTermsTextVHTemp
as select from t052u
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key zterm as PaymentTerms,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key spras as Language,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.75
@Search.ranking: #LOW
@EndUserText.label: 'Payment Terms Description'
@EndUserText.quickInfo: 'Payment Terms Description'
cast( text1 as char1024 ) as PaymentTermsName,
_Language
} where ztagg = '00' //Constraint of displaying only first text for each Payment Term
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T052U"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA