3 weeks ago
Hello Experts,
While creating a sample RAP application from the SAP Learning course "Building Apps with the ABAP RESTful Application Programming Model"
I am caught with 2 issues
1. Free search is not working in the Fiori app.
Images of BO projection
Fiori Application Data
with Free Search
2. Sorting Order of the List in the Fiori Application
Any advice that could help me understand why I am encountering the above issues would be greatly appreciated.
ABAP RESTful Application Programming Model SAP Fiori SAP BTP ABAP environment
Request clarification before answering.
You should search with Cap*, or you need to turn on fault-tolerant search, use annotation '@search.fuzzinessThreshold'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Senqi_Hu, Thank you for writing, but both Cap* or @search.fuzzinessThreshold did not work.
I have tried below 3 combinations .
"//Attempt 1
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.7
"//Attempt 2
@Search.defaultSearchElement: true
@Search.ranking: #MIDIUM
@Search.fuzzinessThreshold: 0.7
"//Attempt 3
@Search.defaultSearchElement: true
User | Count |
---|---|
24 | |
22 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.