<?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 CHANGE ATTRIBUTES DYNAMICALLY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779787#M336120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Explain me how to change attributes of the object dynamically?&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 04:44:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T04:44:27Z</dc:date>
    <item>
      <title>CHANGE ATTRIBUTES DYNAMICALLY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779787#M336120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Explain me how to change attributes of the object dynamically?&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779787#M336120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGE ATTRIBUTES DYNAMICALLY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779788#M336121</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;use loop at screen 2 change attributes of object dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;screen-name = 'p1'.&lt;/P&gt;&lt;P&gt;screen-invisible = '1'.&lt;/P&gt;&lt;P&gt;modifyscreen&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779788#M336121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGE ATTRIBUTES DYNAMICALLY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779789#M336122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Hope u have queried regarding screen attributes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  u can use the loop at screen for changing the attributes dynamicaly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r1 type radiobutton group a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-name = 'R1'.  " r1 is field name make sure u write in caps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-invisible = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can check SCREEN table in se11 u can get the attributes which u can change dynamically..so use the syntax SCREEN-ATTRIBUTE NAME....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope i have answered u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajkumar.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 05:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779789#M336122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T05:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: CHANGE ATTRIBUTES DYNAMICALLY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779790#M336123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 03:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-attributes-dynamically/m-p/1779790#M336123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T03:27:23Z</dc:date>
    </item>
  </channel>
</rss>

