cancel
Showing results for 
Search instead for 
Did you mean: 

RAP Navigation

06-17-2026 10:01 AM
ShiveshS Explorer
253 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hello All,

I had a scenario in which I had to make a column clickable in an RAP list report , and when clicked the control should be navigated to the object page of that column(In my case material).

I browsed the net and found that such functionality is maybe possible by #WITH_NAVIGATION_PATH.I implemented it in the following way

ShiveshS_0-1781683171422.png

ShiveshS_1-1781683175068.png

After this , the column indeed became clickable however nothing happens after the click

ShiveshS_2-1781683208248.png


Anything which I am missing, any annotations, your help is very much appreciated.

Thanks in Advance

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

SachinArtani
Active Participant
0 Likes

If you have Material as a custom CDS view with a dedicated object page, then ensure you maintain proper association between this entity and material entity.

If you want to redirect to standard Material master data object page, then use FOR_INTENT_BASED_NAVIGATION. Refer here.

junwu
SAP Champion
SAP Champion
0 Likes

do you have object page for material?