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

.Net Connector ???

Former Member
0 Likes
807

I want read sales order information from SAP using .NET Application ( Front-end )

How Can I achieve above scenario? Can I use .NET connector? If yes where .Net connector will reside, if it is at SAP side then How .Net Application will call .Net Connector?

Pl provides me other possible alternative solutions.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
650

Hi,

You need to install .NET connector in your .NET application development system. The Dot Net connector setup file and documentation are available in this link

http://service.sap.com/connectors

After you installed .NET connector in your .NET application, you can able to access RFC or BAPI to get sales order details.

I think, there are many RFC's and BAPI's are available to get sales order details.

I hope this helps you.

Thanks & Regards,

Govind.

I want read sales order information from SAP using .NET Application ( Front-end )

How Can I achieve above scenario? Can I use .NET connector? If yes where .Net connector will reside, if it is at SAP side then How .Net Application will call .Net Connector?

Pl provides me other possible alternative solutions.

3 REPLIES 3
Read only

Former Member
0 Likes
651

Hi,

You need to install .NET connector in your .NET application development system. The Dot Net connector setup file and documentation are available in this link

http://service.sap.com/connectors

After you installed .NET connector in your .NET application, you can able to access RFC or BAPI to get sales order details.

I think, there are many RFC's and BAPI's are available to get sales order details.

I hope this helps you.

Thanks & Regards,

Govind.

Read only

Peter_Inotai
Active Contributor
0 Likes
650

I'd suggest to check the .NET forum:

Peter

Read only

Former Member
0 Likes
650

yeah, you need to install a .dotnet connector, maybe v2.0, on your VS2003.

And though the wizard, you can create a proxy of the proper BAPI, then get the info of sale order from SAP server.

There is some sample in the dotnet connector installed directory, you can reference them