<?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 modification on table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-on-table-control/m-p/1562070#M254071</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;Can any one please help me on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table control i have one column 'serial number' it is having some values. i want to change the values of that column where ever i need(by over typing on that), then it has to display the changed serial number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one kindly help on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards &lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2006 06:15:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-08T06:15:35Z</dc:date>
    <item>
      <title>modification on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-on-table-control/m-p/1562070#M254071</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;Can any one please help me on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table control i have one column 'serial number' it is having some values. i want to change the values of that column where ever i need(by over typing on that), then it has to display the changed serial number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one kindly help on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards &lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 06:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-on-table-control/m-p/1562070#M254071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T06:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: modification on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-on-table-control/m-p/1562071#M254072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the PAI of the tab ctrl u need to use the modify statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and basic thing here is u need to is&lt;/P&gt;&lt;P&gt;move screen values to the internal table in PAI &lt;/P&gt;&lt;P&gt;and in PBO u need to move the internal table values to the screen for display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for reference use this programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; demo_dynpro_tabcont_loop and&lt;/P&gt;&lt;P&gt; demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 06:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-on-table-control/m-p/1562071#M254072</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-09-08T06:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: modification on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-on-table-control/m-p/1562072#M254073</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;kindly chk this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE status_9010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP WITH CONTROL tab_control.&lt;/P&gt;&lt;P&gt;    MODULE move_data_to_table.&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;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP WITH CONTROL tab_control.&lt;/P&gt;&lt;P&gt;    MODULE move_data_from_table.&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;****************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  move_data_to_table  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This is to move the data from the internal table to the table control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE move_data_to_table OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;This is to move the data from the internal table to the table control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;zmpets_mode-modecode,zmpets_range-&lt;/STRONG&gt;rangeid,zmpets_servfacto-factor  are column name if *table control&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  READ TABLE int_factor INDEX tab_control-current_line.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    zmpets_mode-modecode = int_factor-modecode.&lt;/P&gt;&lt;P&gt;    zmpets_range-rangeid = int_factor-rangeid.&lt;/P&gt;&lt;P&gt;    zmpets_servfacto-factor = int_factor-factor.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " move_data_to_table  OUTPUT&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;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  move_data_from_table  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Date is moved from the table control to the Internal Table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE move_data_from_table INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;To move the data from the table control to internal table 'INT_FACTOR.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  int_factor-modecode = zmpets_mode-modecode.&lt;/P&gt;&lt;P&gt;  int_factor-rangeid = zmpets_range-rangeid.&lt;/P&gt;&lt;P&gt;  int_factor-factor = zmpets_servfacto-factor.&lt;/P&gt;&lt;P&gt;    MODIFY int_factor INDEX tab_control-current_line.&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      APPEND int_factor.&lt;/P&gt;&lt;P&gt;      CLEAR int_factor.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " move_data_from_table  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any clarifiaction pls mail me.&lt;/P&gt;&lt;P&gt;pls reward points, if this helped u.&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;anversha.&lt;/P&gt;&lt;P&gt;anversha.shahul@wipro.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 06:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-on-table-control/m-p/1562072#M254073</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-08T06:21:12Z</dc:date>
    </item>
  </channel>
</rss>

