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

Accessing a BAPI from a .net application

Former Member
0 Likes
1,795

Hi Friends,

We have a requirement where we need to simulate the sales order and access this information from a .net web application. Our SAP version is 4.6B

We are going to use BAPI_SALESORDER_SIMULATE, I'd appreciate it if you could tell me a step by step procedure to Input values to this function module and see the output from a .net web application.

Thanks & Regards,

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,248

Hi Pavan,

You will need a .NET connector.

.Net connector can be used to call RFC/BAPI (from SAP) from .Net application.

You need to install .NET connector in your .NET application development system. The .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 should be able to access RFC or BAPI.

Reward points if useful.

Thanks

Aneesh.

~from forum.

3 REPLIES 3
Read only

Former Member
0 Likes
1,249

Hi Pavan,

You will need a .NET connector.

.Net connector can be used to call RFC/BAPI (from SAP) from .Net application.

You need to install .NET connector in your .NET application development system. The .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 should be able to access RFC or BAPI.

Reward points if useful.

Thanks

Aneesh.

~from forum.

Read only

0 Likes
1,248

Hi Aneesh,

Thanks for the info, can you tell me step by step detail.

Thanks & Regards,

Pavan

Read only

0 Likes
1,248

Hi Pavan,

Check this link. Maybe it will be of help to u.

Thanks

Aneesh.