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

Steps in BDC

Former Member
0 Likes
1,146

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?

7 REPLIES 7
Read only

FredericGirod
Active Contributor
0 Likes
1,109

Hi,

Wellcome,

it's not very easy to explain all the BDC, can you be more precis in your question ?

Rgd

Frédéric

Read only

Former Member
0 Likes
1,109

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

Read only

Former Member
Read only

Former Member
0 Likes
1,109

Hi,

Chek this link:

http://www.sap-img.com/bdc.htm

Hop it helps you.

Regards,

Anjali

Read only

Former Member
0 Likes
1,109

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

Read only

Former Member
0 Likes
1,109

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