C_PCLblConfigurationPlantTP
Configurations for Labels Plants
C_PCLblConfigurationPlantTP is a Consumption CDS View that provides data about "Configurations for Labels Plants" in SAP S/4HANA. It reads from 1 data source (R_PCLblConfigurationPlantTP) and exposes 8 fields with key fields PCLblConfigurationID, Plant.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_PCLblConfigurationPlantTP | R_PCLblConfigurationPlantTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Configurations for Labels Plants | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PCLblConfigurationID | PCLblConfigurationID | ||
| KEY | Plant | Plant | ||
| PlantForEdit | PlantForEdit | |||
| PlantName | _PlantStdVH | PlantName | ||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime |
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
}
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@Metadata.allowExtensions: true
@EndUserText.label: 'Configurations for Labels Plants'
define view entity C_PCLblConfigurationPlantTP
as projection on R_PCLblConfigurationPlantTP
{
key PCLblConfigurationID,
key Plant,
@ObjectModel.text.element: ['PlantName']
@ObjectModel.editableFieldFor: 'Plant'
PlantForEdit,
_PlantStdVH.PlantName,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_PCLblConfiguration : redirected to parent C_PCLblConfigurationTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PLANTSTDVH",
"R_PCLBLCONFIGURATIONPLANTTP"
],
"ASSOCIATED":
[
"C_PCLBLCONFIGURATIONTP",
"R_PCLBLCONFIGURATIONTP"
],
"BASE":
[
"R_PCLBLCONFIGURATIONPLANTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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