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: 
Read only

Alv grids

Former Member
0 Likes
450

I have a requirement where i need to disable rightclick action on column headings in alv grid display.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

You handle that in your PAI.

I mean just in PAI write CASE ok_code eq 'right click' code and don't do anything there...

So that don't go to normal functionality...

BALVSD02_GRID check this program PAI in debugging...

I have a requirement where i need to disable rightclick action on column headings in alv grid display.

1 REPLY 1
Read only

Former Member
0 Likes
435

You handle that in your PAI.

I mean just in PAI write CASE ok_code eq 'right click' code and don't do anything there...

So that don't go to normal functionality...

BALVSD02_GRID check this program PAI in debugging...