‎2008 May 10 1:05 PM
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
‎2008 May 10 2:32 PM
BDC coding you can start either by directly creating program, or you can generate the recording program using SHDB transaction.
-Alpesh
‎2008 May 12 6:27 AM
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
‎2008 May 10 4:55 PM
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
‎2008 May 12 6:32 AM
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
‎2008 May 12 7:00 AM
Hi
Is your question is answered..
Then Where is the Rewards.. Antony...
So Sad.. yaar...
‎2008 May 14 6:23 AM
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
‎2008 May 14 6:48 AM
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