‎2006 Nov 08 4:21 PM
Hi,
first i'm only a bold abap-programmer and i have to design an online interface within an SAP-application getting information from 'outer space' by using 'webmethods'. Can someone help me, showing me some examples developed before?
thanx in advance
‎2006 Nov 08 4:33 PM
What r u planning to use? Which approach? t-RFC or IDOCS? let me know.
‎2006 Nov 08 8:43 PM
Hi
Read the help of webmethods/ Business Connector,
Once you go through, you feel its easy to do it.
there will be less coding.
‎2006 Nov 09 7:48 AM
‎2006 Nov 09 7:52 AM
Hi Michael
since R/3 4.7 you can call all remot-function-modules (i.e. all BAPIs) with SOAP as a webservice. the SOAP-mechanism should be supported by all modern programming languages. you can also call webservice on external servers from abap.
you must activate ICM in transaction SMICM and the webservices in transaction SICF. you can find some documentation and sample-code in the SAP Library
<a href="http://help.sap.com/saphelp_47x200/helpdata/en/ac/8f813a34872769e10000000a114084/frameset.htm">WAS Administration</a>
<a href="http://help.sap.com/saphelp_47x200/helpdata/en/94/f8c8a2e68811d6b2dc00508b5d5211/frameset.htm">SOAP Runtime</a>
regards
Torsten