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

Using I/O fields

Former Member
0 Likes
418

Hi I need to create around 15 rows of I/O fields with each row comprising 8 fields. Its actually like a table control. But i think table controls wont work here. All the I/O fields in a single column have the same attributes. I could create just one row for this. Is there any way to create the remaining rows with the same attributes.

P.S. Copying and pasting the first row isnt working as they will then have different attributes.

2 REPLIES 2
Read only

Former Member
0 Likes
397

Hi,

You can do this with STEP loop of the I/O fields.

Regards,

R. Nagarajan

Read only

Former Member
0 Likes
397

Hi Abhishek,

This can be achieved with step loop.

you can have a look at program demo_dynpro_step_loop .

Thanks,

Mandeep