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

upload data from application server (bapi /BDC)

Former Member
0 Likes
616

Hi,

I want to upload data from application server .

so which one is better BAPI or BDC.

Thanks,

jigar

5 REPLIES 5
Read only

Former Member
0 Likes
587

Hi,

What's kind of data? It depends ...

You may need to check whether there is BAPI or Direct Input program available or not.

Personally, I like to use BAPI (if available).

BAPI is faster because it is updating the DB "directly" through ABAP code. On the other hand, a BDC with call transaction goes through the whole screen sequence like any user would do, simply put, it is filling screens.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
587

thanks for your quick reply.

If i want to use bapi . then first i need to use

read dataset and tthen i will store this data in to internal table.

and after that i can use bapi.

tell me this is the right way of doing this ..

Thnaks,

jigar

Read only

Former Member
0 Likes
587

hi Jigar,

I guess you want to upload data to application server .. for that why do you want to use BAPI ??

Refer this

http://www.sapdevelopment.co.uk/file/file_uploadsap.htm

regards,

Santosg

Read only

Former Member
0 Likes
587

Hi Jigar,

You are correct and in the right direction ...

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
587

if u want to upload data which is stored in flat file then using BDC u can upload to SAP R/3 through identified T code of SAP system..

but if u want to upload ur data from another application server to SAP then u need to user BAPI of SAP system thourgh RFC connection.

or u can use connector, but ur question is not of full information . u need to write which application server u r using to upload the data to SAP ..

jigar patel