<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704467#M308683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi madam,&lt;/P&gt;&lt;P&gt;PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;MODULE UPDATE.&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 UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ITAB FROM (STRUCTURE OF TABLE CONTROL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above code will solve your problem.if not let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2006 09:29:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-02T09:29:03Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704462#M308678</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;&lt;/P&gt;&lt;P&gt;I have the table control in the screen developed, If I press enter key after entering the value, the value in the table control disappears. I want to retain the value in the screen as it is in the standard programs. how to do it.&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;Rusidar S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 06:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704462#M308678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T06:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704463#M308679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the standard table control programs . u will get a better idea of what u r missing in ur code.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;P&gt;RSDEMO_TABLE_CONTROL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u still have a problem paste ur code. i ll correct it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;few things regd table control&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;describe the int table to be passed to the tab control&lt;/P&gt;&lt;P&gt;and fill the tab ctrl lines with the no of rows of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the read statement in the PBO of the tab ctrl loop and move the tab ctrl data to into internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI&lt;/P&gt;&lt;P&gt;use the modify statement in the PAI of the tab ctrl loop and move the int table data to tab ctrl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 06:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704463#M308679</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-02T06:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704464#M308680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rusidar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please check if you have REFRESH command. Try to restrict the same basing on field SY-UCOMM. This can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 06:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704464#M308680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T06:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704465#M308681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  On Enter the PAI events gets triggered. In this even you need copy the data from the table control to the internal table. In the PBO the internal is used to pass the data to the table cotnrol make sure you are not clearing this internal table in the PBO aftr you copy the data to the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 06:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704465#M308681</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-11-02T06:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704466#M308682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rusidar Subramani ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow the below procedure. it will help you.&lt;/P&gt;&lt;P&gt;step1: write the module inside the loop and endloop.&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;module update.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the module update.clear the table control stucture.so that your data will be available in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will solve your problem.if not let me know.&lt;/P&gt;&lt;P&gt;*reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 09:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704466#M308682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704467#M308683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi madam,&lt;/P&gt;&lt;P&gt;PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;MODULE UPDATE.&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 UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ITAB FROM (STRUCTURE OF TABLE CONTROL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above code will solve your problem.if not let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 09:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704467#M308683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T09:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704468#M308684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my program, the structure of the Table control is same as itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didnt solve my problem. this code is automatically generated if i use wizard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 03:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704468#M308684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T03:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704469#M308685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subramani,&lt;/P&gt;&lt;P&gt;please paste ur code here, i ll help u solve that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 03:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704469#M308685</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-03T03:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704470#M308686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subramani,&lt;/P&gt;&lt;P&gt;      In PAI Event there has to be a Loop Endloop.&lt;/P&gt;&lt;P&gt;Eg.  Loop at itab.&lt;/P&gt;&lt;P&gt;       *&amp;amp; Add this module which transfers data from itab to table control&lt;/P&gt;&lt;P&gt;     MODULE TC_xxxx_MODIFY. &lt;/P&gt;&lt;P&gt;     endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Defination for the module which updates your internal table.&lt;/P&gt;&lt;P&gt;MODULE TC_xxxx_MODIFY INPUT.&lt;/P&gt;&lt;P&gt;  MODIFY itab&lt;/P&gt;&lt;P&gt;    FROM itab&lt;/P&gt;&lt;P&gt;    INDEX TC_xxxx-CURRENT_LINE.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " TC_0300_MODIFY  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has to solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 20:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704470#M308686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T20:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704471#M308687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subramani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to Sanjay's Code you may add this part.&lt;/P&gt;&lt;P&gt;*&amp;amp; Defination for the module which updates your internal table.&lt;/P&gt;&lt;P&gt;MODULE TC_xxxx_MODIFY INPUT.&lt;/P&gt;&lt;P&gt;MODIFY itab&lt;/P&gt;&lt;P&gt;FROM itab&lt;/P&gt;&lt;P&gt;INDEX TC_xxxx-CURRENT_LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;add this part&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;append itab .&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 09:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1704471#M308687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T09:51:57Z</dc:date>
    </item>
  </channel>
</rss>

