A_RequestForQuotationBidder_2

DDL: A_REQUESTFORQUOTATIONBIDDER_2 Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_RFQ_API

Request for Quotation Bidder

A_RequestForQuotationBidder_2 is a Consumption CDS View that provides data about "Request for Quotation Bidder" in SAP S/4HANA. It reads from 1 data source (R_RequestForQuotationBidderTP) and exposes 5 fields with key fields RequestForQuotation, PartnerCounter, PartnerFunction. It is exposed through 1 OData service (API_REQUESTFORQUOTATION_2). Part of development package ODATA_MM_PUR_RFQ_API.

Data Sources (1)

SourceAliasJoin Type
R_RequestForQuotationBidderTP R_RequestForQuotationBidderTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Request for Quotation Bidder view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name RequestForQuotationBidder_Type view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view

OData Services (1)

ServiceBindingVersionContractRelease
API_REQUESTFORQUOTATION_2 API_REQUESTFORQUOTATION_2 V4 C2 C1

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY RequestForQuotation RequestForQuotation RFQ
KEY PartnerCounter PartnerCounter Partner counter
KEY PartnerFunction PartnerFunction Partner Functn
Supplier Supplier Supplier
LastChangeDateTime LastChangeDateTime Timestamp

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 A_RequestForQuotationBidder_2.
-- 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 A_RequestForQuotationBidder_2 AS
SELECT
  RequestForQuotation,
  PartnerCounter,
  PartnerFunction,
  Supplier,
  LastChangeDateTime
FROM R_RequestForQuotationBidderTP
;