API_CENTRALSUPPLIERQUOTATION

OData Service Package: ODATA_MM_PUR_CQTN_API

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 ViewAlias
A_CentralSupplierQuotation CentralSupplierQuotation
A_CntrlSupplierQtnItemDistr CntrlSuplrQuotationItemDistr
A_CntrlSupplierQtnItemPricing CntrlSupplierQtanItemPricing
A_CntrlSupplierQuotationItem CntrlSupplierQuotationItem

Service Bindings (1)

BindingTypeVersionContractReleasePublished
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;
}