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

difference between bdc & bapi

Former Member
0 Likes
548

hi

what is difference between bdc & bapi

3 REPLIES 3
Read only

Former Member
0 Likes
489

Hi Anu,

Welcome to SDN

This is very basic question and you have lots of threads on the same. Just use search functionality in forums.

Regards,

Atish

Read only

Former Member
0 Likes
489

Hai Anu,

Main differences B/w bapi and bdc are...

In case of bdc data transfer takes place from flat file into sap system ie the file existing in sap system to sap sytem

where is bapi's r remotly enabled function modules which are assigned to some business objects n used to transfer the data between different business partners who are using different systems other than sap.

when you plan to upgrade your system version then bdc willnot support those upgradations where as bapi's will support.

Please refer to this link

/thread/400145 [original link is broken]

Regards.

Eshwar.

Read only

P507709
Participant
0 Likes
489

hi Anu,

There is a lot of difference b2n bdc & bapi.

bdc -- 1)transaction is screen flow

2) time taking process

3) screen flow sequence is there during transfering

data

4) only to SAP

Bapi -- 1) no screen flow

2) during uploading data it directly hit the structures

3) quick response

Bye.