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

Former Member
0 Likes
758

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

6 REPLIES 6
Read only

Laxmana_Appana_
Active Contributor
0 Likes
708

Hi,

Go to SHDB , record your transaction steps, copy the code generated for your dialog steps , then use the same in your BDC report program or use BAPI's alternative to BDC.

BAPI_ACC_GL_POSTING_POST

BAPI_ACC_DOCUMENT_POST

check this link :

regards

appana

Read only

Former Member
0 Likes
708

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

Read only

Former Member
0 Likes
708

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

Read only

Former Member
0 Likes
708

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.

Read only

Former Member
0 Likes
708

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