2015 Jan 28 12:15 PM
Hi,
In the table control in module pool program I have check few rows. After that when I click the scroll button the selected lines become deselected.
I have check line sel = multiple, column sel = single, and check w/selcolumn and already give name.
Please help me out.
Hi,
In the table control in module pool program I have check few rows. After that when I click the scroll button the selected lines become deselected.
I have check line sel = multiple, column sel = single, and check w/selcolumn and already give name.
Please help me out.
2015 Jan 28 12:29 PM
Hi Sunandan,
Please do the following code in your PAI of your screen.
In your PAI
Loop
Modify IT_TAble from WA_workarea Index Table control lines.
endloop.
With Regards
Arun VS
2015 Jan 28 12:37 PM
Hi Arun,
I have already maintained that one but it still not working.
2015 Jan 28 12:55 PM
Hi Sunandan,
Can you please debug and check in your modify statement that the work area has got Sel = 'X'.
With Reagrds
Arun VS
2015 Jan 29 10:02 AM
You have to do something like this in PAI LOOP:
FIELD wa_flow_logic-row_selector_field MODULE update_mark ON request.
....
MODULE update_mark.
MODIFY itab FROM wa_flow_logic INDEX table_control-current_lines TRANSPORTING row_selector_field.
ENDMODULE.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |