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

table control updation to database table

Former Member
0 Likes
288

hi

iam using a table control concept where i have used the internal table and database table as similar,,,,

now when i give the statement as

modify <it_name> from source

only internal table gettting reflected not the database table

what can be done here?? suggestion and advice appreciated

thanks

1 REPLY 1
Read only

Former Member
0 Likes
263

Use MODIFY <DB_TABLE> from table <IT_TABLE>.