‎2008 Aug 21 9:30 AM
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.
‎2008 Aug 21 9:34 AM
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
‎2008 Aug 21 9:34 AM
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
‎2008 Aug 21 9:36 AM
Thanks Narin,
much appreciated indeed...i´m going through the coding now..
chrs..
‎2008 Aug 21 9:40 AM
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
‎2008 Aug 21 9:54 AM
‎2008 Aug 21 9:57 AM
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
‎2008 Aug 21 9:49 AM
hi,
Please refer the link below..
It will give you strp by step about BDC that will help you for sure.
Hope this helps.
Thanks,
Rashmi.
‎2008 Aug 21 9:55 AM
Thanks Rashmi...very helpful document. I´m going through ur document as well.
‎2008 Aug 21 10:00 AM
Hi Krishna,
You can check this PDF also-
http://nabiljirani.com/SAP/SAP%20ABAP/SAP%20brain/BDC_Recording.pdf
‎2008 Aug 21 10:05 AM
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