cancel
Showing results for 
Search instead for 
Did you mean: 

how to use the bapi in .net ?

Former Member
0 Kudos

Hi all,

I've created a bapi object via SWO1 in R/3, added the methods to it then released and generated.

In vb.net, I just added the object to the .net connector SAPProxy1.sapwsdl. and the methods are shown on the design view.

But when i compile the vb, it says type BAPIRETURN is not defined. What's wrong are there?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

BAPIRETURN comes as builtin type with NCo, namespace SAP.Connector. Please check if all assemblies are correctly referenced and namespace is imported.

Answers (0)