cancel
Showing results for 
Search instead for 
Did you mean: 

BDC

Former Member
0 Kudos

Hi,

Can anyone provide me with some help material on BDC.

I will be very thankful to you.

Regards,

RB.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi raj,

go to wikis man u find a lot of stuff..

and also..

http://www.sap-img.com/abap/learning-bdc-programming.htm

reward if helps,

thanks.

Former Member
0 Kudos

This is in Breif abt BDC.... I guess this would be helpful...

BDC - BATCH DATA COMMUNICATIONS

BDC allows you to perform database updates in the background using standard SAP transactions. The resultant entries will be as if the user had manually entered the data via SAP. This means that you do not bypass any of the standard SAP consistency checks, authorisations etc. There are two main methods of ABAP BDC, these are Call Transaction and Batch Input. Other methods of update include Direct update, Idoc and BAPI

Data transfer program, an effective and efficient way of transferring large amount of data into your new system (SAP)

Two steps involved in data transfer are "Converting data from your legacy system into the required flat file format" and "Automatically entering data into the SAP system. A SAP data transfer program reads the prepared data from the flat file and moves it into R/3".

check these below links............

http://help.sap.com/saphelp_47x200/helpdata/en/fa/097022543b11d1898e0000e8322d00/frameset.htm

chk this pdf file

http://www.sappoint.com/abap/bdcconcept.pdf

chk this for FAQs on BDC

http://www.sap-img.com/abap/question-about-bdc-program.htm

sample code for call transaction method

http://www.sapdevelopment.co.uk/bdc/bdc_ctcode.htm

chk this for BDC recording with screen shots

http://www.sapdevelopment.co.uk/bdc/bdc_recording.htm

BDC

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

Table control in BDC

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

http://www.sappoint.com/abap/bdcconcept.pdf

http://www.planetsap.com/bdc_main_page.htm

http://www.sap-img.com/abap/learning-bdc-programming.htm

http://www.sappoint.com/abap/files.pdf

http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc

http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_gci1068429_tax293481,00.html

For BDC:

http://myweb.dal.ca/hchinni/sap/bdc_home.htm

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&;

http://www.sap-img.com/abap/learning-bdc-programming.htm

http://www.sapdevelopment.co.uk/bdc/bdchome.htm

http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm

http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm

http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html

Check these link:

http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm

http://www.sap-img.com/abap/question-about-bdc-program.htm

http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/

http://www.planetsap.com/bdc_main_page.htm

Rewards if useful..