‎2007 May 22 8:42 PM
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
‎2007 May 22 8:46 PM
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.
‎2007 May 22 8:46 PM
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.
‎2007 May 22 8:51 PM
Hi Aneesh,
Thanks for the info, can you tell me step by step detail.
Thanks & Regards,
Pavan
‎2007 May 22 8:54 PM