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 Set table first display

former_member216100
Participant
0 Likes
950

Dear all,

I need to show an alv list but you should not mark all records, some records should be shown but not marked, I can do it with set_selected_rows but the user can change it.

Can it be that the mark button works like a checkbox no input, so the mark button is shown but not possible to mark ?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

NO. better you can have a check bix disabled instaed.

Dear all,

I need to show an alv list but you should not mark all records, some records should be shown but not marked, I can do it with set_selected_rows but the user can change it.

Can it be that the mark button works like a checkbox no input, so the mark button is shown but not possible to mark ?

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
548

NO. better you can have a check bix disabled instaed.

Read only

0 Likes
547

I solved it with a hotspot and a icon. Icon is only shown when ready to mark.

Checkbox was also a option but I dont want to work with checkbox.

thanks for the answer.