E_SrcgProjNegotiationQuotation

DDL: E_SRCGPROJNEGOTIATIONQUOTATION Type: view_entity EXTENSION

Quotation for Srcg Project Negttn - Extn

E_SrcgProjNegotiationQuotation is a Extension CDS View that provides data about "Quotation for Srcg Project Negttn - Extn" in SAP S/4HANA. It reads from 1 data source (mmsrcgpngnqtn) and exposes 1 field with key field SrcgProjNegttnQuotationUUID.

Data Sources (1)

SourceAliasJoin Type
mmsrcgpngnqtn Persistence from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Quotation for Srcg Project Negttn - Extn view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SNQ view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjNegttnQuotationUUID mmsrcgpngnqtn srcgprojnegttnquotationuuid
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION

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

@EndUserText.label: 'Quotation for Srcg Project Negttn - Extn'
@AbapCatalog.viewEnhancementCategory: [#PROJECTION_LIST]
@AbapCatalog.extensibility: {
  extensible: true,
  dataSources: ['Persistence'],
  allowNewDatasources: false,
  elementSuffix: 'SNQ',
  quota: { maximumFields: 204,
           maximumBytes: 4080 } }

define view entity E_SrcgProjNegotiationQuotation
  as select from mmsrcgpngnqtn as Persistence
{

  key Persistence.srcgprojnegttnquotationuuid as SrcgProjNegttnQuotationUUID

}