C_PurCatTargetLangValueHelp
Target Language of Purchasing Category
C_PurCatTargetLangValueHelp is a Consumption CDS View that provides data about "Target Language of Purchasing Category" in SAP S/4HANA. It reads from 1 data source (I_LanguageText) and exposes 2 fields with key field PurgCatTranslationTgtLang. Part of development package ODATA_SLC_CMN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LanguageText | LanguageText | left_outer |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPURCATTARGETLVH | view | |
| EndUserText.label | Target Language of Purchasing Category | view | |
| ObjectModel.representativeKey | PurgCatTranslationTgtLang | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurgCatTranslationTgtLang | I_PurchasingCatTranslationSts | PurgCatTranslationTgtLang | |
| LanguageName | I_LanguageText | LanguageName |
@AbapCatalog.sqlViewName: 'CPURCATTARGETLVH'
@EndUserText.label: 'Target Language of Purchasing Category'
@ObjectModel.representativeKey: 'PurgCatTranslationTgtLang'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MIXED
define view C_PurCatTargetLangValueHelp
as select distinct from I_PurchasingCatTranslationSts
left outer join I_LanguageText as LanguageText on LanguageText.LanguageCode = I_PurchasingCatTranslationSts.PurgCatTranslationTgtLang
and LanguageText.Language = $session.system_language
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
@ObjectModel.text.element: 'LanguageName'
key I_PurchasingCatTranslationSts.PurgCatTranslationTgtLang,
@Search.defaultSearchElement: true
@Semantics.text: true
LanguageText.LanguageName
}
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