C_PCLblConfignShipToPartyTP
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. It is exposed through 1 OData service (UI_PRODCMPLNCCONFIGNFORLABELS). Part of development package EHLBL_CNS_MANAGE_CNFG_LBL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_PCLblConfignShipToPartyTP | R_PCLblConfignShipToPartyTP | projection |
Annotations (9)
| 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 | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Configurations for Labels Ship To Party | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PRODCMPLNCCONFIGNFORLABELS | UI_PRODCMPLNCCONFIGNFORLBL | V4 | C1 | NOT_RELEASED |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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,
_Customer.CustomerName,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_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