Application Development 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: 

How could i copy and sync MARA to another SAP Server in zTable?

Former Member
0 Kudos

Hi Expert,

I have a question need to ask.

I have a requirement to duplicate a copy of MARA to another SAP server and store in zTable.

zTable have exactly same structure as standard table of MARA.

Also, there should be a background job of mid-night sync of data from MARA to zTable.

Would it be possible to implement in ABAP?

Thanks !


BR - Chris

1 ACCEPTED SOLUTION

Former Member
0 Kudos

it may be useful.

ref. code from above link.


1. go to SE11.

2. give ur table name.

3. display the contents.

4. u can c a check box in the left side of each record.

5. check it.

6. click the 'table entry' in the top tool bar

7. click transport entries!!

u can transport it to another server

thats it, but for these hope u have proper authorization.

Avirat.

4 REPLIES 4

Former Member
0 Kudos

The simplest solution is to download as a flat file.  FTP to the other server.  Upload the flat file replacing the content of the other table.  On both ends a job to do it.

There are more complicated solutions.  But why bother...

Neal

Former Member
0 Kudos

it may be useful.

ref. code from above link.


1. go to SE11.

2. give ur table name.

3. display the contents.

4. u can c a check box in the left side of each record.

5. check it.

6. click the 'table entry' in the top tool bar

7. click transport entries!!

u can transport it to another server

thats it, but for these hope u have proper authorization.

Avirat.

0 Kudos

This is in fact a very good alternative in my view.  Maybe some small points to iron out, but nothing major.

Neal

0 Kudos

it depends on user which option he selects.

-Avirat