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 disable row selection

Former Member
0 Likes
1,745

Hai gurus,

In my ALV output I want to disable the left most button (Row selector) for some reasons Dynamically.

The user should not select the entire row for some condition.

loop at itab.

If itab-field1 eq 'AA'.

Disable row for selection.

endif.

endloop.

Thanks in advance .....

Hai gurus,

In my ALV output I want to disable the left most button (Row selector) for some reasons Dynamically.

The user should not select the entire row for some condition.

loop at itab.

If itab-field1 eq 'AA'.

Disable row for selection.

endif.

endloop.

Thanks in advance .....

5 REPLIES 5
Read only

Former Member
0 Likes
1,087

hi

check this thread

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
1,087

hi, Pls check this link

hope the content will be useful.

[link|]

thank you

Read only

Former Member
0 Likes
1,087

Hi Shridhar,

I think it is difficult to have selection boxes on some condition.

We can have only one type of selection mode for alv.

Kindly refer following link for your solution

http://help.sap.com/saphelp_47x200/helpdata/en/ef/a2e9eff88311d2b48d006094192fe3/frameset.htm

I have tried it in many ways but not able to have its solution.

Kindly share it with all of us if you get the solution.

Hope it helps,

Pratik Vora

Edited by: Pratik Vora on Feb 23, 2009 11:23 AM

Read only

Former Member
0 Likes
1,087

Hi shridhar,

Have you solved your query??

If you have, kindly share it with forum.

It will be helpfull.

Regards,

Pratik Vora

Read only

Former Member
0 Likes
1,087

I tried in lot of ways ...No positive result so I am handling this other option.If any one found solution for this please share with us.

I am closing this thread....