E_SrcgProjNegotiationQuotation
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)
| Source | Alias | Join Type |
|---|---|---|
| mmsrcgpngnqtn | Persistence | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA