<?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 Table Control using Wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-using-wizard/m-p/7484287#M1556626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Am trying to create MPP Program (Table Control using Wizard ) , In this i need to use line selection option , for that i declared a variable &lt;STRONG&gt;(sel_col     TYPE&lt;/STRONG&gt;  c)  in program , But in table control design  it is not appearing , it's showing enter the name of selection column , Please help how i can solve the prob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Nov 2010 07:05:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-28T07:05:33Z</dc:date>
    <item>
      <title>Table Control using Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-using-wizard/m-p/7484287#M1556626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Am trying to create MPP Program (Table Control using Wizard ) , In this i need to use line selection option , for that i declared a variable &lt;STRONG&gt;(sel_col     TYPE&lt;/STRONG&gt;  c)  in program , But in table control design  it is not appearing , it's showing enter the name of selection column , Please help how i can solve the prob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Nov 2010 07:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-using-wizard/m-p/7484287#M1556626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-28T07:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control using Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-using-wizard/m-p/7484288#M1556627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sarathpg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Variable must the the Part of Structure or Table you are using for Table Control, if it is already like this you have to active the Program if it is local in program or active that Structure or table and close Screen Painter and run it again you this way you will be able to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem often face because of inactive objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Nov 2010 08:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-using-wizard/m-p/7484288#M1556627</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2010-11-28T08:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control using Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-using-wizard/m-p/7484289#M1556628</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;As faisal told, it can be 2 problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The field for selection should be declared in the internal table used for the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:  BEGIN OF itab OCCURS 0,
      *sel ,*  "this field fill's as 'X' during the selection of the line.
      carrid(3),
      carrname(20),
      connid(4),
      countryfr(3),
      END OF itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Activate the screen, where the table control is placed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's know the output of your testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anversha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Nov 2010 11:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-using-wizard/m-p/7484289#M1556628</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2010-11-28T11:20:07Z</dc:date>
    </item>
  </channel>
</rss>

