API_SOURCINGPROJECTNEGOTIATION
Sourcing Project Negotiation Service
API_SOURCINGPROJECTNEGOTIATION is an OData service definition in SAP S/4HANA. It exposes 6 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (6)
| CDS View | Alias |
|---|---|
| A_SourcingProject | SourcingProject |
| A_SourcingProjectNegotiation | SourcingProjectNegotiation |
| A_SPNegttnQtnItemDemandDistr | SPNegttnQtnItemDemandDistr |
| A_SPNegttnQtnItmDmndDistrDet | SPNegttnQtnItmDmndDistrDet |
| A_SrcgProjNegotiationQuotation | SrcgProjNegotiationQuotation |
| A_SrcgProjNegttnQuotationItem | SrcgProjNegttnQuotationItem |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_SRCGPROJECTNEGOTIATION | ODATA | V4 | C2 | Deprecated | false |
Source
@EndUserText.label: 'Sourcing Project Negotiation Service'
define service API_SourcingProjectNegotiation {
expose A_SourcingProjectNegotiation as SourcingProjectNegotiation;
expose A_SrcgProjNegotiationQuotation as SrcgProjNegotiationQuotation;
expose A_SrcgProjNegttnQuotationItem as SrcgProjNegttnQuotationItem;
expose A_SPNegttnQtnItemDemandDistr as SPNegttnQtnItemDemandDistr;
expose A_SPNegttnQtnItmDmndDistrDet as SPNegttnQtnItmDmndDistrDet;
expose A_SourcingProject as SourcingProject;
}