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

bapi and vb.net

Former Member
0 Likes
611

Hi all,

When we use vb.net as a front end and bapi as a backend then how do u work on vb.net?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

Hi,

The direct usage of BAPI's in .Net is only possible using VS 2003.

For later versions (resp. .Net framework 2.0 and higher) only the usage of webservices in cooperation with SAP is supported using existing standard functionality in Netweaver.

See also discussions here:

regards

3 REPLIES 3
Read only

Former Member
0 Likes
546

Hey alok,

VB.Net is front end is correct but BAPI is not backend it is middleware which is used to communicate SAP system.

Again to work with .Net you need to generate the proxy for the function module you want to access from SAP in your .Net application using .Net RFC connector

More information you can search SAP help, It has lot of material to refer on this topic.

Just to start with refer following site:

https://media.sdn.sap.com/html/submitted_docs/dotnet/Programming%20with%20PDK%20for%20.NET/Connectin...

Enjoy SAP!

Thanks,

Augustin.

Read only

Former Member
0 Likes
547

Hi,

The direct usage of BAPI's in .Net is only possible using VS 2003.

For later versions (resp. .Net framework 2.0 and higher) only the usage of webservices in cooperation with SAP is supported using existing standard functionality in Netweaver.

See also discussions here:

regards

Read only

Former Member
0 Likes
546

ok