<?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: BSP  Application in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589963#M864372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is another forum for BSP questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, you just need to declare a Page Attribute with the same name as the parameter that is passed from the first page. Set the Auto attribute on and the BSP runtime will populate it for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s. Several of the BSP samples do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 03:48:21 GMT</pubDate>
    <dc:creator>GrahamRobbo</dc:creator>
    <dc:date>2008-03-19T03:48:21Z</dc:date>
    <item>
      <title>BSP  Application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589962#M864371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;  Im developing a BSP application in which I'm trying to pass a text element created in the first page to the next HTML page. &lt;/P&gt;&lt;P&gt;  What I mean is Im making a text element in this im geting a value when i press a push button.  this element, i should pass to the next page. please help me out. How to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for all useful ans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589962#M864371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: BSP  Application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589963#M864372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is another forum for BSP questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, you just need to declare a Page Attribute with the same name as the parameter that is passed from the first page. Set the Auto attribute on and the BSP runtime will populate it for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s. Several of the BSP samples do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 03:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589963#M864372</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-03-19T03:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: BSP  Application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589964#M864373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Graham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have done it in the same way but in the text box noting is displayed its coming blank. &lt;/P&gt;&lt;P&gt;  let me explain you the complete thing what I have done is like &lt;/P&gt;&lt;P&gt;in the first bsp page i have created a text box and 2 push buttons. on clicking one button i get the out put as somthhing in the text box and on clicking the other push button i get somthing else as the output.&lt;/P&gt;&lt;P&gt; now im passing this value of the text box to the other page. &lt;/P&gt;&lt;P&gt;for doing this what im doing is i have declared a this data in the page attribute of the  other page and im passing this data in to the text box in the bsp page2 in the layout. but when im executing it out in the 2nd bsp page the text box appears empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 07:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589964#M864373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T07:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: BSP  Application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589965#M864374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;page1.htm&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;%@page language="abap" %&amp;gt;
&amp;lt;%@extension name="htmlb" prefix="htmlb" %&amp;gt;
&amp;lt;htmlb:content design="design2003" &amp;gt;
  &amp;lt;htmlb:page title="Page 1" &amp;gt;
    &amp;lt;htmlb:form id     = "myform"
                action = "page2.htm" &amp;gt;
      &amp;lt;htmlb:inputField id="param1" /&amp;gt;
      &amp;lt;htmlb:button text          = "Press Me"
                    onClientClick = "myform.submit();" /&amp;gt;
    &amp;lt;/htmlb:form&amp;gt;
  &amp;lt;/htmlb:page&amp;gt;
&amp;lt;/htmlb:content&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;page2.htm - has Auto Page Attribute called param1 of type string.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;%@page language="abap" %&amp;gt;
&amp;lt;%@extension name="htmlb" prefix="htmlb" %&amp;gt;
&amp;lt;htmlb:content design="design2003" &amp;gt;
  &amp;lt;htmlb:page title="Page 2" &amp;gt;
    &amp;lt;htmlb:textView text   = "Passed value is &amp;lt;%= param1 %&amp;gt;"
                    design = "EMPHASIZED" /&amp;gt;
  &amp;lt;/htmlb:page&amp;gt;
&amp;lt;/htmlb:content&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 07:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bsp-application/m-p/3589965#M864374</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-03-19T07:35:52Z</dc:date>
    </item>
  </channel>
</rss>

