R_CntrlReqForQuotationBidderTP
Central Request for Quotation Bidder
R_CntrlReqForQuotationBidderTP is a Transactional CDS View that provides data about "Central Request for Quotation Bidder" in SAP S/4HANA. It reads from 1 data source (R_CntrlReqForQuotationBidder) and exposes 8 fields with key fields CentralRequestForQuotation, PartnerCounter, PartnerFunction.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CntrlReqForQuotationBidder | R_CntrlReqForQuotationBidder | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Central Request for Quotation Bidder | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CentralRequestForQuotation | CentralRequestForQuotation | ||
| KEY | PartnerCounter | PartnerCounter | ||
| KEY | PartnerFunction | PartnerFunction | ||
| Supplier | Supplier | |||
| LastChangeDateTime | _CentralRequestForQuotation | LastChangeDateTime | ||
| _CentralRequestForQuotation | _CentralRequestForQuotation | |||
| _PartnerFunction | _PartnerFunction | |||
| _Supplier | _Supplier |
@EndUserText.label: 'Central Request for Quotation Bidder'
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.semanticKey: [ 'CentralRequestForQuotation' , 'PartnerCounter', 'PartnerFunction']
@ObjectModel: {
usageType: {
sizeCategory: #M,
serviceQuality: #B,
dataClass: #TRANSACTIONAL
}
}
@Metadata.ignorePropagatedAnnotations: true
define view entity R_CntrlReqForQuotationBidderTP
as select from R_CntrlReqForQuotationBidder
association to parent R_CentralRequestForQuotationTP as _CentralRequestForQuotation on $projection.CentralRequestForQuotation = _CentralRequestForQuotation.CentralRequestForQuotation
{
@ObjectModel.foreignKey.association: '_CentralRequestForQuotation'
key CentralRequestForQuotation,
key PartnerCounter,
key PartnerFunction,
Supplier,
// For Etag
@Semantics.systemDateTime.lastChangedAt: true
_CentralRequestForQuotation.LastChangeDateTime as LastChangeDateTime,
/* Associations */
_CentralRequestForQuotation,
_PartnerFunction,
_Supplier
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CENTRALREQUESTFORQUOTATIONTP",
"R_CNTRLREQFORQUOTATIONBIDDER"
],
"ASSOCIATED":
[
"I_PARTNERFUNCTION",
"I_SUPPLIER",
"R_CENTRALREQUESTFORQUOTATIONTP"
],
"BASE":
[
"R_CNTRLREQFORQUOTATIONBIDDER"
],
"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