API_CENTRALSUPPLIERQUOTATION
ODATA API for Central Supplier Quotation
API_CENTRALSUPPLIERQUOTATION 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_CentralSupplierQuotation | CentralSupplierQuotation |
| A_CntrlSupplierQtnItemDistr | CntrlSuplrQuotationItemDistr |
| A_CntrlSupplierQtnItemPricing | CntrlSupplierQtanItemPricing |
| A_CntrlSupplierQuotationItem | CntrlSupplierQuotationItem |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CNTRLSUPPLIERQUOTATION | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'ODATA API for Central Supplier Quotation'
define service API_CentralSupplierQuotation {
expose A_CentralSupplierQuotation as CentralSupplierQuotation;
expose A_CntrlSupplierQuotationItem as CntrlSupplierQuotationItem;
expose A_CntrlSupplierQtnItemDistr as CntrlSuplrQuotationItemDistr;
expose A_CntrlSupplierQtnItemPricing as CntrlSupplierQtanItemPricing;
}