UI_PRODUCTLIST
Service ProductList
UI_PRODUCTLIST is an OData service definition in SAP S/4HANA. It exposes 5 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (5)
| CDS View | Alias |
|---|---|
| C_ProductList | ProductList |
| I_Plant | PlantVH |
| I_ProductGroup_2 | ProductGroup_2 |
| I_ProductType_2 | ProductType_2 |
| I_UnitOfMeasure | BaseUnitOfMeasure |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_PRODUCTLIST | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F6518 | Product List | Analytical | The app displays and performs the analysis for different attributes of products that are part of various master data tables on one screen. |
Source
@EndUserText.label: 'Service ProductList'
define service UI_PRODUCTLIST {
expose C_ProductList as ProductList;
expose I_UnitOfMeasure as BaseUnitOfMeasure;
expose I_ProductGroup_2 as ProductGroup_2;
expose I_ProductType_2 as ProductType_2;
expose I_Plant as PlantVH;
}