‎2008 Jun 04 10:11 AM
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
‎2008 Jun 04 10:13 AM
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
‎2008 Jun 04 10:13 AM
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
‎2008 Jun 04 10:16 AM
Hi,
Create a table ZMARA.Then write the code to fetch the data into an internal table and upload the same data to ZMARA.
‎2008 Jun 04 10:22 AM
‎2008 Jun 04 10:30 AM
‎2008 Jun 04 10:31 AM
Hi,
You can only copy the standard table to ztable and data cannot be copied into ztable by doing this.
Thanks,
Sriram Ponna.