cancel
Showing results for 
Search instead for 
Did you mean: 

Modify Standard Web Item Navigation Block

Former Member
0 Kudos

Hi,

I need to remove the drilldown function from the web item Navigation Block (the user should not be able to use this function within the report; note that, because of the structure of the query/report, I can not replace the drilldown with any other web item).

Could someone tell me if there's a simple way to do this?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nicola,

I hope i am getting your problem right. You dont want to display the Drilldown and DrillAcroos icon in the navigation Block.

If that is the case. Try this.

There is a property "Display Navigation Icons" of Navigation Block. You uncheck that and the problem is solved.

Hope it helps.

Regards

Parth.

Answers (2)

Answers (2)

Former Member
0 Kudos

Another way is to use the Table API. Create your abap class and use the NAV_BLOCK_LABEL method. An example would be:

C_CELL4_CONTENT = '&nbsp'

This would replace the drilldown icon with a blank space. You then must do the same this with in the web template and add the modify_class parameter to the navigation block item.

Hope this helps.

Jeff

former_member188325
Active Contributor
0 Kudos

Hi,

did you try by unchecking 'objects with navigation links' under generic properties of navigation block?

thanks

Former Member
0 Kudos

Thanks Murali,

I've tried but in this way I loose filter functions that I need to maintain.

Regards,

Nicola