API_SOURCINGPROJECTNEGOTIATION

OData Service Package: ODATA_MM_PUR_SRCGPROJNGN_API

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 ViewAlias
A_SourcingProject SourcingProject
A_SourcingProjectNegotiation SourcingProjectNegotiation
A_SPNegttnQtnItemDemandDistr SPNegttnQtnItemDemandDistr
A_SPNegttnQtnItmDmndDistrDet SPNegttnQtnItmDmndDistrDet
A_SrcgProjNegotiationQuotation SrcgProjNegotiationQuotation
A_SrcgProjNegttnQuotationItem SrcgProjNegttnQuotationItem

Service Bindings (1)

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