cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WEB IDE ObjectPage table

0 Kudos
262

Hello!
I have a problem with SAP Web IDE List Report Application. I have two pages in mine application which first is ListReport and second one is ObjectPage. In ListReport page is a table with navigation into the ObjectPage where i need to display another table (UI.LineItem?) below header. I have set up the table in annotations and manifest.json (screenshots are below) and it doesn't show up. It is possible to even do that? If yes, can you tell me how to do it please?

Thanks,
Antonin

Accepted Solutions (0)

Answers (1)

Answers (1)

arunbharathi
Advisor
Advisor
0 Kudos

With the above screenshots, I can see that the below-mentioned annotations are maintained and they are correct.

  • List Report (Annotation Target DelNoteSupRepSet) -> UI.Lineitem
  • Object Page (Annotation Target DelNoteSupRepSet) -> UI.Facets -> UI.ReferenceFacet

The same table cannot be shown again in the Object Page, I assume another table like DelNoteSupRepItemSet where the items of the main entity are maintained (1..n Relationship) needs to be shown. In that case please do the following.

  • Add LineItem (Annotation Target = Navigation Entity (say DelNoteSupRepItemSet is the entity of the table))
  • Object Page in ReferenceFacet add the UI.LineItem as a target something like below.
<PropertyValue Property="Target" AnnotationPath="to_Item/@UI.LineItem"/>