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

how to update rows

Former Member
0 Likes
276

Hi,

There are 10 rows in my table control.

i want to update 5 rows out of 10 randomly depending on the records in the internal table.

Anyone can help me how can i achive this.

Thanks,

CHintan

1 REPLY 1
Read only

Former Member
0 Likes
256

Hi,

your actual req is not clear....

But as far as i could get it...

I think u need to update 5 records from the 10 on aparticular condition.??

So initially loop at the main table on that condition and populate the 5 records into another internal table.. OR while loopoing the table into a work area.. at the same time upload the records...

Update that internal table after that..

Hope this helps.

Award if so..

Thanks

Rajiv