C_PCLblConfigurationPlantTP

DDL: C_PCLBLCONFIGURATIONPLANTTP Type: view_entity CONSUMPTION Package: EHLBL_CNS_MANAGE_CNFG_LBL

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. It is exposed through 1 OData service (UI_PRODCMPLNCCONFIGNFORLABELS). Part of development package EHLBL_CNS_MANAGE_CNFG_LBL.

Data Sources (1)

SourceAliasJoin Type
R_PCLblConfigurationPlantTP R_PCLblConfigurationPlantTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED 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

OData Services (1)

ServiceBindingVersionContractRelease
UI_PRODCMPLNCCONFIGNFORLABELS UI_PRODCMPLNCCONFIGNFORLBL V4 C1 NOT_RELEASED

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY PCLblConfigurationID PCLblConfigurationID
KEY Plant Plant
PlantForEdit PlantForEdit
PlantName _PlantStdVH PlantName
CreatedByUser CreatedByUser
CreationDateTime CreationDateTime
LastChangedByUser LastChangedByUser
LastChangeDateTime LastChangeDateTime
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@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
}