<?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 while creating Table control with wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643897#M1443863</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please provide the solution. I'm also facing the same issue.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2022 11:19:49 GMT</pubDate>
    <dc:creator>former_member806437</dc:creator>
    <dc:date>2022-06-13T11:19:49Z</dc:date>
    <item>
      <title>Problem while creating Table control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643894#M1443860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the table control wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the declared data :&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF test_str,&lt;/P&gt;&lt;P&gt;        name TYPE string,&lt;/P&gt;&lt;P&gt;        city TYPE string,&lt;/P&gt;&lt;P&gt;      END OF test_str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lt_str TYPE STANDARD TABLE OF test_str,&lt;/P&gt;&lt;P&gt;      ls_str TYPE test_str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I activated the program after declaring this..&lt;/P&gt;&lt;P&gt;then I created a screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while generating the table control , i give the internal table name as lt_str and work area as  ls_str(both of these are also coming in F4 help) , i am getting the following error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table work area  ls_str does not exist or is not a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Panneer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 03:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643894#M1443860</guid>
      <dc:creator>Panneer</dc:creator>
      <dc:date>2010-02-04T03:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating Table control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643895#M1443861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Selvam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the wizard please choose the radio button internal program table. I hope you might have choosen the dictonary table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And activate the program before generating the wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this and let me know if any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Praveen Kumar on Feb 4, 2010 4:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 03:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643895#M1443861</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2010-02-04T03:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating Table control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643896#M1443862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is solved.. it works now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Panneer Selvam on Feb 5, 2010 3:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 05:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643896#M1443862</guid>
      <dc:creator>Panneer</dc:creator>
      <dc:date>2010-02-04T05:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while creating Table control with wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643897#M1443863</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please provide the solution. I'm also facing the same issue.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 11:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-creating-table-control-with-wizard/m-p/6643897#M1443863</guid>
      <dc:creator>former_member806437</dc:creator>
      <dc:date>2022-06-13T11:19:49Z</dc:date>
    </item>
  </channel>
</rss>

