cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
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
View Entire Topic
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.