<?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: Problem in Table control wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460833#M1415495</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;Where have you declared the table control.&lt;/P&gt;&lt;P&gt;It should be declared in top include i.e. globally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 10:36:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-20T10:36:29Z</dc:date>
    <item>
      <title>Problem in Table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460832#M1415494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sirs!&lt;/P&gt;&lt;P&gt;    My requirement is to display internal table data to wizard.....i have done all steps correctly..when i am activating the main program i am getting error......it is telling that  *&lt;STRONG&gt;"Controls can only be defined globally&lt;/STRONG&gt;"*..so plz help me to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460832#M1415494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460833#M1415495</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;Where have you declared the table control.&lt;/P&gt;&lt;P&gt;It should be declared in top include i.e. globally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460833#M1415495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460834#M1415496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sharukh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have your activated your Screen and code generated by Wizard? , Please first active you screen than try to activate Driver Program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will solve out your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460834#M1415496</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2010-01-20T10:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460835#M1415497</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;Define your table control in the TOP include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONTROLS: tabcontrol TYPE TABLEVIEW USING SCREEN '0112'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please activate the TOP include first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460835#M1415497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460836#M1415498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Please declare table control in top include and activate the screen first ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-wizard/m-p/6460836#M1415498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:46:24Z</dc:date>
    </item>
  </channel>
</rss>

