‎2009 Feb 20 7:29 AM
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
‎2009 Mar 27 3:10 PM
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.