<?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 question on abap webdynpro... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-abap-webdynpro/m-p/3558340#M856249</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;Where do I specify in a web dynpro application/component "from which SAP system to retrieve the data " ? For example I am developing a component in my SAP system and use a BAPI to fetch the data. So when I run the application it fetches the data from  my own system. But later when my component/application is reused, and if the user wants to fetch the data from another sap system, where and what is to be specified. Any idea ?? Please correct me if my understand is wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2008 20:02:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-20T20:02:22Z</dc:date>
    <item>
      <title>question on abap webdynpro...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-abap-webdynpro/m-p/3558340#M856249</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;Where do I specify in a web dynpro application/component "from which SAP system to retrieve the data " ? For example I am developing a component in my SAP system and use a BAPI to fetch the data. So when I run the application it fetches the data from  my own system. But later when my component/application is reused, and if the user wants to fetch the data from another sap system, where and what is to be specified. Any idea ?? Please correct me if my understand is wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 20:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-abap-webdynpro/m-p/3558340#M856249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T20:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: question on abap webdynpro...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-abap-webdynpro/m-p/3558341#M856250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data for WD4A is from the system it runs on.  If you need to get data from another system, you may have to write a "wrapper" RFC for the BAPI.  The "wrapper" RFC could look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select destination into w_destination from zconfig_table.

call function "BAPI_XXXX"
    destination w_destination
  exporting
.
.
  importing
.
. 
.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interface for the "wrapper" RFC will be the same as the BAPI (unless you want it to be different!).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now use this "wrapper" RFC as your model in WD4A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 20:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-abap-webdynpro/m-p/3558341#M856250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T20:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: question on abap webdynpro...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-abap-webdynpro/m-p/3558342#M856251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ken. That was quite informative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 20:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-abap-webdynpro/m-p/3558342#M856251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T20:46:30Z</dc:date>
    </item>
  </channel>
</rss>

