<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: expose a FunctionModule as an http url in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-a-functionmodule-as-an-http-url/m-p/7492963#M1557474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this recent weblog: /people/michael.hardenbol/blog/2010/12/07/android-and-restful-web-service-instead-of-soap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Dec 2010 21:58:11 GMT</pubDate>
    <dc:creator>guillaume-hrc</dc:creator>
    <dc:date>2010-12-07T21:58:11Z</dc:date>
    <item>
      <title>expose a FunctionModule as an http url</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-a-functionmodule-as-an-http-url/m-p/7492961#M1557472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have a function module e.g. Z_PROCESS_ORDERS, it does not have any import parameters, and there are no export parameters.&lt;/P&gt;&lt;P&gt;the FM basically performs some action in SAP. e.g inserting current datetime stamp in a ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to invoke this FM over the internet url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not speaking about webservice.&lt;/P&gt;&lt;P&gt;I am talking about a plain http url. something like: &lt;A href="http://sapserver:xxxx/blahblah/Z_PROCESS_ORDERS/xyz/something" target="test_blank"&gt;http://sapserver:xxxx/blahblah/Z_PROCESS_ORDERS/xyz/something&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if anyone clicks or opens this url in Internet explorer, the FM should be invoked in sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i searched on sdn, and found that webservice is an option, but to invoke it we need a webservice client or consumer proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my end user doesnot have that, and he wants just a IE link (http link) to invoke this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible, &lt;/P&gt;&lt;P&gt;any inputs appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Madhu_1980&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 11:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/expose-a-functionmodule-as-an-http-url/m-p/7492961#M1557472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T11:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: expose a FunctionModule as an http url</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-a-functionmodule-as-an-http-url/m-p/7492962#M1557473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to simply create an ICF service that would call the required FM.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_04/helpdata/EN/71/1cd240cfd7742ae10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/erp2005_ehp_04/helpdata/EN/71/1cd240cfd7742ae10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 10:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/expose-a-functionmodule-as-an-http-url/m-p/7492962#M1557473</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2010-12-07T10:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: expose a FunctionModule as an http url</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-a-functionmodule-as-an-http-url/m-p/7492963#M1557474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this recent weblog: /people/michael.hardenbol/blog/2010/12/07/android-and-restful-web-service-instead-of-soap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 21:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/expose-a-functionmodule-as-an-http-url/m-p/7492963#M1557474</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2010-12-07T21:58:11Z</dc:date>
    </item>
  </channel>
</rss>

