C_PCLblConfignShipToPartyTP

DDL: C_PCLBLCONFIGNSHIPTOPARTYTP Type: view_entity CONSUMPTION

Configurations for Labels Ship To Party

C_PCLblConfignShipToPartyTP is a Consumption CDS View that provides data about "Configurations for Labels Ship To Party" in SAP S/4HANA. It reads from 1 data source (R_PCLblConfignShipToPartyTP) and exposes 8 fields with key fields PCLblConfigurationID, Customer.

Data Sources (1)

SourceAliasJoin Type
R_PCLblConfignShipToPartyTP R_PCLblConfignShipToPartyTP projection

Annotations (9)

NameValueLevelField
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
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Configurations for Labels Ship To Party view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY PCLblConfigurationID PCLblConfigurationID
KEY Customer Customer
CustomerForEdit CustomerForEdit
CustomerName _Customer CustomerName
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
@AccessControl.personalData.blocking: #REQUIRED

@EndUserText.label: 'Configurations for Labels Ship To Party'
define view entity C_PCLblConfignShipToPartyTP
  as projection on R_PCLblConfignShipToPartyTP
{
      key PCLblConfigurationID,
      key Customer,
      
          @ObjectModel.text.element: ['CustomerName']
          @ObjectModel.editableFieldFor: 'Customer'      
          CustomerForEdit,
              
          @Semantics.personalData.isPotentiallySensitive: true
          _Customer.CustomerName,

          CreatedByUser,
          CreationDateTime,
          LastChangedByUser,
          LastChangeDateTime,

          /* Associations */
          _PCLblConfiguration : redirected to parent C_PCLblConfigurationTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTOMER_VH",
"R_PCLBLCONFIGNSHIPTOPARTYTP"
],
"ASSOCIATED":
[
"C_PCLBLCONFIGURATIONTP",
"R_PCLBLCONFIGURATIONTP"
],
"BASE":
[
"R_PCLBLCONFIGNSHIPTOPARTYTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/