2006 Mar 13 8:58 AM
Hi,
I`m new to SDN. I`d like to know more about the steps involved in BDC. Can anyone explain that in detail?
Hi,
I`m new to SDN. I`d like to know more about the steps involved in BDC. Can anyone explain that in detail?
2006 Mar 13 9:01 AM
Hi,
Wellcome,
it's not very easy to explain all the BDC, can you be more precis in your question ?
Rgd
Frédéric
2006 Mar 13 9:02 AM
Hi ,
Go through the below links.
<b>http://www.sappoint.com/abap/bdcconcept.pdf</b>
<b>http://www.sappoint.com/abap/bdcrec.pdf</b>
Pls reward the points if u satisfy with the help provided.
Thanks
eswar
2006 Mar 13 9:02 AM
Hi
Try to see the SAP Help:
http://help.sap.com/saphelp_46c/helpdata/en/fa/097140543b11d1898e0000e8322d00/frameset.htm
Max
2006 Mar 13 9:07 AM
2006 Mar 13 9:10 AM
Hi
USE goto SHDB record transaction then
Chk out the following links:
http://www.sapgenie.com/abap/bdc.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm
http://www.sapdevelopment.co.uk/bdc/bdchome.htm
http://www.sap-img.com/abap/learning-bdc-programming.htm
regards
vinod
2006 Mar 13 10:18 AM
HI
YOU CAN GO THROUGH THE LINKS GIVEN BELOW TO LEARN ABOUT BDC.
1<a href="http://72.14.203.104/search?q=cache:YdkYZJGblyIJ:www.sap-img.com/abap/learning-bdc-programming.htmBDCIN+ABAP&hl=en&gl=in&ct=clnk&cd=3">LEARN BDC PROGRAMMING</a>
2<a href="http://72.14.203.104/search?q=cache:GDqemPLf82AJ:www.sapdevelopment.co.uk/bdc/bdchome.htmBDCIN+ABAP&hl=en&gl=in&ct=clnk&cd=1">TYPES OF BDC PROGRAMMING</a>
3<a href="http://72.14.203.104/search?q=cache:97hB-6QoP2AJ:www.sap-img.com/abap/answers-to-some-abap-interview-questions.htmSESSIONMETHODINABAP&hl=en&gl=in&ct=clnk&cd=1">CALL TRANSACTION and SESSION METHOD</a>
4<a href="http://72.14.203.104/search?q=cache:msRaygvfOjEJ:www.sap-img.com/abap/more-than-100-abap-interview-faqs.htmSESSIONMETHODINABAP&hl=en&gl=in&ct=clnk&cd=2">FAQ</a>
IF THESE FIND USEFUL PLEASE REWARD POINTS
REGARDS
ANOOP
Message was edited by: ANOOP R.S
2006 Mar 13 10:27 AM
Hi farhana,
First thing is to have all the data in the legacy system to be converted into flat files, so that you can use BDC logic to transfer that data into SAP system once you install it.
Once you have the legacy data in the form of Flat files, you can upload the files using GUI_UPLOAD function module and transfer that data into internal tables first.
Then you can do a Call Transaction or a BDC Session method to upload the data into the wanted transaction.
You can use a BAPI insteda of a BDC also.
In this case you need to fill the BAPI interface structures and tables and pass them to the BAPIs
Reward points if it helps....
With regards,
Manikandan R
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |