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: 

SAP to SAP data transfer using BDC

Former Member
0 Kudos
156

Hi,

Can we use BDC to transfer Data between 2 SAP systems? Or while upgrading the existing SAP system

Please let me know how can this be achieved.

Thanks in advance,

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos
105

hi,

generally BDC's r used to upload data from legacy system to sap system.we hav also bapi,lsmw... for that.

if u want to transfer data between 2 different systems then u hav some latest technologies like XI,netweaver .... to achieve that.

6 REPLIES 6

GauthamV
Active Contributor
0 Kudos
106

hi,

generally BDC's r used to upload data from legacy system to sap system.we hav also bapi,lsmw... for that.

if u want to transfer data between 2 different systems then u hav some latest technologies like XI,netweaver .... to achieve that.

Former Member
0 Kudos
105

This was one of the Interview question and i didnt know the answer to it. Can BDC be used to data transfer between SAP and SAP system?

or during Upgrades?

Former Member
0 Kudos
105

Hi,

Yes BDC can be used during upgrades. But for transferring data between two SAP systems is not possible. The reason being that BDCs are client and system dependent. A BDC written for a particular client can upload data only to that client and nowhere else.

Regards,

Aravinda Sarma M.

Former Member
0 Kudos
105

Hi Aravind,

Can u pls let me know how can this be achieved during SAP Upgrades?

Thanks a lot for ur replies,,

Former Member
0 Kudos
105

Any inputs please

former_member182346
Active Contributor
0 Kudos
105

Very good question !

I think we can do this.

In BDC programming we take the Legacy system data into an exel file and then transfer that tab delimited text file to SAP using internal table and call transaction method.

And we can take the SAP data from one system to Excel file and then upload the same data to another system using BDC.

Reward points if useful.

Thanks & Regards,

vinsee