‎2007 Oct 17 2:44 AM
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
‎2007 Oct 17 2:52 AM
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,
‎2007 Oct 17 2:52 AM
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,
‎2007 Oct 17 3:47 AM
RFC
http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/frameset.htm
http://help.sap.com/printdocu/core/Print46c/de/data/pdf/BCFESDE2/BCFESDE2.pdf
RFC Destination
Rewards if useful..........
Minal
‎2007 Oct 18 9:47 PM
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
‎2007 Oct 18 10:21 PM
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