‎2006 Aug 15 7:25 PM
I am not that good in BDC. I can say <b>want to learn</b> .
How to practice and how can I get good material.
PLEASE help me out.
Thanks in advance.
‎2006 Aug 15 7:53 PM
hi sam,
check the below links u can find good guidance
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
If u need more info shoot me a mail to callnaveen@gmail.com
if u find it useful mark the points
Regards,
Naveen
‎2006 Aug 15 7:30 PM
Here is a start....
http://www.sap-img.com/abap/learning-bdc-programming.htm
Just do google search on "BDC SAP" and you will find a bunch.
Regards,
Rich Heilman
‎2006 Aug 15 7:31 PM
Check these links:
<a href="http://www.sap-img.com/abap/learning-bdc-programming.htm">http://www.sap-img.com/abap/learning-bdc-programming.htm</a>
<a href="http://help.sap.com/saphelp_47x200/helpdata/en/fa/097126543b11d1898e0000e8322d00/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/fa/097126543b11d1898e0000e8322d00/frameset.htm</a>
[url=http://www.sap-img.com/sap-download/bdcrecording.zip]http://www.sap-img.com/sap-download/bdcrecording.zip[/url]
‎2006 Aug 15 7:37 PM
Hi Sam,
Please check this online document perhaps it may help to start with.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBLIB/BCDWBLIB.pdf
Regards,
Ferry Lianto
‎2006 Aug 15 7:53 PM
hi sam,
check the below links u can find good guidance
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
If u need more info shoot me a mail to callnaveen@gmail.com
if u find it useful mark the points
Regards,
Naveen
‎2006 Aug 15 7:56 PM
‎2006 Aug 15 7:58 PM
Hi Sam,
check these links:
http://www.sap-img.com/abap/learning-bdc-programming.htm
http://www.sappoint.com/abap/bdcconcept.pdf
http://sap.ittoolbox.com/topics/t.asp?t=322&p=322&h1=322
check these for examples:
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
http://www.sapgenie.com/links/abap.htm
http://www.guidancetech.com/people/holland/sap/abap/
reward if helpful,
keerthi.
‎2006 Aug 15 8:39 PM
Sam,
Keep in mind that BDCs are a very, old SAP technology. SAP does not develop much of anything (if anything) that is new using BDC. Reason being that BDCs have no external systems capabilities. BAPIs allow external systems/programs (i.e. a Visual Basic or C++ program) to run SAP business logic by calling the BAPI.
BAPIs are SAP's newer method for running business logic/transactions. Your time would best spent studying and learning how to work with BAPIs.
Don't forget the points for helpful answers.
‎2006 Aug 15 8:42 PM
Sam,
Your other issue is that SAP will change screens as they develop newer products. Some of the screen objects that you coded your BDC against may no longer exist on the screen at all.... or have been moved to new screen.
If that happens, you must re-code your BDC programs in preparation for an upgrade.
With BAPIs, SAP assumes all of the responsiblity. They will make sure that their BAPIs still work after upgrade.