<?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: BAPI as WebService in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747407#M324150</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;From ECC 6.0 All standard BAPIs has been exposed as webservices.&lt;/P&gt;&lt;P&gt;U will get all the webservices in the webservice repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for custom BAPIs u have to explicitly release the webservice .&lt;/P&gt;&lt;P&gt;If u need all the steps how to create webservice,then let me know,i will guide u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 13:15:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T13:15:07Z</dc:date>
    <item>
      <title>BAPI as WebService</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747405#M324148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to enable standard BAPI as WebService.&lt;/P&gt;&lt;P&gt;I just want to be sure that I do everything what is required.&lt;/P&gt;&lt;P&gt;In transaction BAPI I find BAPI name, then I go to transaction SE37 and from this transaction I call WebService Wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This what is confusing for me is that, wizard choose default that this BAPI funcion is RFC function not a BAPI (I cant change this).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is this behaviour normal, or I shoul enable BAPI as WS in another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Tomek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 12:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747405#M324148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI as WebService</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747406#M324149</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;You are basically exposing a Remote enabled function module as a web service. As you would know, the underlying implementation of a BAPI is nothing but a remote enabled function module, what you are doing is absolutely right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 13:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747406#M324149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T13:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI as WebService</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747407#M324150</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;From ECC 6.0 All standard BAPIs has been exposed as webservices.&lt;/P&gt;&lt;P&gt;U will get all the webservices in the webservice repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for custom BAPIs u have to explicitly release the webservice .&lt;/P&gt;&lt;P&gt;If u need all the steps how to create webservice,then let me know,i will guide u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 13:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747407#M324150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T13:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI as WebService</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747408#M324151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx guy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Manas Panda. I have ECC 6.0 and what now I'm curious that BAPI:&lt;/P&gt;&lt;P&gt;BAPI_SITELAYMOD_GETITEMS2 (for Managing Lyaout) is a standard BAPI. I'm asking because I can't find it in tree which shows avaibled WS (at positions: slmServices, slmSolManServices).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards. Tomek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. How can I enable my WS in this tree?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 13:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-as-webservice/m-p/1747408#M324151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T13:28:14Z</dc:date>
    </item>
  </channel>
</rss>

