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

MARK field

Former Member
0 Likes
2,486

how to use MARK for row selection in table control?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,437

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,437

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

Read only

Former Member
0 Likes
1,438

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

Read only

0 Likes
1,437

Yawn....

Read only

Former Member
0 Likes
1,437

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