<?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 web dynpro qustion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-qustion/m-p/2710319#M628296</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 have a general qustion,in Tutorials 3 i have to call the metod &amp;lt;b&amp;gt;wd_context&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;my qustion 1.how i have to now that this is the metod i have to call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD wd_context-&amp;gt;set_attribute&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   index  = use_lead_selection&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      value  = text&lt;/P&gt;&lt;P&gt;      name   = 'TEXT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. how i have to now which class is wd_context class becose i wont to call it in pattren ,i new in objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2007 14:38:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-16T14:38:52Z</dc:date>
    <item>
      <title>web dynpro qustion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-qustion/m-p/2710319#M628296</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 have a general qustion,in Tutorials 3 i have to call the metod &amp;lt;b&amp;gt;wd_context&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;my qustion 1.how i have to now that this is the metod i have to call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD wd_context-&amp;gt;set_attribute&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   index  = use_lead_selection&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      value  = text&lt;/P&gt;&lt;P&gt;      name   = 'TEXT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. how i have to now which class is wd_context class becose i wont to call it in pattren ,i new in objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 14:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-qustion/m-p/2710319#M628296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: web dynpro qustion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-qustion/m-p/2710320#M628297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To your first question, this will come with experience,  in this case you want to update the contect attribute TEXT with a new value, so you would use the method  SET_ATTRIBUTE to do so.  the WD_CONTEXT is the built in reference to the context object, so you can directly call its methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 15:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-qustion/m-p/2710320#M628297</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-16T15:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: web dynpro qustion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-qustion/m-p/2710321#M628298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,  to answer your second question,  you can find out what WD_CONTEXT references by simply double clicking on it.    It is a instance of an interface  IF_WD_CONTEXT_NODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 15:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-qustion/m-p/2710321#M628298</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-16T15:04:00Z</dc:date>
    </item>
  </channel>
</rss>

