API_SOURCINGPROJECT

OData Service Package: ODATA_MM_PUR_SRCGPROJ_API

Service for Sourcing Project API

API_SOURCINGPROJECT is an OData service definition in SAP S/4HANA. It exposes 24 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (24)

CDS ViewAlias
A_SourcingProject SourcingProject
A_SourcingProjectContact SourcingProjectContact
A_SourcingProjectItem SourcingProjectItem
A_SourcingProjectItemLinkage SourcingProjectItemLinkage
A_SourcingProjectItemNote SourcingProjectItemNote
A_SourcingProjectMilestone SourcingProjectMilestone
A_SourcingProjectNote SourcingProjectNote
A_SrcgProjAllowedCurrency SrcgProjAllowedCurrency
A_SrcgProjAllwdSuplrContact SrcgProjAllwdSuplrContact
A_SrcgProjImprtdSuplrListBP SrcgProjImprtdSuplrListBP
A_SrcgProjItemIncoterms SrcgProjItemIncoterms
A_SrcgProjItemPaymentTerms SrcgProjItemPaymentTerms
A_SrcgProjItmCndnAmount SrcgProjItmCndnAmount
A_SrcgProjItmCndnScale SrcgProjItmCndnScale
A_SrcgProjItmCndnValidity SrcgProjItmCndnValidity
A_SrcgProjItmCommodityQuantity SrcgProjItmCmmdtyQuantity
A_SrcgProjItmDeliveryAddress SrcgProjItmDeliveryAddress
A_SrcgProjItmDemandDistr SrcgProjDemandDistribution
A_SrcgProjItmDmndDistrDetail SrcgProjDmndDistrDetails
A_SrcgProjItmProdFootprint SrcgProjItemProductFootprint
A_SrcgProjItmShipgInstruction SrcgProjItmShipgInstructions
A_SrcgProjProcurementProject SrcgProjProcurementProject
A_SrcgProjPubdSuplrActnHist SrcgProjPubdSuplrActnHist
A_SrcgProjPubdSuplrListBP SrcgProjPubdSuplrListBP

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_SOURCINGPROJECT ODATA V4 C2 Deprecated false

Source

@EndUserText.label: 'Service for Sourcing Project API'
define service API_SourcingProject {
  expose A_SourcingProject as SourcingProject;
  expose A_SourcingProjectItem as SourcingProjectItem;
  expose A_SrcgProjProcurementProject as SrcgProjProcurementProject;
  expose A_SrcgProjAllowedCurrency as SrcgProjAllowedCurrency;
  expose A_SrcgProjImprtdSuplrListBP as SrcgProjImprtdSuplrListBP;
  expose A_SourcingProjectMilestone as SourcingProjectMilestone;
  expose A_SrcgProjItemPaymentTerms as SrcgProjItemPaymentTerms;
  expose A_SrcgProjItemIncoterms as SrcgProjItemIncoterms;
  expose A_SrcgProjItmShipgInstruction as SrcgProjItmShipgInstructions;
  expose A_SourcingProjectItemLinkage as SourcingProjectItemLinkage;
  expose A_SourcingProjectContact as SourcingProjectContact;
  expose A_SrcgProjItmDemandDistr as SrcgProjDemandDistribution;
  expose A_SrcgProjItmDmndDistrDetail as SrcgProjDmndDistrDetails;
  expose A_SrcgProjPubdSuplrListBP as SrcgProjPubdSuplrListBP;
  expose A_SrcgProjItmCndnValidity as SrcgProjItmCndnValidity;
  expose A_SrcgProjItmCndnAmount as SrcgProjItmCndnAmount;
  expose A_SrcgProjItmCndnScale as SrcgProjItmCndnScale;
  expose A_SrcgProjAllwdSuplrContact as SrcgProjAllwdSuplrContact;
  expose A_SrcgProjItmCommodityQuantity as SrcgProjItmCmmdtyQuantity;
  expose A_SrcgProjItmDeliveryAddress as SrcgProjItmDeliveryAddress;
  expose A_SourcingProjectNote as SourcingProjectNote;
  expose A_SourcingProjectItemNote as SourcingProjectItemNote;
  expose A_SrcgProjPubdSuplrActnHist as SrcgProjPubdSuplrActnHist;
  expose A_SrcgProjItmProdFootprint as SrcgProjItemProductFootprint;
}