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 do you append and update custom table using ABAP

Former Member
0 Likes
935

Hi,

How do you update and append the custom table. I believe the syntax for updating is UPDATE table_name from line structure (type of table_name). I am not sure syntax for appending the custom table.

could you provide syntax for both. thanks.

Hi,

How do you update and append the custom table. I believe the syntax for updating is UPDATE table_name from line structure (type of table_name). I am not sure syntax for appending the custom table.

could you provide syntax for both. thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
554

Hello,

Better create a Maintainence View and do the changes u want to do. Use the Tcode MS30

Cheers,

Vasanth

Read only

Former Member
0 Likes
554

for update you have it right.

for append too its similar.

insert ztable from table it_table.