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

call transaction for FB01

Former Member
0 Likes
1,767

Dear SDN,

I have a task to work on Call Transaction for FB01. I´m new to ABAP. Please help me with step by step procedure on recording as well as abap coding.

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

narin_nandivada3
Active Contributor
0 Likes
1,205

Hi,

Check this link to learn BDC RECORDING..

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

[BDC Recording PDF|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7]

Hope this would help you

Good luck

Narin

9 REPLIES 9
Read only

narin_nandivada3
Active Contributor
0 Likes
1,206

Hi,

Check this link to learn BDC RECORDING..

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

[BDC Recording PDF|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddba3c7]

Hope this would help you

Good luck

Narin

Read only

0 Likes
1,205

Thanks Narin,

much appreciated indeed...i´m going through the coding now..

chrs..

Read only

Former Member
0 Likes
1,205

Hi Krishna,

Go to SM35 and click on new recording.

Give the recording name and the transaction code(FB01).

It will directly take to the FB01 screen and you can perform your actions.

Check the following link:

/message/3236279#3236279 [original link is broken]

Regards,

Chandra Sekhar

Read only

0 Likes
1,205

Thanks Chandra shekar. Much Appreciated indeed.

Read only

0 Likes
1,205

Hi,

here are some screen shots it may help you-

http://moryhanry.com/sapbdcsm35.html

Some useful Documents on BDC-

http://abapbdc.blogspot.com/2007/12/abap-bdc-recording.html

Regards,

Sujit

Read only

Former Member
0 Likes
1,205

hi,

Please refer the link below..

It will give you strp by step about BDC that will help you for sure.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/309cb157-738d-2910-7691-b74c4ddb...

Hope this helps.

Thanks,

Rashmi.

Read only

0 Likes
1,205

Thanks Rashmi...very helpful document. I´m going through ur document as well.

Read only

0 Likes
1,205
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,205

For FB01 you have two options, Using [SHDB |https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=shdb+&adv=false&sortby=cm_rnd_rankvalue]doing some recording and generation programs, but you will have to do multiple recording if the account type change.

A second way is to use the following FM which will create the BDCDATA internal table to use in BDC or CALL TRANSACTION.

- [POSTING_INTERFACE_START|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=posting_interface_start&adv=false&sortby=cm_rnd_rankvalue]

- [POSTING_INTERFACE_DOCUMENT|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=posting_interface_document&adv=false&sortby=cm_rnd_rankvalue]

- [POSTING_INTERFACE_END|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=posting_interface_end&adv=false&sortby=cm_rnd_rankvalue]

Regards