R_CntrlReqForQuotationBidderTP

DDL: R_CNTRLREQFORQUOTATIONBIDDERTP Type: view_entity TRANSACTIONAL

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)

SourceAliasJoin Type
R_CntrlReqForQuotationBidder R_CntrlReqForQuotationBidder from

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/