C_PCLblConfigurationTextTP
Configurations for Labels Name
C_PCLblConfigurationTextTP is a Consumption CDS View that provides data about "Configurations for Labels Name" in SAP S/4HANA. It reads from 1 data source (R_PCLblConfigurationTextTP) and exposes 9 fields with key fields PCLblConfigurationID, Language. It is exposed through 1 OData service (UI_PRODCMPLNCCONFIGNFORLABELS).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_PCLblConfigurationTextTP | R_PCLblConfigurationTextTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Configurations for Labels Name | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PRODCMPLNCCONFIGNFORLABELS | UI_PRODCMPLNCCONFIGNFORLBL | V4 | C1 | NOT_RELEASED |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PCLblConfigurationID | PCLblConfigurationID | ||
| KEY | Language | Language | ||
| PCLblConfigurationName | PCLblConfigurationName | |||
| LanguageForEdit | LanguageForEdit | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _LanguageForEdit | _LanguageForEdit |
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
},
dataCategory: #TEXT
}
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@Metadata.allowExtensions: true
@EndUserText.label: 'Configurations for Labels Name'
define view entity C_PCLblConfigurationTextTP
as projection on R_PCLblConfigurationTextTP
{
key PCLblConfigurationID,
@Semantics.language:true
key Language,
@Semantics.text:true
PCLblConfigurationName,
@Consumption.filter.hidden: true
@ObjectModel.editableFieldFor: 'Language'
@ObjectModel.foreignKey.association: '_LanguageForEdit'
LanguageForEdit,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_LanguageForEdit,
_PCLblConfiguration : redirected to parent C_PCLblConfigurationTP
}
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