API_PRODUCTSUBSTITUTION_2
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 View | Alias |
|---|---|
| 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;
}