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

checkboxes only for particular rows.

Former Member
0 Likes
1,386

Hi frends..

Here my requirement can we keep checkboxes only for particular in the alv using oops..

I need to display a report showing first column as checkbox.But I need to display checkbox only

for particular rows which satifies the condition.

pls reply me

Thanks

Hi frends..

Here my requirement can we keep checkboxes only for particular in the alv using oops..

I need to display a report showing first column as checkbox.But I need to display checkbox only

for particular rows which satifies the condition.

pls reply me

Thanks

6 REPLIES 6
Read only

gaursri
Active Contributor
0 Likes
1,025

Hi Polisetty,

May be this link will be helpful for you.Please have a look.Hoping your query will be resolved.

Link: [Checkbox|http://help.sap.com/saphelp_sm32/helpdata/en/79/11269b0edf11d4b595006094192fe3/content.htm]

Have a best day ahead.

Read only

Former Member
0 Likes
1,025

Can u plz send me u r code..so that i can implement the logic based on dat....

Regards

Kiran

Read only

0 Likes
1,025

Hi frends Good Morning

Actually my requirement is I have to display a report using first column as checkbox and by clicking on checkbox further action is to proceed .and I need checkbox not for all the rows only for the rows which satisy my condition.........

is it possible.

Thanks

Read only

Former Member
0 Likes
1,025

hi...

take a data object of type c with null initial value and

loop at the table if you have.inside that go for check of condition and if satisfied....

write: w_char as checkbox.

Regards

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,025

Hi,

Refer these threads for editing fields for certain rows only:-

And refer this wiki for code for using checkbox with alv grid:-

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alv%252bgrid%252bdisplay%252bwith%252bch...

Hope this solves your problem.

Thanks & Regards,

Tarun Gambhir

Edited by: Tarun Gambhir on Feb 10, 2009 10:31 AM

Read only

Former Member
0 Likes
1,025

resloved