<?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/1881050#M369967</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 am using Table Control but I want to pass column headers also dynamically through coding only because my requirement is &lt;/P&gt;&lt;P&gt;         I have three different database tables then i will select through dynamically when u will select any table with in these. I want to Columns will dynamically change or table structure automitically change while u will select any table.At that time table control also based on that columns width supress the table width also.&lt;/P&gt;&lt;P&gt;        Please sove my problem it is very urgent for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 05:36:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-22T05:36:28Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881044#M369961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, i need help on this.&lt;/P&gt;&lt;P&gt;first i do a select to get data from z table to internal table where data qualified in the select statement.&lt;/P&gt;&lt;P&gt;then the logic will show the internal table data in table control where all fields are output field but 1 field being i/o field. i need to make the i/o field a check box for user to put a check mark. when hit save button, data will update back to internal table and subsequently back to ztable.&lt;/P&gt;&lt;P&gt;the only part i not sure is how to update back to internal table from table control when hit save button.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881044#M369961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T12:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881045#M369962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can modify the internal table in the PAI of the screen. Use the modify statement for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY itab FROM &amp;lt;screen_structure&amp;gt; INDEX tctrl-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 13:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881045#M369962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881046#M369963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thanks for the reply. may i know if this modify is to update the whole internal table or modify record by record. &lt;/P&gt;&lt;P&gt;may i know if user hit save button, this modify statement will update back to the internal table by specific record or will update the whole table? is there a way to update the internal table in a single process instead of update record by record.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 22:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881046#M369963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T22:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881047#M369964</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;It modifies only the current line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 23:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881047#M369964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T23:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881048#M369965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think there is a way to update the internal table as a whole. You will have to do it record by record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 03:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881048#M369965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T03:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881049#M369966</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 standard pgms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;demo_dynpro_tabcont_loop
demo_dynpro_tabcont_loop_at
RSDEMO_TABLE_CONTROL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 04:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881049#M369966</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-01-22T04:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881050#M369967</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 am using Table Control but I want to pass column headers also dynamically through coding only because my requirement is &lt;/P&gt;&lt;P&gt;         I have three different database tables then i will select through dynamically when u will select any table with in these. I want to Columns will dynamically change or table structure automitically change while u will select any table.At that time table control also based on that columns width supress the table width also.&lt;/P&gt;&lt;P&gt;        Please sove my problem it is very urgent for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881050#M369967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T05:36: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/1881051#M369968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, i need help on this.&lt;/P&gt;&lt;P&gt;first i do a select to get data from z table to internal table where data qualified in the select statement.&lt;/P&gt;&lt;P&gt;then the logic will show the internal table data in table control where all fields are output field but 1 field being i/o field. i need to make the i/o field a check box for user to put a check mark. when hit save button, data will update back to internal table and subsequently back to ztable.&lt;/P&gt;&lt;P&gt;the only part i not sure is how to update back to internal table from table control when hit save button.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;rgds &lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881051#M369968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T05:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881052#M369969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;          I have a issue with table control, My requirement is that when ever the user Presses Insert button, the  table control which is in Display mode will have to be in Input mode  and that too only one record should be in input mode and rest have to be in output mode. can any one help me out to resolve this issue, please mail to abap12337@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 13:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/1881052#M369969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T13:08:06Z</dc:date>
    </item>
  </channel>
</rss>

