‎2007 Jun 22 9:16 AM
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.
‎2007 Jun 22 9:54 AM
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
‎2007 Jun 22 9:54 AM
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
‎2007 Jun 22 10:26 AM
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!
‎2007 Jun 22 12:59 PM
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