2024 May 13 4:07 PM - edited 2024 May 13 4:10 PM
Hi
why the list report is not showing im not familiar with front end debugging and sap ui5 programming
I created a simple OData in S4 Hana and Fiori app in BTP cockpit but the list report is not showing I just followed the tutorial from developers.sap.com but I don't know why mine is not working the OData is working fine and the status code is 200 and it is fetching the records but if i use fiori the list report is not showing
do i need to implement a code in front end or is there something i need to configure in backend?
im using sandbox, btp trial cockpit and S4 hana sandbox
2024 May 13 4:18 PM
how simple your odata is ? if it is too "simple" (means it has no annotation), you are miles aways from having a working list report
2024 May 14 4:34 AM
Hello,
You need UI annotations: https://help.sap.com/docs/ABAP_PLATFORM_NEW/cc0c305d2fab47bd808adcad3ca7ee9d/f8af07bb0770414bb38a25c...
BRs
Archer
2024 May 14 10:02 AM
Did you select List Report Page template?
It seems like you created free style app.
It would be helpful if you could link the tutorial to identify any problems. Many things can go wrong.