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

Populate Ztable

Former Member
0 Likes
563

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

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.

3 REPLIES 3
Read only

Former Member
0 Likes
524

Write a program to get all data from MARA and MARD and insert into respective tables ...

Read only

Former Member
0 Likes
525

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.

Read only

former_member156446
Active Contributor
0 Likes
524

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..