‎2006 Jul 15 10:48 AM
hi,
iam new to BDC. i want to develop a BDC for transaction <b>FB50</b>. pls help me how to start program.
regrads,
babu
‎2006 Jul 15 10:52 AM
‎2006 Jul 15 11:46 AM
Hi,
A good place to start is transaction SHDB. That will walk you through the recording and show you the output from all the screens.
The difference between that an a normal ABAP program is that the BDC program will take you through a series of screens to enter data into the system as it should, rather than update tables directly.
Check out this example:
http://www.sapgenie.com/abap/bdc.htm
Refer to below helpful links:
http://www.sap-img.com/bdc.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
Here are some links.
http://www.planetsap.com/bdc_main_page.htm
http://www.sap-img.com/abap/learning-bdc-programming.htm
<b>Reward if helpful</b>
Rgds,
Shakuntala
‎2006 Jul 15 12:37 PM
Hi
You can use the BAPIs:
- BAPI_ACC_DOCUMENT_POST
- BAPI_ACC_GL_POSTING_POST
or standard batchinput:
- RFBIBL00
or you can create an your own bcd based on old trx FB01
But I advise you against the use of trx FB50 to create a bdc because it's enjoy trx
Max
‎2006 Jul 15 12:38 PM
Hi,
Just go in TXN SHDB write the TXN FB50 and enter ne name for it like ZFB50 start recording whatever steps u'll perform will return as a BDC with Prog and field names going back again on TXN SHDB u'll see a session of name
ZFB50 and also an option of program and Function Module written on the application toolbar jus click on ne of them it will create a prog or FM based on what u had clicked and hence u can run it...
Hope this helps u.
Regards,
Seema.
‎2006 Jul 15 2:06 PM
Hi,
Check the links
http://www.sapgenie.com/abap/bdc.htm
www.sap-img.com/abap/learning-bdc-programming.htm
www.sappoint.com/abap/bdcconcept.pdf
www.sap-img.com/abap/question-about-bdc-program.htm
www.sapdevelopment.co.uk/bdc/bdchome.htm
www.geekinterview.com/Interview-Questions/SAP-R-3/BDC
Rgds,
Prakash
<b>Reward useful answers</b>
‎2006 Jul 15 5:47 PM
hi,
If u r new to bdc my advise is to fallow the recording in method. First of try to record the transction using the transaction with SHDB then enter the value in the mandatory feilds then comparing the logic u design the bdc
one thing here u can also do the data migration with lsmw also this would be easier when compared to bdc if u start with this after completion of one project u will come to know the logic how it is going on, in lsmw there is no need to code anything system will automatically generated the code.
check the below links also
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 find it useful markt the points
Regards,
Naveen