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

Calling BAPI from VB with ECC 6.0

Former Member
0 Likes
449

I have a Visual Basic 6 application that calls some standard BAPI's in a SAP R/3 system using Frontend 4.6d in order to upload data. It also calls some custom RFC enabled ABAP to download data.

We are upgrading to ECC 6.0 with SAP GUI 7.1.

Can anyone tell me if I can still call BAPI's from VB6 or will I need to upgrade to VB.net? Are there any changes to references in VB that I will need to make?

Thanks!!

Edited by: Jolene Roell on Feb 20, 2009 8:33 AM

1 REPLY 1
Read only

Former Member
0 Likes
333

Well I could never figure out a way to call a BAPI from VB6 with ECC 6. I ended up creating a VB.net dll using the SAP connector to call the BAPIs. I could then call the dll from my existing VB 6 program. That cut down on the recoding that I had to do.