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

RFC CONECTIONS

Former Member
0 Likes
641

Hello experts, I try to make an RFC conection between .NET ans SAP, but I donot hane any Idea of what I need to do, Its supposed than .net Its going to trigger and event, then I need to create a sales order, and return the number to .net, Can any body tell me what I need to do on my part of SAP, and what they need on the part of .NET.

Thanks alot

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

HI,

In SAP system you don't need do anything, since we have BAPI to create Sales Order, like: BAPI_SALESORDER_CREATEFROMDATA, BAPI_SALESORDER_CREATEFROMDAT1, BAPI_SALESORDER_CREATEFROMDAT2.

To call RFC from .Net, you need to install .Net Connector in your deelopment system. The Dot Net connector setup file and documentation are available in this link: <a href="http://service.sap.com/connectors">http://service.sap.com/connectors</a>.

Hopefully it will help you.

Regards,

4 REPLIES 4
Read only

Former Member
0 Likes
603

HI,

In SAP system you don't need do anything, since we have BAPI to create Sales Order, like: BAPI_SALESORDER_CREATEFROMDATA, BAPI_SALESORDER_CREATEFROMDAT1, BAPI_SALESORDER_CREATEFROMDAT2.

To call RFC from .Net, you need to install .Net Connector in your deelopment system. The Dot Net connector setup file and documentation are available in this link: <a href="http://service.sap.com/connectors">http://service.sap.com/connectors</a>.

Hopefully it will help you.

Regards,

Read only

Former Member
0 Likes
602

So Jatra if I download the connector to .Net, i can create MY rfc Function normall with remote access, and they can send me the information and I can retur the order number, with anything else?.

Best Regards

Read only

Former Member
0 Likes
602

It is very simple. All you have to do is enable web service for the BAPI which is used to create sales order and give the .net developer the URL to call your webservice.

You can enable webservices for all function modules which is RFC enabled. From SE37 display the BAPI and from menu Utilities->more utilities->Create Webservices. You get wizard which will walkthrough and create webservice.

Once Webservice is create go tcode WSADMIN and input login id and password.

I belive you are in ECC system. If you need more help let me know.

thanks,

~Hemanth