A_SourcingProjectNote

DDL: A_SOURCINGPROJECTNOTE Type: view_entity CONSUMPTION

Note

A_SourcingProjectNote is a Consumption CDS View that provides data about "Note" in SAP S/4HANA. It reads from 1 data source (R_SourcingProjectNoteTP) and exposes 11 fields with key field NoteBasicUUID. It is exposed through 1 OData service (API_SOURCINGPROJECT).

Data Sources (1)

SourceAliasJoin Type
R_SourcingProjectNoteTP R_SourcingProjectNoteTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Note view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECT API_SOURCINGPROJECT V4 C2 C1

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY NoteBasicUUID NoteBasicUUID
SourcingProjectUUID SourcingProjectUUID
NoteBasicLanguage NoteBasicLanguage
NoteBasicType NoteBasicType
NoteBasicTitle NoteBasicTitle
NoteBasicMimeType NoteBasicMIMEType
NoteBasicCreatedByUser NoteBasicCreatedByUser
NoteBasicCreationDateTime NoteBasicCreationDateTime
NoteBasicChangedByUser NoteBasicChangedByUser
NoteBasicChangeDateTime NoteBasicChangeDateTime
NoteBasicContent NoteBasicContent
@EndUserText.label: 'Note'

@AccessControl.authorizationCheck: #MANDATORY

@VDM: {
    viewType : #CONSUMPTION,
    lifecycle.contract.type: #PUBLIC_REMOTE_API,
    usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@Metadata.ignorePropagatedAnnotations:true

@ObjectModel: {
                usageType.dataClass: #TRANSACTIONAL,
                usageType.serviceQuality:  #B,
                usageType.sizeCategory: #L  }



define view entity A_SourcingProjectNote
  as projection on R_SourcingProjectNoteTP
{
  key      NoteBasicUUID,
           SourcingProjectUUID,
           NoteBasicLanguage,
           NoteBasicType,
           NoteBasicTitle,
           NoteBasicMIMEType as NoteBasicMimeType,
           NoteBasicCreatedByUser,
           NoteBasicCreationDateTime,
           NoteBasicChangedByUser,
           NoteBasicChangeDateTime,
           NoteBasicContent,
           @Semantics.booleanIndicator: true
           @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_MM_SRCGPROJ_NTE_TRANS_EXIT'
  virtual  SrcPrjNoteTypeIsInternal : mm_pur_sp_notetype_is_internal,
           //SrcPrjNoteTypeIsInternal,

           /* Associations */
           _SourcingProject : redirected to parent A_SourcingProject

}
where NoteBasicObjectNodeType = 'SourcingProject'