<?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: Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537309#M1264823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moderator message: &lt;/P&gt;&lt;P&gt;Use Proper Subject Line for your Future questions, else thread will be deleted or locked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2009 12:38:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-24T12:38:25Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537307#M1264821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have declared a structure using the type statement.&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF ty_experience,&lt;/P&gt;&lt;P&gt;empno TYPE ztable1-empno,&lt;/P&gt;&lt;P&gt;organisation TYPE ztable1-organisation,&lt;/P&gt;&lt;P&gt;from_date TYPE ztable1-from_date,&lt;/P&gt;&lt;P&gt;to_date TYPE ztable1-to_date,&lt;/P&gt;&lt;P&gt;END OF ty_experience.&lt;/P&gt;&lt;P&gt;Then declared the internal table.&lt;/P&gt;&lt;P&gt;DATA : it_experience TYPE ty_experience OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;When I am creating the table contol using wizard using the internal table(it_experience) I am getting the error"Specify the work area of the table or a table with a header line".Though I am giving the internal table with header leine still I am getting the error message.Kindly suggest the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 10:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537307#M1264821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T10:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537308#M1264822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where declare the internal table? If is in one TOP include, activate it before use the wizard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 10:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537308#M1264822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537309#M1264823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moderator message: &lt;/P&gt;&lt;P&gt;Use Proper Subject Line for your Future questions, else thread will be deleted or locked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 12:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537309#M1264823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T12:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537310#M1264824</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;Try&lt;/P&gt;&lt;P&gt;DATA : it_experience TYPE standard table of ty_experience OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 12:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/5537310#M1264824</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2009-04-24T12:52:39Z</dc:date>
    </item>
  </channel>
</rss>

