R_CNTRLREQFORQUOTATIONBIDDER

CDS View

Restricted View for Central Request For Quotation Bidder

R_CNTRLREQFORQUOTATIONBIDDER is a CDS View in S/4HANA. Restricted View for Central Request For Quotation Bidder. It contains 5 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_CntrlReqForQuotationBidder view from BASIC Central Request For Quotation Bidder
I_CntrlReqForQuotationBidderTP view from TRANSACTIONAL TP view for Central Request For Quotation Bidder
R_CntrlReqForQuotationBidderTP view_entity from TRANSACTIONAL Central Request for Quotation Bidder

Fields (5)

KeyField CDS FieldsUsed in Views
KEY CentralRequestForQuotation CentralRequestForQuotation 1
KEY PartnerCounter PartnerCounter 1
KEY PartnerFunction PartnerFunction 1
QuotationLatestSubmissionDate QuotationLatestSubmissionDate 1
Supplier Supplier 1
@VDM.viewType: #BASIC
@EndUserText.label: 'Restricted View for Central Request For Quotation Bidder'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@AbapCatalog.sqlViewName: 'RCNTRLRFQBID'

@ObjectModel:{ representativeKey: 'PartnerCounter',
               semanticKey: 'Supplier',
               usageType.dataClass: #TRANSACTIONAL,
               usageType.serviceQuality: #B,
               usageType.sizeCategory: #M
             }

define view R_CntrlReqForQuotationBidder
  as select from I_PurchasingDocumentPartner

  association [1..1] to R_CentralRequestForQuotation as _CentralRequestForQuotation on $projection.CentralRequestForQuotation = _CentralRequestForQuotation.CentralRequestForQuotation

  association [0..1] to I_PartnerFunction            as _PartnerFunction            on $projection.PartnerFunction = _PartnerFunction.PartnerFunction

{

      @ObjectModel: { readOnly: true,
                      foreignKey.association: '_CentralRequestForQuotation' }
  key I_PurchasingDocumentPartner.PurchasingDocument                                   as CentralRequestForQuotation,

  key I_PurchasingDocumentPartner.PartnerCounter,

      @ObjectModel: { foreignKey.association: '_PartnerFunction' }
  key cast (I_PurchasingDocumentPartner.PartnerFunction as parvw_unv preserving type ) as PartnerFunction,

      I_PurchasingDocumentPartner.Supplier,
      _CentralRequestForQuotation[1:inner].QuotationLatestSubmissionDate,

      /*Association*/
      _CentralRequestForQuotation,
      _PartnerFunction,
      _Supplier
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGDOCUMENTPARTNER",
"R_CENTRALREQUESTFORQUOTATION"
],
"ASSOCIATED":
[
"I_PARTNERFUNCTION",
"I_SUPPLIER",
"R_CENTRALREQUESTFORQUOTATION"
],
"BASE":
[
"I_PURCHASINGDOCUMENTPARTNER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/