<?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: record selection field in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175537#M1517850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nothing else so that means it need not be part of DB table which is being referred to while creating the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are using the table control wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table control properties before selecting the dictionary table just choose the check box &lt;STRONG&gt;w/o selection column&lt;/STRONG&gt; and give a name for it,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Aug 2010 15:15:31 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-08-09T15:15:31Z</dc:date>
    <item>
      <title>record selection field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175536#M1517849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to have an additional field in the table control for rows selection.&lt;/P&gt;&lt;P&gt;the purpose of the field is to only use it for 'rows selection' and nothing else so that means it need not be part of DB table which is being referred to while creating the table control.&lt;/P&gt;&lt;P&gt;help required in creating this additional field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 15:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175536#M1517849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T15:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: record selection field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175537#M1517850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nothing else so that means it need not be part of DB table which is being referred to while creating the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are using the table control wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table control properties before selecting the dictionary table just choose the check box &lt;STRONG&gt;w/o selection column&lt;/STRONG&gt; and give a name for it,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 15:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175537#M1517850</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-09T15:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: record selection field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175538#M1517851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the code in saptechnical&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;DEL&gt;&amp;gt;Tutorial&lt;/DEL&gt;&amp;gt;ABAP--&amp;gt;TableControl/Page2.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the above example detailed screen shots is given how to add additional field in the table control for rows selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 15:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175538#M1517851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T15:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: record selection field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175539#M1517852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, specifying the column name means that column/field has to be existing in your DB/Internal table.&lt;/P&gt;&lt;P&gt;but in my case, there is no field for the row selection functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i dont want to introduce the field in my DB table/internal table for that purpose.&lt;/P&gt;&lt;P&gt;is there anyway to deal with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have to introduce that field into my internal table, what should be the data type for that field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 15:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175539#M1517852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: record selection field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175540#M1517853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through the concepts in SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating table control with wizard and create table control from program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 15:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175540#M1517853</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-09T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: record selection field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175541#M1517854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have introduced a field in the internal table names as 'GV_MARK' and specified it as field for selection column.&lt;/P&gt;&lt;P&gt;but now the message pops up as 'field you have marked is already contained in the table'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any solution to this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 15:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175541#M1517854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T15:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: record selection field in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175542#M1517855</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;In TOP Include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : begin of itab occurs 0,
         gv_mark type c.
include structure sflight.
data end of itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in Screen Painter double click on any corner of table control. You will get a POP up screen to maintain the attributes.&lt;/P&gt;&lt;P&gt;select the Check box w/Selcolumn and enter &lt;STRONG&gt;ITAB-GV_MARK&lt;/STRONG&gt;. had you created a column in table control with GV_MARK then you would need to delete this column since this is no more required.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;in PAI
loop at itab.
module modify_itab.
endloop.
in program
module modify_itab
describe table itab line tc-lines.
if tc-lines &amp;gt; tc-current_line.
append itab.
else.
modify itab index tc-current_line.
endmodule&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this is clear to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 04:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-selection-field-in-table-control/m-p/7175542#M1517855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T04:55:30Z</dc:date>
    </item>
  </channel>
</rss>

