Application Development 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: 

BDC program

Former Member
0 Kudos
137

Hi Friends,

I am trying out to work on this simple BDC program, but i dont get the idea to start this pogram. Can somebody walk me through this?

Please let me know the step by step process involved in BDC programing.

1. To Read a flat file containing Vendor Master details The file should contain a list of Vendors to be created in the SAP system.

2. Using BDC technique, i need to create the Vendor master using FK01 transaction

3. Repeat the steps for creating all Vendors listed in the file. For each transaction, print out if the BDC was successful or not, and if successful print out the Vendor Number that was created.

7 REPLIES 7

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
111

Duplicate Post, please refer to this

Please close this thread.

Regards,

Rich Heilman

former_member188685
Active Contributor
0 Kudos
111

For code sample see this

check for further help

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

Message was edited by: Craig Cmehil

0 Kudos
111

Boy, does that code look familiar.

Regards,

Rich Heilman

0 Kudos
111

Hi,

I would suggest replace 'ws_upload' with the 'gui_upload' function call.

Suresh

0 Kudos
111

Did I post that program before? Vijay, where did you find that?

Regards,

Rich Heilman

0 Kudos
111

Ah yes, here it is.

Are you presenting this code as your own?

It probably would have been better if you would have copied the URL to that post instead.

Regards,

Rich Heilman

Former Member
0 Kudos
111

You may also want to take a look at standard delivered program RFBIKR00. It has decent documentation and is delivered with the intention that it be used to create vendor master data via batch input.

Paul