‎2008 Feb 20 9:40 AM
hello gurus
i have to upload data from a older version of sap to new version of sap the data is vendor master in between there is application server between older version to newer version
plz help
thanx and regards
‎2008 Feb 20 9:45 AM
Data remains same, it carry forwards from old version to newer version automatically
‎2008 Feb 20 9:58 AM
Hi,
If there is no high volume of vendors in the old system I think you can send directly to the new system using CREMAS Idoc message. You can generate and send the Idocs using transaction BD14.
You don't need to create any ABAP program, only configure a RFC connection between both systems, logical system, port and a partner profile with the CREMAS outbound message using the distribution model (BD64). In the destination system you have to create the corresponding partner profile to receive the CREMAS Idocs.
Reward points if useful.
Roger
‎2008 Feb 20 10:08 AM
hii Roger
can i do it by open data set transfer data set downloading data into application server and then open dataset read dataset and upload datain ecc 5 by bdc. will it work
actualy i don know idoc
plz help
thanx
‎2008 Feb 20 10:45 AM
Hi,
For sure you can download vendor data into flat files. But for upload I recommend you to use LSMW for monitoring and error control purposes.
Have you checked if your vendors have to be created in the new SAP system as business partners (BP transaction)?
Roger
‎2008 Feb 20 11:07 AM
1st, u download into a flat file and then upload and run the BDC
Reward if useful