<?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 Program as webservice in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709691#M1871893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can 'Submit' this program in that new FM, then based on this FM to create web service, this should be ok. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 09:58:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-15T09:58:34Z</dc:date>
    <item>
      <title>Expose Program as webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709687#M1871889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program that I have written in ABAP that is currently executable in SE38. Ideally I would like to get to a stage where I could expose this program as a webservice that I can consume in C#.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know BAPI's can be exposed, but is there anything I can do with a program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709687#M1871889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-15T09:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expose Program as webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709688#M1871890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iain&lt;/P&gt;&lt;P&gt;What`s scenario you need run web service with a program?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In my mind the same abap code can write in a FM to achieve what you wanted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709688#M1871890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-15T09:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expose Program as webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709689#M1871891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dengyong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program is a very simple program that has a few parameters that will output PDF's to a network drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, I would like to call the program as a webservice, passing through the parameters. The ABAP would run and then give me a success or failure response back to my c#.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what you are saying, do I need to port my code across to a FM instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709689#M1871891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-15T09:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expose Program as webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709690#M1871892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as i know, it`s impossible to create web service with a program, you just need take your input parameter of program as import parameter of FM, the abap code inside of this FM should be same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709690#M1871892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-15T09:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expose Program as webservice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709691#M1871893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can 'Submit' this program in that new FM, then based on this FM to create web service, this should be ok. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/expose-program-as-webservice/m-p/10709691#M1871893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-15T09:58:34Z</dc:date>
    </item>
  </channel>
</rss>

