UI_PRODUCTLIST

OData Service Package: VDM_MD_PRODUCT_LIST

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 ViewAlias
C_ProductList ProductList
I_Plant PlantVH
I_ProductGroup_2 ProductGroup_2
I_ProductType_2 ProductType_2
I_UnitOfMeasure BaseUnitOfMeasure

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_PRODUCTLIST ODATA V2 C1 NOT_RELEASED false

Fiori Apps (1)

App IDApp NameTypeDescription
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;
}