R_WORKPERMITLONGTEXTTP
Work Permit Long Text
R_WORKPERMITLONGTEXTTP is a CDS View in S/4HANA. Work Permit Long Text. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_WorkPermitLongText | view_entity | projection | CONSUMPTION | Work Premit Long Text |
| C_WorkPermitLongTextTP | view_entity | projection | CONSUMPTION | Work Permit Long text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MIXED
}
@EndUserText.label: 'Work Permit Long Text'
@ObjectModel.dataCategory:#TEXT
define view entity R_WorkPermitLongTextTP
as select from I_WorkPermitLongText
association to parent R_WorkPermitTP as _WorkPermit on $projection.WorkPermit = _WorkPermit.WorkPermit
{
key WorkPermit,
@Semantics.language:true
key Language,
WorkPermitInternalID,
TextObjectKey,
TextObjectCategory,
TextObjectType,
@Semantics.text:true
_LongText.PlainLongText as WorkPermitLongText,
@Semantics.text:true
WrkPmtMaintenanceRemarkText,
@Semantics.text:true
WorkPermitOperationRemarkText,
_WorkPermit.MaintenancePlanningPlant,
_WorkPermit.WorkPermitType,
/* Associations */
_Language,
//_LongText,
_TextObjectCategory,
_TextObjectType,
/* Local Associations */
_WorkPermit
}
where WrkPmtMgmtObjSubType = 'P'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECTPLAINLONGTEXT",
"I_WORKPERMITLONGTEXT",
"R_WORKPERMITTP"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_TEXTOBJECTCATEGORY",
"I_TEXTOBJECTTYPE",
"R_WORKPERMITTP"
],
"BASE":
[
"I_WORKPERMITLONGTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/