2009 Apr 11 3:01 PM
hi
i was added checkbox on alv tree .
now
how can i learn selected item ? .
Thanks.
hi
i was added checkbox on alv tree .
now
how can i learn selected item ? .
Thanks.
2009 Apr 11 3:54 PM
Check this link !
http://help.sap.com/saphelp_nw04/helpdata/en/26/46fb40f17af66fe10000000a1550b0/content.htm
Regards,
Lalit Mohan Gupta.
2009 Apr 11 5:19 PM
Hi,
when you give the fieldname in the layout...
fs_layo-box_fname = 'CHECK'.
this check should be a field of internal table
so when ever you check the check box.. this field automatically gets the value as 'X.
so in your code you use the loop this way..
loop at interal_table into wa where check = 'X'.
"processing steps.
endloopRegards
Siddarth
2009 Aug 23 3:00 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |