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

Copying database table with data

Former Member
0 Likes
619

Dear Team,

I want to copy a database table with all entries of that table. example: if i am copying MARA table as ZMARA i want all the entries of MARA should also exist in ZMARA.

Is it possible to do this without writing any piece of code.

Regards,

N.Jain

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
587

Hi,

It is not possible to do the same without coding.

Regards,

Sriram

Edited by: Srirama Murthy Maddirala on Jun 4, 2008 11:14 AM

5 REPLIES 5
Read only

Former Member
0 Likes
588

Hi,

It is not possible to do the same without coding.

Regards,

Sriram

Edited by: Srirama Murthy Maddirala on Jun 4, 2008 11:14 AM

Read only

Former Member
0 Likes
587

Hi,

Create a table ZMARA.Then write the code to fetch the data into an internal table and upload the same data to ZMARA.

Read only

Former Member
0 Likes
587

Not possible with data.

you can only copy structure only.

Amit.

Read only

Former Member
0 Likes
587

Thanks for your replies.

Read only

Former Member
0 Likes
587

Hi,

You can only copy the standard table to ztable and data cannot be copied into ztable by doing this.

Thanks,

Sriram Ponna.