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

BDC coding method

Former Member
0 Likes
855

Friends..

I am one of a member of this SAP network. I am having one help from u all people. Can u people explain that how can transfer data from non SAP system to SAP system by BDC coding method. Please explain this with one example coding..

Thanks & Regards

Antony

7 REPLIES 7
Read only

alpesh_saparia3
Active Contributor
0 Likes
824

BDC coding you can start either by directly creating program, or you can generate the recording program using SHDB transaction.

-Alpesh

Read only

0 Likes
824

Thanks for your reply gi...

But i asked how to do BDC with coding method. In recording method( Using SHDB tcode) also am having one doubt. Whats the difference between 'read from file' and 'transfer from recording' methods.?

Thanks & Regards

Antony

Read only

Former Member
0 Likes
824

Hi,

Generally by SHDB recording .. The screen navigation will be recorded. for a single record.. and then Code will be changed for 'n' records.

Go thr this link:

http://goldenink.com/abap/shdb.html

http://blog.csdn.net/CompassButton/archive/2007/10/05/1812296.aspx

http://www.sap-img.com/abap/example-how-views-are-dealt-in-bdc.htm

Reward point if useful

Read only

0 Likes
824

Thanks gi.

My one more doubt in BDC is, in recording method, whats the difference between 'read from file' and 'transfer from recording'?

Thanks & Regards

Antony

Read only

Former Member
0 Likes
824

Hi

Is your question is answered..

Then Where is the Rewards.. Antony...

So Sad.. yaar...

Read only

0 Likes
824

U sent some links na?? I got some info from that links ya... Thats why i selected that my question was answered. My one more doubt is in recording method whats the difference between read from file and transfer from recording options?

Thanks & Regards

Antony

Read only

0 Likes
824

Hello Antony,

Read file is reading a record from the application server (OPEN DATASET .....)

Transfer writes a record to the application server (OPEN DATASET .....).

Reading and writing data from/to the presentation server (your PC or Laptop) can be accomplished by using the functions GUI_UPLOAD and GUI_DOWNLOAD, respectively.

Good luck,

Heinz