<?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 Multiple record update in TABLE Control. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-record-update-in-table-control/m-p/1710310#M310712</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 m developing dialog program with table control.&lt;/P&gt;&lt;P&gt;I want to know how to update multiple records through the table control if user selects more than one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also depending on some condition i want to change the status of one reocrd and not the column as a display field and won't be editable. I have tried with loop at screen and modify screen, but it is showing the whole column as display only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANy solution let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 13:23:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T13:23:35Z</dc:date>
    <item>
      <title>Multiple record update in TABLE Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-record-update-in-table-control/m-p/1710310#M310712</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 m developing dialog program with table control.&lt;/P&gt;&lt;P&gt;I want to know how to update multiple records through the table control if user selects more than one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also depending on some condition i want to change the status of one reocrd and not the column as a display field and won't be editable. I have tried with loop at screen and modify screen, but it is showing the whole column as display only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANy solution let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 13:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-record-update-in-table-control/m-p/1710310#M310712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T13:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple record update in TABLE Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-record-update-in-table-control/m-p/1710311#M310713</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;pls chk this standard pgms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for examples on table control&lt;/P&gt;&lt;P&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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk a sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA :BEGIN OF int_table OCCURS 0,
       fld1 TYPE ztable-fld1,
        fld2 TYPE ztable-fld2,
        fld3 TYPE ztable-fld3,
        chk(1),
      END OF int_factor.

*write the blow code in PAI

LOOP AT int_table WHERE chk = 'X'.
*modify the data base table
MODIFY ztable FROM  int_table. "from header
clear int_table
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &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;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 13:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-record-update-in-table-control/m-p/1710311#M310713</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-07T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple record update in TABLE Control.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-record-update-in-table-control/m-p/1710312#M310714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set a selection field for your table control ,&lt;/P&gt;&lt;P&gt;( for examle FLAG(1) )&lt;/P&gt;&lt;P&gt;then loop at tc_xyz where FLAG eq 'X'.&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 13:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-record-update-in-table-control/m-p/1710312#M310714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T13:27:46Z</dc:date>
    </item>
  </channel>
</rss>

