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

data upload

Former Member
0 Likes
623

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

5 REPLIES 5
Read only

Former Member
0 Likes
601

Data remains same, it carry forwards from old version to newer version automatically

Read only

roger_gomez
Active Participant
0 Likes
601

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

Read only

Former Member
0 Likes
601

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

Read only

0 Likes
601

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

Read only

Former Member
0 Likes
601

1st, u download into a flat file and then upload and run the BDC

Reward if useful