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

data transfer

Former Member
0 Likes
605

hi guys,

what is the best or the efficeient mode of data transfer between the database layer and the presentation layer and what way it helps in the faster transfer of data and how is it executed

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

Hi

u can use BDC programs.

5 REPLIES 5
Read only

Former Member
0 Likes
589

Hi

u can use BDC programs.

Read only

Former Member
0 Likes
588

Hi,

try with the below link.

http://www.sap-img.com/bdc.htm

Read only

sreelatha_gullapalli
Active Participant
0 Likes
588

hi

verify the following links

http://en.wikipedia.org/wiki/Data_transfer_rate

http://en.wikipedia.org/wiki/Data_transmission

http://www.webopedia.com/TERM/D/data_transfer_rate.html

hope u will get some idea about data transfer from these links.

regards

sreelatha gullapalli

Read only

Former Member
0 Likes
588

Hi,

The effiecient way to transfer the data from Presentation Layer to Database Layer is BAPI (if available). If not BDC either Call Transaction or Session Method depends the volume of the data and client requirements.

Read only

Former Member
0 Likes
588

Hi Immanuel Jedidiah ,

Let me give you few information in brief.

you asked on Presentation Layer to Database Layer.

Which ever method namely [ BDC, BAPI(RFC Enabled by default), Normal Fn Modules (even Customised) ] you follow.

Its not an issue, Its Depend on Requirement entirely.

Mainly They were the competiters BAPI vs BDC...

BAPI is suppose to be much faster than BDC..

Reason: In BDC datas are upload via Screens i.e., Screen wise procesing..

In BAPI , you will be using Predefined BAPI Structure available thr which the BAPI fn module is populated.

Only Main Disadvantage : concerned on BAPI..

Its not available for all the Transaction..

One Main Advantage : In case of Enjoy Transactions BDC is Quite Discomfort.. Where you can go with BAPI easily to upload. Its enabled for few such transactions.

Reply me if you have doubts still.

Reward me points if its useful information.

Regards,

agp