‎2008 Dec 01 2:49 PM
Hi to all...
I create a custom tbale ZMARA and ZMARD but i don't know how I can insert all data from MARA and MARD into my custom table (ZMARA ZMARD)..
can you help me?
thanks to all...
‎2008 Dec 01 3:08 PM
Hi,
Not all records from the MARA and MARD table will be important to insert in ztable i guess...so develop a report with a selection screen (to increse the performance...ie..based on selection inputs fetch the records from mara and mard tables) to get the records from mara and mard then insert the same to the ztable.
hope this will helps.
Regards,
Rohan.
‎2008 Dec 01 2:51 PM
Write a program to get all data from MARA and MARD and insert into respective tables ...
‎2008 Dec 01 3:08 PM
Hi,
Not all records from the MARA and MARD table will be important to insert in ztable i guess...so develop a report with a selection screen (to increse the performance...ie..based on selection inputs fetch the records from mara and mard tables) to get the records from mara and mard then insert the same to the ztable.
hope this will helps.
Regards,
Rohan.
‎2008 Dec 01 3:31 PM
Hi there... dump all the data into flat file and then upload the data.. using modify statement.. In this case u will have a backup of data also..