<?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: get screen elements dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508248#M843846</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;ya this is possible in dialog programing.. what you can do is that define the screen elements and set there property as invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then at runtime according to the requirement you can modify SCREEN structure to make that element visible again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be usefull.. Reward Points!!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 05:21:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-14T05:21:56Z</dc:date>
    <item>
      <title>get screen elements dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508245#M843843</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;Can we get the screen elements like input box or check box&lt;/P&gt;&lt;P&gt;dynamically in dialog programming?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GVRao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508245#M843843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: get screen elements dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508246#M843844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can get it in table control only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508246#M843844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T05:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: get screen elements dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508247#M843845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Use "loop at Screen" in your PBO module to display or hide them by modifying value of fields ACTIVE and INVISIBLE in the SCREEN table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508247#M843845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T05:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: get screen elements dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508248#M843846</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;ya this is possible in dialog programing.. what you can do is that define the screen elements and set there property as invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then at runtime according to the requirement you can modify SCREEN structure to make that element visible again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be usefull.. Reward Points!!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508248#M843846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T05:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: get screen elements dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508249#M843847</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;first we will create all the screen elements and based on the requirement we can show/disappear those screen elements in the PBO of the screen using loop at screen ...endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508249#M843847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T05:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: get screen elements dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508250#M843848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;  follow sneha reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-elements-dynamically/m-p/3508250#M843848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T05:37:09Z</dc:date>
    </item>
  </channel>
</rss>

