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

SAP to SAP data transfer using BDC

Former Member
0 Likes
1,142

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
Read only

GauthamV
Active Contributor
0 Likes
1,091

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.

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,

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
1,092

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.

Read only

Former Member
0 Likes
1,091

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?

Read only

Former Member
0 Likes
1,091

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.

Read only

Former Member
0 Likes
1,091

Hi Aravind,

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

Thanks a lot for ur replies,,

Read only

Former Member
0 Likes
1,091

Any inputs please

Read only

Former Member
0 Likes
1,091

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