2008 Jan 14 3:58 PM
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.
2008 Jan 14 4:05 PM
Hello,
Better create a Maintainence View and do the changes u want to do. Use the Tcode MS30
Cheers,
Vasanth
2008 Jan 14 4:10 PM
for update you have it right.
for append too its similar.
insert ztable from table it_table.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |