<?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 in table control wizard in module pool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533619#M1855464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="54786" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="max bianchi" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more problem what i am getting, in my one program i am saving data and generating a unique number from it, now in my second program when i am entering that unique no it fetches all of my data in table which i have created through table control wizard.&lt;/P&gt;&lt;P&gt;Now the problem i am facing is that when i get my data in table control wizard, then user will edit those data, and i have to save those edited data in a custom table (from where it was fetched previously).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i have created variables like p_variable then it is not fetching data in table control wizards, so i have created an internal table and then fetched all the values in table control wizard, now while editing and changing the changes are not get reflected, can you please tell me the process so that i can achieve what i wants.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jul 2014 12:36:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-26T12:36:27Z</dc:date>
    <item>
      <title>Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533609#M1855454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i am facing a problem in my table which i have created through Table Control wizard, the problem is that when user enter a value in a column and press ENTER button, it creates a a new row, but i don't need it.&lt;/P&gt;&lt;P&gt;Actually when he puts any values into table control wizard it remains as it is, and do not create any row for the previous row. And for the same thing i am not getting how to achieve it. Please tell me what could i do next to stop creating new row. My code is as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE ZLEGAL_MODIFY &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*****&amp;nbsp; MODIFY IT_ZLNAME&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*****&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM WA_ZLNAME&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*****&amp;nbsp;&amp;nbsp;&amp;nbsp; INDEX ZLEGAL-CURRENT_LINE.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;WA_ZLNAME &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;IT_ZLNAME&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the problem which i am facing is shown in below screenshot., while entering the value P and pressing ENTER i got a second row automatically and i want to restrict the automatic second row formation for ENTER , and this should be valid for all of my columns in my table control wizards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/506534" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 05:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533609#M1855454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-26T05:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533610#M1855455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srikant Jain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;MODULE ZLEGAL_MODIFY &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;INPUT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY IT_ZLNAME &lt;/SPAN&gt;&lt;SPAN class="L0S31" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;FROM WA_ZLNAME &lt;/SPAN&gt;&lt;SPAN class="L0S31" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;INDEX ZLEGAL-CURRENT_LINE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if sy-subrc &amp;lt;&amp;gt; 0.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; APPEND &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;WA_ZLNAME &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;IT_ZLNAME&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG&gt;ENDMODULE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 05:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533610#M1855455</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2014-07-26T05:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533611#M1855456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;thanks a lot for your suggestion , but i need something more here, now after the last column if user enters all the values and then presses ENTER , all the row below it get in grayed mode, if i have to make any entries then i have to click on new entries button.&lt;/P&gt;&lt;P&gt;But what actually i need is that when user enters in last column and presses ENTER then the Sno as shown in above screenshot should get increased by one and the rows below it should be in editable mode.&lt;/P&gt;&lt;P&gt;How could i achieve it, please tell me, many thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 06:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533611#M1855456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-26T06:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533612#M1855457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srikant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Understand the concept that &lt;STRONG&gt;table control is nothing but reflection of internal table data&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You have to handle your required business logic in PAI suitably.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 06:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533612#M1855457</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2014-07-26T06:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533613#M1855458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;i am new to module pool hence not getting what are you saying, can you please elaborate how could i achieve this.&lt;/P&gt;&lt;P&gt;My requirement is that when user enters all the values in all column and press ENTER, then a new editable row should get created below the existing row with increased Sno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i have done is, I have written these code lines , but during debugging it is not getting at CASE..ENDCASE. Please tell me the required changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CASE SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;UCOMM&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ENTER'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;IT_ZLNAME &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;WA_ZLNAME&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_ZLNAME&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SNO &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;WA_ZLNAME&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SNO + &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;IT_ZLNAME &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;WA_ZLNAME &lt;SPAN class="L0S52"&gt;TRANSPORTING &lt;/SPAN&gt;SNO&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; WHEN .&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; WHEN OTHERS.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDCASE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;IT_ZLNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;WA_ZLNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;ZLEGAL&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CURRENT_LINE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &amp;lt;&amp;gt; &lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;WA_ZLNAME &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;IT_ZLNAME&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 07:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533613#M1855458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-26T07:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533614#M1855459</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 control the status of table control in pbo process in order to open/close a row if there'r a corrisponding row in internal table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;PROCESS PBO.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; MODLE INIT_VAR.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; LOOP....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODULE LOOP_SCREEN.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;MODULE LOOP_SCREEN.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; READ TABLE &lt;SPAN style="color: #333333; font-size: 12px;"&gt;IT_ZLNAME INTO &lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;WA_ZLNAME&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;.&lt;/SPAN&gt;INDEX &amp;lt;TABLE CONTROL&amp;gt;-CURRENT_LINE.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF SY-SUBRC = 0,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;* The line exists so you can change the setting in order the line in not edidable&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOOP AT SCREEN.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCREEN-INPUT = 0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY SCREEN.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;* The line doesn't exist, so you do nothinh except for the next line&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF FIRST_EMPTY_LINE = SPACE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #333333; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 12px;"&gt;FIRST_EMPTY_LINE&lt;/SPAN&gt; = 'X'.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOOP AT SCREEN.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCREEN-INPUT = 0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY SCREEN.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;ENDMODULE.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;MODLE INIT_VAR.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLEAR FIRST_EMPTY_LINE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;ENDMODULE.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway the real solution depends on how you manage the table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 07:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533614#M1855459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-26T07:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533615#M1855460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srikant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For system to recognise &lt;STRONG&gt;ENTER&lt;/STRONG&gt;, you need to set it in GUI status of the screen.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/506553" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 08:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533615#M1855460</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2014-07-26T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533616#M1855461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;i have done this already, but i am not getting how could i increase Sno by one on ENTER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 11:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533616#M1855461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-26T11:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533617#M1855462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add Condition to Check the Work area, if all data all filled in work area, then use&amp;nbsp; append Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 12:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533617#M1855462</guid>
      <dc:creator>VenkatRamesh_V</dc:creator>
      <dc:date>2014-07-26T12:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533618#M1855463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="61131" data-objecttype="3" href="http://scn.sap.com/people/karun.prabhu"&gt;http://scn.sap.com/people/karun.prabhu&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more problem what i am getting, in my one program i am saving data and generating a unique number from it, now in my second program when i am entering that unique no it fetches all of my data in table which i have created through table control wizard.&lt;/P&gt;&lt;P&gt;Now the problem i am facing is that when i get my data in table control wizard, then user will edit those data, and i have to save those edited data in a custom table (from where it was fetched previously).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i have created variables like p_variable then it is not fetching data in table control wizards, so i have created an internal table and then fetched all the values in table control wizard, now while editing and changing the changes are not get reflected, can you please tell me the process so that i can achieve what i wants.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 12:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533618#M1855463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-26T12:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533619#M1855464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="54786" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="max bianchi" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more problem what i am getting, in my one program i am saving data and generating a unique number from it, now in my second program when i am entering that unique no it fetches all of my data in table which i have created through table control wizard.&lt;/P&gt;&lt;P&gt;Now the problem i am facing is that when i get my data in table control wizard, then user will edit those data, and i have to save those edited data in a custom table (from where it was fetched previously).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i have created variables like p_variable then it is not fetching data in table control wizards, so i have created an internal table and then fetched all the values in table control wizard, now while editing and changing the changes are not get reflected, can you please tell me the process so that i can achieve what i wants.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 12:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533619#M1855464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-26T12:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in table control wizard in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533620#M1855465</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;Where?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't see the changes in table control or in your custom table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2014 12:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard-in-module-pool-programming/m-p/10533620#M1855465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-26T12:54:27Z</dc:date>
    </item>
  </channel>
</rss>

