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: 

Regardig SAP and Microsoft VB connection.

Former Member
0 Kudos

dear all

can anybody tell me how to integrate microsoft VB from SAP R/3.

i dont want vice versa.. i want to integrate VB application through SAP only..

regards,

jigar t

3 REPLIES 3

Former Member
0 Kudos

Former Member
0 Kudos

<b>Hi

If u want to integrate VB with SAP,Then its easy task for u if u know RFC and BAPI in SAP.

In VB u hv one component called BAPIActiveX controls which will help u to login to SAP thru SAP user ID and Password.

After that u have to create object type SAP business objects which is nothing but SAP BOR with BAPI.Then u have to Call BAPI thru that Object from VB which will invoke in SAP.

Take one example hw to create one Sales Order in SAP from VB

For creating Sales order one Business object is defined in SAP-BUS2032,U can see it in SWO1 Tcode in SAP.Then

U have create one object type in VB .

Then thru that Object u have to CALL one BAPI-BAPI_SALESORDER_CRETEFROMDAT1 by filling the parameters from VB and then invoke

So it will be triggered in SAP and will create one Sales Order in SAP with the parameters given by VB and will return the salesorder number to VB.

So these are the process followed for integrating VB with SAP.

Hope now u got.

Mark points if helpful.

Regs

Manas Ranjan Panda</b>

Former Member
0 Kudos

when we have tried for the VB SAP connection, its giving error

DESTINATION CLLDB NOT DEFINED.

DESTINATION_UNKNOWN. ERROR CODE 16389.

JIGAR