Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Restful ABAP Object Page #LINEITEM_REFERENCE

AJeB
Participant
0 Kudos
903

Hi experts,
I am currently using On Premise system and tried to follow some of the blogs to create a line item in an object page facet. but the line item in object page is not showing I don't know what is missing.

 
check my facet 2, the records is not displaying.

AJeB_0-1713350331521.png

my CDS view header(VBAK)

AJeB_3-1713350450870.png

CDS View Item(VBAP) this should be displayed in object page

AJeB_2-1713350434600.png

Metadata 

AJeB_4-1713350589799.png

I already expose the two CDS but nothing happens

AJeB_5-1713350644223.png

 



2 REPLIES 2

AJeB
Participant
0 Kudos
860

I found the issue, metadata extension of line-item fields must have @UI.identification: [{ position: n }] 

AJeB_0-1713357569901.png

 

 

0 Kudos
329

Thanks for your information