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

Update table

Former Member
0 Likes
339

Hi,

I have the intern table ztab2, is a copy of the tab1.

You can change, delete registers on the ztab2. But finaly , i want to update the tab1 with all the changes that you do in ztab2.

any idea?thanks a lot

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
321

modify itab1 from itab2...

2 REPLIES 2
Read only

Former Member
0 Likes
321

Hello Marc,

After doing doing all the changes

tab1[] = ztab2[].

Vasanth

Read only

Former Member
0 Likes
322

modify itab1 from itab2...