‎2008 Feb 11 6:41 AM
‎2008 Feb 11 6:56 AM
Hi vivek,
you can use Mark as Check Box...
in PAI read row using mark value equal to X.
<REMOVED BY MODERATOR>
Gaurav J.
Edited by: Alvaro Tejada Galindo on Aug 15, 2008 3:33 PM
‎2008 Feb 11 6:50 AM
Hi Vivek,
For using the mark field for row selection table control, first add a column in your internal table (at which you are looping into the table control in PBO and PAI). The type of the field/column should be TYPE CHECK (single character field).
Let's call the internal table <itab>
If you have awork area <wa>
The new field added <check>
Now, in the table control attributes - Mark the checbox for w/SelColumn in the field corresponding input box enter the <wa>-<check>.
Now, in table control, you shall get a the row selection buttons on the extreme left and when u select a row, the corresponding rows <wa>-<check> shall be set as 'X'.
Cheers,
Aditya
‎2008 Feb 11 6:56 AM
Hi vivek,
you can use Mark as Check Box...
in PAI read row using mark value equal to X.
<REMOVED BY MODERATOR>
Gaurav J.
Edited by: Alvaro Tejada Galindo on Aug 15, 2008 3:33 PM
‎2008 Aug 15 6:02 PM
‎2008 Feb 11 6:56 AM
Hi,
to use MARK field fisrt what u do is in the internal table u declare for the table control declare one field of length 1 of type c then in the wizard for the table control for the fields leave this first field and then it asks for scroll box there u give this u r problem rectifies
<REMOVED BY MODERATOR>
<REMOVED BY MODERATOR>
Thanks
Sunil
Edited by: Alvaro Tejada Galindo on Aug 15, 2008 3:33 PM