R_CntrlReqForQuotationBidder

DDL: R_CNTRLREQFORQUOTATIONBIDDER SQL: RCNTRLRFQBID Type: view BASIC

Restricted View for Central Request For Quotation Bidder

R_CntrlReqForQuotationBidder is a Basic CDS View that provides data about "Restricted View for Central Request For Quotation Bidder" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentPartner) and exposes 8 fields with key fields CentralRequestForQuotation, PartnerCounter, PartnerFunction. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentPartner I_PurchasingDocumentPartner from

Associations (2)

CardinalityTargetAliasCondition
[1..1] R_CentralRequestForQuotation _CentralRequestForQuotation $projection.CentralRequestForQuotation = _CentralRequestForQuotation.CentralRequestForQuotation
[0..1] I_PartnerFunction _PartnerFunction $projection.PartnerFunction = _PartnerFunction.PartnerFunction

Annotations (14)

NameValueLevelField
VDM.viewType #BASIC view
EndUserText.label Restricted View for Central Request For Quotation Bidder view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
AbapCatalog.sqlViewName RCNTRLRFQBID view
ObjectModel.representativeKey PartnerCounter view
ObjectModel.semanticKey Supplier view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY CentralRequestForQuotation I_PurchasingDocumentPartner PurchasingDocument
KEY PartnerCounter I_PurchasingDocumentPartner PartnerCounter
KEY PartnerFunction
Supplier I_PurchasingDocumentPartner Supplier
QuotationLatestSubmissionDate
_CentralRequestForQuotation _CentralRequestForQuotation
_PartnerFunction _PartnerFunction
_Supplier _Supplier
@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":""
}
}*/