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

Migrating my data from one system to another

Former Member
0 Likes
620

Hi All.

We have an application hosted on one SAP system. Now the users plan to use another server to host the application.

All data related to that app (around 10 tables) need to be migrated over too.

Is there any other way than to write a program to download/upload the data to/from a text/excel file?

Anything we can do to avoid writing the programme?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

hi, did u try transporting the values using a transport request? create a transport request and add the table values and transport the request.

krishna

3 REPLIES 3
Read only

Former Member
0 Likes
533

hi, did u try transporting the values using a transport request? create a transport request and add the table values and transport the request.

krishna

Read only

0 Likes
532

Thanks Krishna. But can you please elaborate on what you are saying?

How to "Add table values" to the TR?

I thought we could only migrate if we had a maintenance view and from there it shall automatically include in the TR if we maintained it via SM30?

But here the case is diff.

It is an application table with no view. Lets say Table Z123. It has 5 fields with MANDT too.

Now around 1000 entries have been filled by the application (program). Now how do I migrate those 1000 entries to another system via TR?

Thanks again!

Read only

radhushankar
Participant
0 Likes
532

Hi Aishi,

Try to create a RFC in the source system and call it in your program in the target system where you want the tables to be filled.

Regards,

Radhu