<?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: Table control + press enter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490591#M562106</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;in pai u might have written codings to transfer data from table control(what u have entered thro keyboard) to internal table. so every record will be transferred to int table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in PBO again u have to move tto screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u have put all screen fields in a custom table..&lt;/P&gt;&lt;P&gt;loop at tc.&lt;/P&gt;&lt;P&gt;move-corresponding int table to screen.(custom table name)&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;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 11:36:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-17T11:36:54Z</dc:date>
    <item>
      <title>Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490585#M562100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I fill the table control and press enter button the values entered are going to dis-appred any idea whats going on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table control is shown in a screen as pop-up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490585#M562100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490586#M562101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you referring the table control and the internal table are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can you show your PBO module code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the same reference then there is some problem with PBO logic.&lt;/P&gt;&lt;P&gt;which is present in the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab with control tc.&lt;/P&gt;&lt;P&gt;module transfer_tab_to_tc.  "&amp;lt;----here might be the problem&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just show your code once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490586#M562101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490587#M562102</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;   You need to write the code in the PBO of the screen containing the table control to retain the values after you press enter ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Actually whats happening in your program is , once u r entering PAI is getting triggered and again the PBO , when its triggering the PBO , your field values are getting refreshed , so u need to avoid that and code to retain the values  . That is simply loop at the itab and pass the values back to the fields in the PBO itself .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear else revert back .&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490587#M562102</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-07-17T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490588#M562103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: pbo flow logic for tablecontrol 'Z_TAB_CTRL'&lt;/P&gt;&lt;P&gt;  module z_tab_ctrl_init.&lt;/P&gt;&lt;P&gt;  module change_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: module Z_TAB_CTRL_change_tc_attr.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: module Z_TAB_CTRL_change_col_attr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at   g_z_tab_ctrl_itab&lt;/P&gt;&lt;P&gt;       into g_z_tab_ctrl_wa&lt;/P&gt;&lt;P&gt;       with control z_tab_ctrl&lt;/P&gt;&lt;P&gt;       cursor z_tab_ctrl-current_line.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard:   module Z_TAB_CTRL_change_field_attr&lt;/P&gt;&lt;P&gt;    module z_tab_ctrl_move.&lt;/P&gt;&lt;P&gt;    module z_tab_ctrl_get_lines.&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;  module status_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module Z_TAB_CTRL_init output.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; DESC_INPUT = DESC.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; TC_IN_INPUT = 'testwest'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  if g_Z_TAB_CTRL_copied is initial.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: copy ddic-table 'ZENCO_TAB_CTRL'&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: into internal table 'g_Z_TAB_CTRL_itab'&lt;/P&gt;&lt;P&gt;    select * from ZENCO_TAB_CTRL&lt;/P&gt;&lt;P&gt;       into corresponding fields&lt;/P&gt;&lt;P&gt;       of table g_Z_TAB_CTRL_itab.&lt;/P&gt;&lt;P&gt;    g_Z_TAB_CTRL_wa-VIDEOCODEC = ''.             " INS SYED&lt;/P&gt;&lt;P&gt;    "append g_Z_TAB_CTRL_wa to g_Z_TAB_CTRL_itab. " INS SYED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    g_Z_TAB_CTRL_copied = 'X'.&lt;/P&gt;&lt;P&gt;    refresh control 'Z_TAB_CTRL' from screen '0100'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE change_screen OUTPUT.&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;if screen-name = 'ASPECT_RATIO_INPUT'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; screen-output = '1'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; screen-input = '0'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; screen-value_in = '1'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; screen-ACTIVE = '1'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module Z_TAB_CTRL_move output.&lt;/P&gt;&lt;P&gt;  clear: g_Z_TAB_CTRL_wa.&lt;/P&gt;&lt;P&gt;  move-corresponding g_Z_TAB_CTRL_wa to ZENCO_TAB_CTRL.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module Z_TAB_CTRL_get_lines output.&lt;/P&gt;&lt;P&gt;  g_Z_TAB_CTRL_lines = sy-loopc.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490588#M562103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490589#M562104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After entering values in table control you may not be storing those values in an internal table, in internal table no values exist.. and when it come to PBO, it again find itab as blank and show u blank table control..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz check it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490589#M562104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490590#M562105</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;  Table control may be not updating the internal table from which data is displaying. They might have written code for trigerring PAI event for "ENTER "&lt;/P&gt;&lt;P&gt;key .When PAI  and PBO trigers ,it again displays the same internal table content for "ENTER " key.For table control update check the demo program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;demo_dynpro_tabcont_loop_at&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490590#M562105</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2007-07-17T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490591#M562106</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;in pai u might have written codings to transfer data from table control(what u have entered thro keyboard) to internal table. so every record will be transferred to int table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in PBO again u have to move tto screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u have put all screen fields in a custom table..&lt;/P&gt;&lt;P&gt;loop at tc.&lt;/P&gt;&lt;P&gt;move-corresponding int table to screen.(custom table name)&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;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490591#M562106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490592#M562107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to restrict the PBO to execute again, when use press the enter button ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why the PBO is executed when the user press the enter button ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone pls see my code above, and let me know what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490592#M562107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490593#M562108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, what i am doing wrong, ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490593#M562108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490594#M562109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sash , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The basic of screen programming is , when u see the screen for the first time the PBO part of the screen is procesed  and once you trigger any event on the screen , the PAI gets triggered and then the PBO is called again n u can see the screen back . this is the basic flow of the screens when we see them .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Now coming to your querry ,  I did not understand why have you pur a REFRESH in the 1st module unit of PBO .  You shuld comment it n try again . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice this area :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module Z_TAB_CTRL_init output.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DESC_INPUT = DESC.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TC_IN_INPUT = 'testwest'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if g_Z_TAB_CTRL_copied is initial.&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: copy ddic-table 'ZENCO_TAB_CTRL'&lt;/P&gt;&lt;P&gt;*&amp;amp;spwizard: into internal table 'g_Z_TAB_CTRL_itab'&lt;/P&gt;&lt;P&gt;select * from ZENCO_TAB_CTRL&lt;/P&gt;&lt;P&gt;into corresponding fields&lt;/P&gt;&lt;P&gt;of table g_Z_TAB_CTRL_itab.&lt;/P&gt;&lt;P&gt;g_Z_TAB_CTRL_wa-VIDEOCODEC = ''. " INS SYED&lt;/P&gt;&lt;P&gt;"append g_Z_TAB_CTRL_wa to g_Z_TAB_CTRL_itab. " INS SYED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_Z_TAB_CTRL_copied = 'X'.&lt;/P&gt;&lt;P&gt;refresh control 'Z_TAB_CTRL' from screen '0100'. &amp;lt;b&amp;gt;" comment this line and check  [\b] .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else I'll be Posting  a sample code for table controls with wizard and you can very well compare the logics. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:59:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490594#M562109</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-07-17T11:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490595#M562110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The refersh button is not executed the second time the PBO is called, because the statement if g_Z_TAB_CTRL_copied is initial. is not true...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 12:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490595#M562110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T12:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490596#M562111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   check the logic from here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'TC_01'&lt;/P&gt;&lt;P&gt;  module tc_01_init.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODULE TC_01_CHANGE_TC_ATTR.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODULE TC_01_CHANGE_COL_ATTR.&lt;/P&gt;&lt;P&gt;  loop at   g_tc_01_itab&lt;/P&gt;&lt;P&gt;       into g_tc_01_wa&lt;/P&gt;&lt;P&gt;       with control tc_01&lt;/P&gt;&lt;P&gt;       cursor tc_01-current_line.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD:   MODULE TC_01_CHANGE_FIELD_ATTR&lt;/P&gt;&lt;P&gt;    module tc_01_move.&lt;/P&gt;&lt;P&gt;    module tc_01_get_lines.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; module status_0001.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: PAI FLOW LOGIC FOR TABLECONTROL 'TC_01'&lt;/P&gt;&lt;P&gt;  loop at g_tc_01_itab.&lt;/P&gt;&lt;P&gt;    chain.&lt;/P&gt;&lt;P&gt;      field sflight-carrid.&lt;/P&gt;&lt;P&gt;      field sflight-connid.&lt;/P&gt;&lt;P&gt;      field sflight-fldate.&lt;/P&gt;&lt;P&gt;      module tc_01_modify on chain-request.&lt;/P&gt;&lt;P&gt;    endchain.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  module tc_01_user_command.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODULE TC_01_CHANGE_TC_ATTR.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODULE TC_01_CHANGE_COL_ATTR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE USER_COMMAND_0001.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 12:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490596#M562111</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-07-17T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490597#M562112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , I have tried following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module Z_TAB_CTRL_move output.&lt;/P&gt;&lt;P&gt;clear: g_Z_TAB_CTRL_wa.&lt;/P&gt;&lt;P&gt;move-corresponding g_Z_TAB_CTRL_wa to ZENCO_TAB_CTRL.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have comment the statement-.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear: g_Z_TAB_CTRL_wa. and seems to me worked fine ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, what could be wrong, if i do not clear this wa ?&lt;/P&gt;&lt;P&gt;( but to this problem it works fine now )...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 12:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490597#M562112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T12:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490598#M562113</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;If u saving table control data to any internal table than try one thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There would b one module in PAI&lt;/P&gt;&lt;P&gt;MODULE tab1_modify INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there will b some code like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODIFY itab_det&lt;/P&gt;&lt;P&gt;    FROM itab_det&lt;/P&gt;&lt;P&gt;    INDEX tab1-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after this put this code...&lt;/P&gt;&lt;P&gt;  APPEND itab_det.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helpful to u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 12:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490598#M562113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T12:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490599#M562114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sash ,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment  " module z_tab_ctrl_init. " and check . &lt;/P&gt;&lt;P&gt;I think it should work . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 12:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490599#M562114</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-07-17T12:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490600#M562115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The thing is, the pop-up carring the table control has to be called multiple time, I have comment the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear: g_Z_TAB_CTRL_wa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now after pressing the enter button the things work fine, but when the screen called second time, the values are still there...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can fix the both issues that, when user press the enter button then the values should be shown, but when screen comes second time, it should be clean ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 12:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490600#M562115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T12:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table control + press enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490601#M562116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Ranjita , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, how I can handel both stuff ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While press enter, values showed be shown, but when the screen called second time in the loop, the values should not be there..... is it possible to have such stuff ?&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;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shah H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 12:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-press-enter/m-p/2490601#M562116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T12:28:33Z</dc:date>
    </item>
  </channel>
</rss>

