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

data updation into table

Former Member
0 Likes
695

Hi All,

I have data in an internal table and i need to fill that table into database table zvt.

Please suggest me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

Just do F1 on INSERT statement you will get good help.

INSERT INTO zvt FROM TABLE itab.

Regards,

Atish

5 REPLIES 5
Read only

Former Member
0 Likes
667

Just do F1 on INSERT statement you will get good help.

INSERT INTO zvt FROM TABLE itab.

Regards,

Atish

Read only

0 Likes
666

Thanx atish

Read only

0 Likes
666

But my internal table is having only some fields from the table and i need to modify those fields only. please help me

Read only

0 Likes
666

need a solution using MODIFY or UPDATE keywords

Read only

0 Likes
666

Hi Mr. Rao,

First you should have the internal table with same structure of your database table ZVT.

And before using below statement you should append or data should be there in there in the internal table

use this statement for Modifying the records in the table...

" MODIFY ZVT FROM TABLE ITAB."

If any other help please do reply me....

Cheers,

Sagun Desai.....