API_PRODUCTSUBSTITUTION_2

OData Service Package: ODATA_PROD_SUBSTN_API

Product Substitution

API_PRODUCTSUBSTITUTION_2 is an OData service definition in SAP S/4HANA. It exposes 3 CDS view(s).

Exposed CDS Views (3)

CDS ViewAlias
A_ProdSubstn_2 ProductSubstitution
A_ProdSubstnPredecessor ProductSubstitutionPredecessor
A_ProdSubstnSuccessor ProductSubstitutionSuccessor

Source

@EndUserText.label: 'Product Substitution'
define service API_PRODUCTSUBSTITUTION_2 {
  expose A_ProdSubstn_2 as ProductSubstitution;
  expose A_ProdSubstnPredecessor as ProductSubstitutionPredecessor;
  expose A_ProdSubstnSuccessor as ProductSubstitutionSuccessor;
}