A_WorkPermitLongText

DDL: A_WORKPERMITLONGTEXT Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_WorkPermitLongTextTP R_WorkPermitLongTextTP projection

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/