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

Insert to Databse table

Former Member
0 Likes
702

Hi Guy's,

How to Insert internal table contain records to standard

databse table.

It is very Urgent.

Thanks and Regards,

Bhavani.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
681

u cn use

Insert new entries

Modify new entries or existing entries

Update existing entries

And syntax u can check in Help

6 REPLIES 6
Read only

Former Member
0 Likes
681

Use modify statement.

Modify ZTABLE from header line.

Modify ZTABLE from table itab.

Regards,

Madan.

Read only

Former Member
0 Likes
682

u cn use

Insert new entries

Modify new entries or existing entries

Update existing entries

And syntax u can check in Help

Read only

Former Member
0 Likes
681

Hi

You can use

Insert

Modify

Update

Reward If Helpfull,

Naresh

Read only

Former Member
0 Likes
681

Hi,

Use the below statement

INSERT: <dbtable> FROM TABLE <internal table>.

Thanks and Regards,

Lakshmi.

Read only

Former Member
0 Likes
681

Hi,

Use the below code.

Insert <ZMPATTERN> From Table <t_zbase>.

inside the angle bracket <> give the table names...

Thanks,

Ramya.R

Read only

Former Member
0 Likes
681

Hi sai shanhu,

Insert <d.table> from table <internal table>

or

Modify <d.table> from table <int.table>

Reward if useful,

Regards,

S.Suresh.