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

Read table control ( created using wizard )

Former Member
0 Likes
336

Hello friends,

I am a bit confused:

Actually I have created the control table using wizard. ( I have used a dict table while creating the control table).

Now I want to loop over the control table to read the selected row by the user ?

lets say my control table is called z_ctrl_tab, can I do like this in PAL:

Loop at z_ctrl_tab with control

Endloop.

Any idea would be gr8...

Regards,

Message was edited by:

Shah H

2 REPLIES 2
Read only

Former Member
0 Likes
315

Hi,

The Wizard generated the source code for the table control, in this case you need to check the PBO and PAI process,

if you have a doubt, please seend me a mail,

regards,

David

Read only

Former Member
0 Likes
315

you can declare a selection field in screen painter for your table control to know which are selected by the user.