<?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>Question Re: SAP WDA application parameter - component controller context in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697261#M3469232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and for copying data form Window context to Comp Context.&lt;/P&gt;&lt;P&gt;1.Make a global attribute in comp_controller and access that Attribute in handledefault method of window and pass the value into that.&lt;/P&gt;&lt;P&gt;2.make same type of node in comp_controller and read the value of window context and set the same value in comp_context in handledefault method of window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Chandra..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 14:20:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-16T14:20:35Z</dc:date>
    <item>
      <title>SAP WDA application parameter - component controller context</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaq-p/9697257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in ECC6.0 I have an application parameter, received via the URL, which I am receiving into my window context via the handledefault method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like this value though to be input into the the component context so that I can reuse it for many other views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the latest WDA book by James Wood &amp;amp; Shaun Parvaze but I can't see any easy way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure there must be an easy way to load the component context with values passed as application parameters during init.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 13:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaq-p/9697257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-16T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WDA application parameter - component controller context</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697258#M3469229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;try following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA lv_app_name &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;string&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;lo_cmp_usage &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;if_wd_component_usage&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lo_cmp_usage &lt;SPAN class="L0S55"&gt;=&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;wd_this&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;wd_cpuse_lma_comp1&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;lo_cmp_usage&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;has_active_component&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_cmp_usage&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;create_component&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;lo_interfacecontroller &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;ziwci_lma_comp_1 &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lo_interfacecontroller &lt;SPAN class="L0S55"&gt;=&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;wd_this&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;wd_cpifc_lma_comp1&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; lv_app_name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wdr_task&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;client_window&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;get_parameter( ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;You can call upper code anywhere(In comp_controller or view) to get the value of parameter passed with application name. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more..&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.google.co.in/#bav=on.2,or.r_qf.&amp;amp;fp=f0e46437f68e5f18&amp;amp;q=getting+parameter+passed+in+url+sap+web+dynpro" title="https://www.google.co.in/#bav=on.2,or.r_qf.&amp;amp;fp=f0e46437f68e5f18&amp;amp;q=getting+parameter+passed+in+url+sap+web+dynpro"&gt;https://www.google.co.in/#bav=on.2,or.r_qf.&amp;amp;fp=f0e46437f68e5f18&amp;amp;q=getting+parameter+passed+in+url+sap+web+dynpro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Chandra..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697258#M3469229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-16T14:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WDA application parameter - component controller context</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697259#M3469230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chandra, but I'm still a bit confused.&amp;nbsp; The value(application parameter) that I want in my component context is sitting in my window context.&amp;nbsp; Surely there must be an easier way to transfer the value from the window context to the component context given the exactness of the node and attributes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if I were to try that code, would I put in the init method of the componentcontroller?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697259#M3469230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-16T14:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WDA application parameter - component controller context</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697260#M3469231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Kevin, Just do a try in init method of the component-controller. Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try to give some time on following link also same concept is used here you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/people/chandrashekhar.mahajan/blog/2011/11/18/reading-url-parameters-populating-ui-fields-and-automatic-event-triggering-in-web-dynpro-abap" title="http://scn.sap.com/people/chandrashekhar.mahajan/blog/2011/11/18/reading-url-parameters-populating-ui-fields-and-automatic-event-triggering-in-web-dynpro-abap"&gt;http://scn.sap.com/people/chandrashekhar.mahajan/blog/2011/11/18/reading-url-parameters-populating-ui-fields-and-automatic-event-triggering-in-web-dynpro-abap&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697260#M3469231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-16T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WDA application parameter - component controller context</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697261#M3469232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and for copying data form Window context to Comp Context.&lt;/P&gt;&lt;P&gt;1.Make a global attribute in comp_controller and access that Attribute in handledefault method of window and pass the value into that.&lt;/P&gt;&lt;P&gt;2.make same type of node in comp_controller and read the value of window context and set the same value in comp_context in handledefault method of window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Chandra..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697261#M3469232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-16T14:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WDA application parameter - component controller context</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697262#M3469233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra, so I tried your first advice, reading the application parameter via the init method of the component controller, however as it executues prior to the main window it was always blank.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at point number 1 in this reply, I still have the problem of loading values into the component context, when would I do this?&amp;nbsp; The init method comes before the main window HANDLEDEFAULT method so it won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at point 2 is exactly what I want to do, I just don't know how to do it.&amp;nbsp; How do I move the values of the main window context to the component controller context.&amp;nbsp; That is exactly what I want to do but I just don't know how.&amp;nbsp; If you could explain it would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I cannot seem to find an easy way to load the component controller context with values from application parameter, I'm instead loading attributes in my assistance class and then getting those in each view and then setting them to the context of each view.&amp;nbsp; This seems silly as I should be able to do this once at the component context level and then simply access them in each subsequent view via normal mapping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 14:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697262#M3469233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-19T14:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WDA application parameter - component controller context</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697263#M3469234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;have you seen the following link.?&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/people/chandrashekhar.mahajan/blog/2011/11/18/reading-url-parameters-populating-ui-fields-and-automatic-event-triggering-in-web-dynpro-abap" title="http://scn.sap.com/people/chandrashekhar.mahajan/blog/2011/11/18/reading-url-parameters-populating-ui-fields-and-automatic-event-triggering-in-web-dynpro-abap"&gt;http://scn.sap.com/people/chandrashekhar.mahajan/blog/2011/11/18/reading-url-parameters-populating-ui-fields-and-automatic-event-triggering-in-web-dynpro-abap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 15:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697263#M3469234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-19T15:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP WDA application parameter - component controller context</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697264#M3469235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a context node with appropriate attributes in your component controller then map the node to your window's context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the window's HANDLEDEFAULT method, you can fetch the URL parameters into a table then save the parameter values to the context node attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;wdevent&lt;SPAN class="L0S70"&gt;-&amp;gt;get_data&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exporting&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;if_wd_application&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;all_url_parameters&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;importing&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lt_parameters&amp;nbsp; &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;read &lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;lt_parameters &lt;SPAN class="L0S52"&gt;assigning &lt;/SPAN&gt;&amp;lt;parameter&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;key &lt;/SPAN&gt;name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;url_parameter_name&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;if sy-subrc is initial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_nd_node &lt;SPAN class="L0S55"&gt;= wd_context&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;get_child_node&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wd_this&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;wdctx_node &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_el_node &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lo_nd_node&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;get_element&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lo_el_node&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;set_attribute&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;`ATTRIBUTE`&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;value &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= url_parameter_value&lt;/SPAN&gt; &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;endif.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Amy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 14:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-wda-application-parameter-component-controller-context/qaa-p/9697264#M3469235</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2013-08-20T14:38:23Z</dc:date>
    </item>
  </channel>
</rss>

