Application Development 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: 

AMDP internal table move corresponding

deepakms1711
Explorer
0 Kudos

Hello,

In AMDP, is there a way to move data from itab1 to itab2 for the below structure.

itab1 = Field1, Field2, Field3

itab2 = Field1, Field2

itab1 has an extra field which is not available in itab2.

I am in a situation to use only select * as the number of fields are huge so explicitly mentioning the field name is not an option here.

Appreciate if you can share some thoughts.

Thanks.

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

I don't get why it's not an option: you can quickly copy the list of column names, and paste this list of columns minus one (or any number) into the other table.