API_CENTRALREQUESTFORQUOTATION
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 View | Alias |
|---|---|
| A_CentralReqForQuotationItem | CentralReqForQuotationItem |
| A_CentralRequestForQuotation | CentralRequestForQuotation |
| A_CentralRFQItemDistribution | CentralRFQItemDistribution |
| A_CntrlReqForQuotationBidder | CntrlReqForQuotationBidder |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| 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;
}