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

Diff btn BDC & upload through BAPI

Former Member
0 Likes
509

I want to know what is the diff btn data upload through BAPI anf data upload through BDC prog.

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi,

Check the Experts forum link below:

Pls reward if helpfull

Regards,

Sharath

Read only

Former Member
0 Likes
483

Hi Mitra,

Try to search in forum before posting any question.there are lot of theards are available for your question.

Refer one of the theard

https://forums.sdn.sap.com/click.jspa?searchID=13382175&messageID=4260535

Regards

Kiran Sure

Read only

Former Member
0 Likes
483

Hi Aritra Mitra,

Difference between BAPI and BDC:BAPI is a higher end usage for tranfering the data from SAP to non-SAP and vice-versa. for ex: if we are using VB application,where in that we want to connect to SAP and retireve the data,and then change and update the data in SAP for that purpose we can use that.Apart from that, we can also use it for Uploading/Downloading the data from SAP to Non-SAP like BDC, provided we have an existing BAPI for that.BAPI function modules will also do all the checks required for data integrity like Transactions for BDC.There is one more advantage using BAPI instead of BDC. When we go for upgradation, there might be pozzibility to change the screen elements for transactions depending on the requirement. In that case,our BDC pgm may or may not work (depending on the screen changes they have made). Unless and until we prepare new BDC we cant use the old BDC pgm. But in BAPI, SAP promises that they are going to keep the old BAPI and for new functionality they will provide an upgraded BAPI. Until we write a new BAPI pgm, we can use the exisitng BAPI

Best regards,

raam