on 2025 Feb 18 2:30 AM
Hello everyone!
I am facing an issue when displaying the RAP application, as shown below:
But when I refresh the browser, it works normally.
When I preview the application in SAP BAS, it works fine, but when I preview it in the Eclipse tool, [object Object] is displayed.
How can I fix this issue?
Thanks!
Request clarification before answering.
Hello,
We had the same issue. The real problem is that the title is missing from the previous page. Try adding the title there—it should then return a path like Title/1. 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @OanaVladescu
In header node and Item node, I used Annotation but unsuccessful.
@UI: { headerInfo: { typeName: 'Journal Entries',
typeNamePlural: 'Journal Entries',
title: { type: #STANDARD, value: 'Id', label: 'Journal Entry Header' } } }
@UI.headerInfo: { typeName: 'Journal Entry Item',
typeNamePlural: 'Journal Entry Item',
title: { type: #STANDARD, value: 'Id', label: 'Journal Entry Item' } }
User | Count |
---|---|
87 | |
10 | |
9 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.