Show TOC

TitleLocate this document in the navigation structure

Get information about what UI annotations to use to work with titles of lists or tables for SAP Fiori UIs.

If necessary, you can provide a header for your list or table.

Figure 1: Example of title of table
You can use the following UI annotation to define what can be displayed in the title of a table or a list:
  • @UI.headerInfo.typeNamePlural
    Sample Code
    ...
    @UI.headerInfo: { typeNamePlural: 'Sales Orders' }
    define view ZExample_SalesOrder as select from sepm_cds_sales_order as so {
    	...
    }