cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Personas 3.0 | Classification | Characteristics

ingridschwarz
Explorer
0 Kudos

Is it possible to expose Classification in Personas (eg. Material Classification 001) and display only a subset of the characteristics within that Material Class?

Accepted Solutions (0)

Answers (1)

Answers (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

There is no built-in Personas feature that would let you filter the table content.

However, you could do this using scripting. The solution that comes to mind involves reading the table content into an array, filtering it via JavaScript to contain only the required rows, then displaying it in a table-like format using an HTML viewer.

To copy the table content, you could use this KB article. Then you'd get rid of the rows containing the characteristics you don't want to show using JavaScript. Once you have the desired data, you can either build an HTML table in your script and display it in an HTML viewer or use a UI5 table to include the information in your flavor after hiding the original backend table.