<?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 BAPI is missing. How to get a BAPI in BOR? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441452#M546502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in my SAP BW 3.1 exits a BAPI names MDDataSetBW. I want to use this BAPI in a ABAP-Programm, which is exists on a R/3 Enterprise. Using CALL FUNCTION ' BAPI_&amp;lt;..&amp;gt;_&amp;lt;..&amp;gt; don´t work. Wenn im browsing through the BAPI-Explorer (TSC: BAPI) at R/3, i can´t found the BAPI. Browsing at SAP BW, BAPI exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC connection through both systems is established, sm59 gives okay. Extracting Data from R/3 through DataSources and store them at the Data Warehouse also work. The systems know each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testing on SAP NetWeaver 7.0 AS the BAPI-Explorer and the BAPI exists, not not in R/3 Enterprise. Patchlevel is up to date. ALE ist enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im running out of ideas. Anybody a idea, how kann i get access to the BAPI? whats wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for every answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;René&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 11:33:58 GMT</pubDate>
    <dc:creator>ren_rhrer</dc:creator>
    <dc:date>2007-06-28T11:33:58Z</dc:date>
    <item>
      <title>BAPI is missing. How to get a BAPI in BOR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441452#M546502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in my SAP BW 3.1 exits a BAPI names MDDataSetBW. I want to use this BAPI in a ABAP-Programm, which is exists on a R/3 Enterprise. Using CALL FUNCTION ' BAPI_&amp;lt;..&amp;gt;_&amp;lt;..&amp;gt; don´t work. Wenn im browsing through the BAPI-Explorer (TSC: BAPI) at R/3, i can´t found the BAPI. Browsing at SAP BW, BAPI exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC connection through both systems is established, sm59 gives okay. Extracting Data from R/3 through DataSources and store them at the Data Warehouse also work. The systems know each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testing on SAP NetWeaver 7.0 AS the BAPI-Explorer and the BAPI exists, not not in R/3 Enterprise. Patchlevel is up to date. ALE ist enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im running out of ideas. Anybody a idea, how kann i get access to the BAPI? whats wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for every answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;René&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441452#M546502</guid>
      <dc:creator>ren_rhrer</dc:creator>
      <dc:date>2007-06-28T11:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI is missing. How to get a BAPI in BOR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441453#M546503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using this syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'bapi....' destination 'destination name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this destination name is which u have in SM59. RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur BW server must be opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kalpanashri Rajendran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441453#M546503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI is missing. How to get a BAPI in BOR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441454#M546504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bapi is part of a software component.&lt;/P&gt;&lt;P&gt;BW has other software components then R3.&lt;/P&gt;&lt;P&gt;So the bapi simply doesn't exist on the R3 application....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 11:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441454#M546504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T11:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI is missing. How to get a BAPI in BOR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441455#M546505</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;i try "CALL FUNCTION 'BAPI_MDDATASET_CREATE_OBJECT' destination 'BW0_100'." and it works. checking with debugger shows me, that the surce code of the BAPI is running. such a simple error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 12:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-is-missing-how-to-get-a-bapi-in-bor/m-p/2441455#M546505</guid>
      <dc:creator>ren_rhrer</dc:creator>
      <dc:date>2007-06-28T12:12:13Z</dc:date>
    </item>
  </channel>
</rss>

