I_EHSTSKDEFSOURCEDOCUMENT

CDS View

EHS Task Definition Source Document

I_EHSTSKDEFSOURCEDOCUMENT is a CDS View in S/4HANA. EHS Task Definition Source Document. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_EHSTskDefSourceDocumentTP view_entity from TRANSACTIONAL EHS Task Definition Source Document - TP
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'EHS Task Definition Source Document'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #M,
  dataClass: #MASTER
}
@ObjectModel.representativeKey: 'EHSTskDefSourceDocumentUUID'
@Search.searchable: false
@VDM.viewType: #BASIC
define view entity I_EHSTskDefSourceDocument
  as select from ehfndd_tdef_doc
  
  association [1..1] to I_EHSTaskDefinition as _EHSTaskDefinition on $projection.EHSTaskDefinitionUUID = _EHSTaskDefinition.EHSTaskDefinitionUUID
{
  key ehstskdefsourcedocumentuuid    as EHSTskDefSourceDocumentUUID,
      ehstaskdefinitionuuid          as EHSTaskDefinitionUUID,
      ehsattachmentservicefileid     as EHSAttachmentServiceFileID,
      ehstskdefsrcedocpagenumber     as EHSTskDefSrceDocPageNumber,
      ehstskdefsrcedoctxtfragmentid  as EHSTskDefSrceDocTxtFragmentId,
      ehsattachmentserviceobjecttype as EHSAttachmentServiceObjectType,
      ehsattachmentserviceobjectkey  as EHSAttachmentServiceObjectKey,
  
  @ObjectModel.association.type: [#TO_COMPOSITION_PARENT,
                                  #TO_COMPOSITION_ROOT]
  _EHSTaskDefinition
}