<?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: Problem at Control Table (Screen-input) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307436#M792103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem was at Screen Logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT ti_unit WITH CONTROL tc_unit_9000&lt;/P&gt;&lt;P&gt;           CURSOR tc_unit_9000-current_line.&lt;/P&gt;&lt;P&gt;    MODULE update_9000_unit.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  MODULE update_unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was executing the loop at screen at module update_9000_unit in loop...&lt;/P&gt;&lt;P&gt;I create other module and put the code in...&lt;/P&gt;&lt;P&gt;and work's fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allan Cristian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Allan Cristian on Jan 25, 2008 11:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2008 12:57:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-25T12:57:25Z</dc:date>
    <item>
      <title>Problem at Control Table (Screen-input)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307433#M792100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a Grid (Control Table using the Wizard) from a Internal Table, I need to set Values of the GRID like Screen-input = '0'. or Screen-output = '1'.;&lt;/P&gt;&lt;P&gt;I try to change screen-ACTIVE, screen-INPUT, screen-OUTPUT and screen-INVISIBLE, but make no changes at screen.&lt;/P&gt;&lt;P&gt;I have other GRID at screen and that changes normally;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the code to change that: (PBO)&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;if screen-name = 'TI_UNIT-UNIT'.&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allan Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 12:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307433#M792100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at Control Table (Screen-input)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307434#M792101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this code&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;if screen-name cp 'TI_UNIT-UNIT'.&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;STRONG&gt;Plzz reward points if it helps.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 12:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307434#M792101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T12:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at Control Table (Screen-input)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307435#M792102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manjari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code enter normally, and pass at Modify Screen normally, but at screen the GRID not modify.&lt;/P&gt;&lt;P&gt;The GRID have Column Mark too, the Mark block normally, but at the 'TI_UNIT-UNIT' not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allan Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 12:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307435#M792102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem at Control Table (Screen-input)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307436#M792103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem was at Screen Logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT ti_unit WITH CONTROL tc_unit_9000&lt;/P&gt;&lt;P&gt;           CURSOR tc_unit_9000-current_line.&lt;/P&gt;&lt;P&gt;    MODULE update_9000_unit.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  MODULE update_unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was executing the loop at screen at module update_9000_unit in loop...&lt;/P&gt;&lt;P&gt;I create other module and put the code in...&lt;/P&gt;&lt;P&gt;and work's fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allan Cristian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Allan Cristian on Jan 25, 2008 11:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 12:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-at-control-table-screen-input/m-p/3307436#M792103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T12:57:25Z</dc:date>
    </item>
  </channel>
</rss>

