API_CENTRALREQUESTFORQUOTATION

OData Service Package: ODATA_MM_PUR_CRFQ_API

Central Request For Quotation

API_CENTRALREQUESTFORQUOTATION is an OData service definition in SAP S/4HANA. It exposes 4 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (4)

CDS ViewAlias
A_CentralReqForQuotationItem CentralReqForQuotationItem
A_CentralRequestForQuotation CentralRequestForQuotation
A_CentralRFQItemDistribution CentralRFQItemDistribution
A_CntrlReqForQuotationBidder CntrlReqForQuotationBidder

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_CNTRLREQFORQUOTATION ODATA V4 C2 C1 false

Source

@EndUserText.label: 'Central Request For Quotation'
define service API_CentralRequestForQuotation {
  expose A_CentralRequestForQuotation as CentralRequestForQuotation;
  expose A_CentralReqForQuotationItem as CentralReqForQuotationItem;
  expose A_CentralRFQItemDistribution as CentralRFQItemDistribution;
  expose A_CntrlReqForQuotationBidder as CntrlReqForQuotationBidder;
}