A_SrcgProjQtnNote

DDL: A_SRCGPROJQTNNOTE Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_SPQTN_API

Note

A_SrcgProjQtnNote is a Consumption CDS View that provides data about "Note" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjQtnNoteTP) and exposes 11 fields with key field NoteBasicUUID. It is exposed through 1 OData service (API_SOURCINGPROJECTQUOTATION). Part of development package ODATA_MM_PUR_SPQTN_API.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjQtnNoteTP R_SrcgProjQtnNoteTP projection

Annotations (9)

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.entityType.name SrcgProjQtnNote_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECTQUOTATION API_SRCGPROJQUOTATION V4 C2 Deprecated

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY NoteBasicUUID NoteBasicUUID
SourcingProjectQuotationUUID SourcingProjectQuotationUUID
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  }

@OData.entityType.name: 'SrcgProjQtnNote_Type'

define view entity A_SrcgProjQtnNote
  as projection on R_SrcgProjQtnNoteTP
{
  key      NoteBasicUUID,
           SourcingProjectQuotationUUID,
           NoteBasicLanguage,
           NoteBasicType,
           NoteBasicTitle,
           NoteBasicMIMEType as NoteBasicMimeType,
           NoteBasicCreatedByUser,
           NoteBasicCreationDateTime,
           NoteBasicChangedByUser,
           NoteBasicChangeDateTime,
           NoteBasicContent,
           @Semantics.booleanIndicator: true
           @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_MM_SPQTN_NTE_TRANS_EXIT'
  virtual  SrcgProjQtnNoteTypeIsInternal : mm_pur_sp_notetype_is_internal,

           //SrcgProjQtnNoteTypeIsInternal,

           /* Associations */
           _SourcingProjectQuotation : redirected to parent A_SourcingProjectQuotation

}