You can enable the Search function in the list report.
To enable the search function, sap:searchable
must be set to true
for the root entity set.
List Report: Search
<EntitySet Name="SEPMRA_C_PD_Product"EntityType="SEPMRA_PROD_MAN.SEPMRA_C_PD_ProductType" sap:searchable="true" sap:content-version="1"/>
In SAP Fiori elements for OData V4, the search is restricted to 1000 characters.
For more information about how to enable and disable the Search field for analytical tables, see the corresponding section in Setting the Table Type.
For more information on configuring filter bar in list report, see Adapting the Filter Bar.