C_WorkPermitLongTextTP

DDL: C_WORKPERMITLONGTEXTTP Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
R_WorkPermitLongTextTP R_WorkPermitLongTextTP projection

Annotations (9)

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

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