I_CntrlReqForQuotationBidderTP

DDL: I_CNTRLREQFORQUOTATIONBIDDERTP SQL: ICNTRLRFQBIDTP Type: view TRANSACTIONAL

TP view for Central Request For Quotation Bidder

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

Data Sources (1)

SourceAliasJoin Type
R_CntrlReqForQuotationBidder Document from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_CentralRequestForQuotationTP _CentralRequestForQuotationTP _CentralRequestForQuotationTP.CentralRequestForQuotation = $projection.CentralRequestForQuotation

Annotations (17)

NameValueLevelField
VDM.viewType #TRANSACTIONAL view
EndUserText.label TP view for Central Request For Quotation Bidder view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
AbapCatalog.sqlViewName ICNTRLRFQBIDTP view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled EXTERNAL_CALCULATION view
ObjectModel.deleteEnabled EXTERNAL_CALCULATION view
ObjectModel.semanticKey Supplier view
ObjectModel.writeActivePersistence ICNTRLRFQBIDTP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.writeDraftPersistence CNTRLRFQBID_D view
ObjectModel.draftEnabled true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY PartnerFunction R_CntrlReqForQuotationBidder PartnerFunction
KEY PartnerCounter R_CntrlReqForQuotationBidder PartnerCounter
KEY CentralRequestForQuotation R_CntrlReqForQuotationBidder CentralRequestForQuotation
Supplier R_CntrlReqForQuotationBidder Supplier
QuotationLatestSubmissionDate R_CntrlReqForQuotationBidder QuotationLatestSubmissionDate
RFQLifecycleStatus _CentralRequestForQuotationTP RFQLifecycleStatus
_CentralRequestForQuotationTP _CentralRequestForQuotationTP
_PartnerFunction _PartnerFunction
@VDM.viewType: #TRANSACTIONAL
@EndUserText.label: 'TP view for Central Request For Quotation Bidder'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@AbapCatalog.sqlViewName: 'ICNTRLRFQBIDTP'
//@AccessControl.privilegedAssociations: [ '_AddressTP' ]


@ObjectModel:{ createEnabled: true,
              updateEnabled: 'EXTERNAL_CALCULATION',
              deleteEnabled: 'EXTERNAL_CALCULATION',

              semanticKey: 'Supplier',
              writeActivePersistence: 'ICNTRLRFQBIDTP',
              usageType.dataClass:  #TRANSACTIONAL,
              usageType.serviceQuality: #C,
              usageType.sizeCategory: #L,

              writeDraftPersistence: 'CNTRLRFQBID_D',
              draftEnabled: true
             }

define view I_CntrlReqForQuotationBidderTP
  as select from R_CntrlReqForQuotationBidder as Document
  association [1..1] to I_CentralRequestForQuotationTP as _CentralRequestForQuotationTP on _CentralRequestForQuotationTP.CentralRequestForQuotation = $projection.CentralRequestForQuotation

{
      @ObjectModel: { readOnly: true }
  key Document.PartnerFunction,

      @ObjectModel: { readOnly: true }
  key Document.PartnerCounter,

      @ObjectModel: { readOnly: true }
  key Document.CentralRequestForQuotation,

      Document.Supplier,
       
      Document.QuotationLatestSubmissionDate,  
      
      @ObjectModel: { readOnly: true }
      _CentralRequestForQuotationTP.RFQLifecycleStatus,

      /*Associations*/
      @ObjectModel.association.type: [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
      _CentralRequestForQuotationTP,

      _PartnerFunction
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CENTRALREQUESTFORQUOTATIONTP",
"R_CNTRLREQFORQUOTATIONBIDDER"
],
"ASSOCIATED":
[
"I_CENTRALREQUESTFORQUOTATIONTP",
"I_PARTNERFUNCTION"
],
"BASE":
[
"R_CNTRLREQFORQUOTATIONBIDDER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/