<?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: Flex on BSP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232948#M1380929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this the same BSP which has the page to provide data in xml &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes in flex during design/testing time use the complete url . once you are ready then change it to relative url (in this case just the page.xml) and compile it. now load the compiled swf into the MIME repository of your BSP and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2009 05:13:15 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2009-09-28T05:13:15Z</dc:date>
    <item>
      <title>Flex on BSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232945#M1380926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I'm new to Flex development and since I've not access to an FlashIsland-enabled system, I'm trying to develop a little application to be embedded in a BSP page.&lt;/P&gt;&lt;P&gt;I've a WDA application that it's a substitute of the Job Monitor transaction SM37.&lt;/P&gt;&lt;P&gt;From there, the user is able to click a link that points to a BSP that embeds a Flex component that shows a Line Chart of the duration of the selected Job during 7 days.&lt;/P&gt;&lt;P&gt;Inside the Flex component I call another page of the BSP app that renders into an XML file information that I've to show in the Chart.&lt;/P&gt;&lt;P&gt;The problem is that I have to hardcode the URL to the page inside my Flex component, but I will prefer to avoid it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering how can I get the caller URL inside the Fx component, in order to dynamically build the URL to be called and fetch data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Sep 2009 23:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232945#M1380926</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2009-09-26T23:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flex on BSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232946#M1380927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you loading the SWF into the mime repository of the BSP page if yes, then just use relative url in your call from flex. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Sep 2009 06:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232946#M1380927</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2009-09-27T06:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Flex on BSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232947#M1380928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durairaj,&lt;/P&gt;&lt;P&gt;yes, I'll upload the SWF in the MIME repository of the BSP page.&lt;/P&gt;&lt;P&gt;The logic behind this will be a BSP app containing 2 pages, one "index" page and one with the embedded flex component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try with the relative URL then, is there a snippet to implement this in flex?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Sep 2009 13:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232947#M1380928</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2009-09-27T13:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Flex on BSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232948#M1380929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this the same BSP which has the page to provide data in xml &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes in flex during design/testing time use the complete url . once you are ready then change it to relative url (in this case just the page.xml) and compile it. now load the compiled swf into the MIME repository of your BSP and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 05:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232948#M1380929</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2009-09-28T05:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Flex on BSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232949#M1380930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Durairaj!&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 07:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232949#M1380930</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2009-09-28T07:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Flex on BSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232950#M1380931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Click here|http://www.bulentevli.com/doc/documan4.asp] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 06:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flex-on-bsp/m-p/6232950#M1380931</guid>
      <dc:creator>blent_evli</dc:creator>
      <dc:date>2009-10-09T06:54:45Z</dc:date>
    </item>
  </channel>
</rss>

