E_SourcingProjectQuotation
Quotation for Sourcing Project - Extn
E_SourcingProjectQuotation is a Extension CDS View that provides data about "Quotation for Sourcing Project - Extn" in SAP S/4HANA. It reads from 1 data source (mmsrcgprojqtn) and exposes 1 field with key field SourcingProjectQuotationUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mmsrcgprojqtn | 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 Sourcing Project - Extn | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.elementSuffix | SQH | view | |
| AbapCatalog.extensibility.quota.maximumFields | 204 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 4080 | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourcingProjectQuotationUUID | mmsrcgprojqtn | sourcingprojectquotationuuid |
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@EndUserText.label: 'Quotation for Sourcing Project - Extn'
@AbapCatalog.viewEnhancementCategory: [#PROJECTION_LIST]
@AbapCatalog.extensibility: {
extensible: true,
dataSources: ['Persistence'],
allowNewDatasources: false,
elementSuffix: 'SQH',
quota: { maximumFields: 204,
maximumBytes: 4080 } }
define view entity E_SourcingProjectQuotation
as select from mmsrcgprojqtn as Persistence
{
key Persistence.sourcingprojectquotationuuid as SourcingProjectQuotationUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MMSRCGPROJQTN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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