cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori RAP display [object Object]

DungVT37
Explorer
0 Kudos
435

Hello everyone!
I am facing an issue when displaying the RAP application, as shown below:

DungVT37_0-1739845467682.png

But when I refresh the browser, it works normally.

DungVT37_1-1739845514919.png

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!

View Entire Topic
OanaVladescu
Explorer
0 Kudos

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. 🙂

DungVT37
Explorer
0 Kudos

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' } }

DungVT37
Explorer
You are correct. Thank you so much!