<?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: Dynamic Screen modification in module pool table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653486#M1286231</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;please look into followin code..if this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = '' ".&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2009 09:57:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-08T09:57:30Z</dc:date>
    <item>
      <title>Dynamic Screen modification in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653484#M1286229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I have created a table control. In that Totally 4 columns are there. The 4th column will remains in change mode always. I have to add a new row for every clicking on the new button, based on the second column value i have to change the 1st column display/change mode operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          if 2nd column contains any value the first column should be in display mode if 2nd column doesn't have any value then the 1st column should be in change mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how can do this with loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me any existing code if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;g.s.naidu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 09:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653484#M1286229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T09:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Screen modification in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653485#M1286230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 09:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653485#M1286230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T09:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Screen modification in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653486#M1286231</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;please look into followin code..if this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = '' ".&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 09:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653486#M1286231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T09:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Screen modification in module pool table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653487#M1286232</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;Is the second column value done thru user manual input or F4 help, incase it is thru F4 help there is a solution, if 2nd column value is thru manual input then some explicit event should be triggered like hitting enter button inorder to control the display of first column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 10:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-modification-in-module-pool-table-control/m-p/5653487#M1286232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T10:27:38Z</dc:date>
    </item>
  </channel>
</rss>

