<?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: How to implement line selectability for a table control using table Wizard? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076062#M1179050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...continued trying...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed the selection of the char1 field from wizard step "select columns".  Then typed CHAR1 in the "line sel. field" box.   and it accepted that when I went to the next step.  got thru all the selects and I now can see my table with a selection column, order number and order text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean Atteberry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2009 15:51:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-27T15:51:20Z</dc:date>
    <item>
      <title>How to implement line selectability for a table control using table Wizard?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076059#M1179047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SDN Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a table control using the Table Wizard.  I found my exact question in this forum, but unfortunately it had not been andsered.  While I cannot paste a screen-print into this plane-text area, here are the steps I followed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) SE51&lt;/P&gt;&lt;P&gt;2) Create new screen 0100&lt;/P&gt;&lt;P&gt;3) Click Layout button&lt;/P&gt;&lt;P&gt;4) Clidk Table Control (with Wizard) and draw box on canvas.&lt;/P&gt;&lt;P&gt;5) Step is "Start" - click Continue&lt;/P&gt;&lt;P&gt;6) Step is "Name of Table Control" - provided name&lt;/P&gt;&lt;P&gt;7) Step is "Table Name" - provided name of dictionary table (AUFK) &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Step is "Definition of Columns" - selected order numver and order text&lt;/P&gt;&lt;P&gt;9) Step is "Table Control Attributes" - Line Selectability is in display mode - cannot set it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have a selectability column for my table.  Would appreciate any insight into how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Dean Atteberry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 15:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076059#M1179047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement line selectability for a table control using table Wizard?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076060#M1179048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost got it...   Changed from dictionary structure AUFK to a type defined in program with, and this is important part, a CHAR01 data element at beginning of the type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then line selection opened up in the wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only outstanding thing now is that nothing shows up in the "Selection col. fld" drop-down.  Will try to just type in field name and hopefully that will work, but it botheres me that the drop-down is empty because that indicates that something is not connected right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean Atteberry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 15:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076060#M1179048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement line selectability for a table control using table Wizard?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076061#M1179049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a puzzling...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the table control wizard, in the Table Control Attributes step, I was able to get line selectability to open up by declaring a char01 data element at the beginning of my type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The puzzling is in regards to the "Selection col. fld" entry field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I leave it blank and try to go to the next step, I get message "Enter the name of the selection column if you are using a program table"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it looked like it wanted to know the name of my selection column.  So I type in "CHAR1".  and got the message "The field "CHAR1" for the selection column is already contained in the table."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmmmmm.... don't understand............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean Atteberry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 15:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076061#M1179049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T15:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement line selectability for a table control using table Wizard?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076062#M1179050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...continued trying...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed the selection of the char1 field from wizard step "select columns".  Then typed CHAR1 in the "line sel. field" box.   and it accepted that when I went to the next step.  got thru all the selects and I now can see my table with a selection column, order number and order text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean Atteberry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 15:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076062#M1179050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T15:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement line selectability for a table control using table Wizard?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076063#M1179051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I come from 7 years in the future to say thank you, this really saved me some time this morning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 14:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-line-selectability-for-a-table-control-using-table-wizard/m-p/5076063#M1179051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-11T14:19:55Z</dc:date>
    </item>
  </channel>
</rss>

