A_WorkPermitLongText
Work Premit Long Text
A_WorkPermitLongText is a Consumption CDS View that provides data about "Work Premit 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 (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Work Premit Long Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| OData.entityType.name | WorkPermitLongText_Type | 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 Premit Long Text'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #MANDATORY
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@ObjectModel.dataCategory:#TEXT
@OData.entityType.name: 'WorkPermitLongText_Type'
define view entity A_WorkPermitLongText
as projection on R_WorkPermitLongTextTP
{
key WorkPermit,
@Semantics.language:true
key Language,
@Semantics.text:true
WorkPermitLongText,
@EndUserText.label: 'Remarks By Operations Team'
@Semantics.text:true
WorkPermitOperationRemarkText,
@EndUserText.label: 'Remarks By Maintenance Team'
@Semantics.text:true
WrkPmtMaintenanceRemarkText,
/* Association */
_WorkPermit : redirected to parent A_WorkPermit
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_WORKPERMITLONGTEXTTP"
],
"ASSOCIATED":
[
"A_WORKPERMIT",
"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