R_CntrlReqForQuotationBidderTP

DDL: R_CNTRLREQFORQUOTATIONBIDDERTP Type: view_entity TRANSACTIONAL Package: RAP_MM_PUR_CRFQ

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. Part of development package RAP_MM_PUR_CRFQ.

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 Purchasing Document
KEY PartnerCounter PartnerCounter Partner counter
KEY PartnerFunction PartnerFunction Partner Functn
Supplier Supplier Supplier
LastChangeDateTime _CentralRequestForQuotation LastChangeDateTime Timestamp
_CentralRequestForQuotation _CentralRequestForQuotation
_PartnerFunction _PartnerFunction
_Supplier _Supplier

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view R_CntrlReqForQuotationBidderTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW R_CntrlReqForQuotationBidderTP AS
SELECT
  CentralRequestForQuotation,
  PartnerCounter,
  PartnerFunction,
  Supplier,
  _CentralRequestForQuotation.LastChangeDateTime AS LastChangeDateTime
FROM R_CntrlReqForQuotationBidder
;