C_WorkPermitLongTextTP
Work Permit Long text
C_WorkPermitLongTextTP is a Consumption CDS View that provides data about "Work Permit Long text" in SAP S/4HANA. It reads from 1 data source (R_WorkPermitLongTextTP) and exposes 5 fields with key fields WorkPermit, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_WorkPermitLongTextTP | R_WorkPermitLongTextTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Work Permit Long text | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.dataCategory | #TEXT | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkPermit | WorkPermit | ||
| KEY | Language | Language | ||
| WorkPermitLongText | WorkPermitLongText | |||
| WorkPermitOperationRemarkText | WorkPermitOperationRemarkText | Remarks By Operations Team | ||
| WrkPmtMaintenanceRemarkText | WrkPmtMaintenanceRemarkText | Remarks By Maintenance Team |
@EndUserText.label: 'Work Permit Long text'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #CONSUMPTION
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MASTER,
supportedCapabilities: [ #TRANSACTIONAL_PROVIDER ]
}
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions: true
@ObjectModel.dataCategory:#TEXT
define view entity C_WorkPermitLongTextTP
as projection on R_WorkPermitLongTextTP
{
@UI.hidden: true
key WorkPermit,
@UI.hidden: true
@Semantics.language:true
key Language,
@UI.hidden: true
@UI.multiLineText: true
@Semantics.text:true
WorkPermitLongText,
@UI.multiLineText: true
@EndUserText.label: 'Remarks By Operations Team'
@Semantics.text:true
WorkPermitOperationRemarkText,
@UI.multiLineText: true
@EndUserText.label: 'Remarks By Maintenance Team'
@Semantics.text:true
WrkPmtMaintenanceRemarkText,
/* Association */
_WorkPermit : redirected to parent C_WorkPermitTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_WORKPERMITLONGTEXTTP"
],
"ASSOCIATED":
[
"C_WORKPERMITTP",
"R_WORKPERMITTP"
],
"BASE":
[
"R_WORKPERMITLONGTEXTTP"
],
"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