<?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: Using table control wizard in Screen Painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352532#M1640223</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;It seems the wizard can't see the headerline of your internal table: you make sure the program is activated before running the wizard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2011 17:12:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-08T17:12:58Z</dc:date>
    <item>
      <title>Using table control wizard in Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352531#M1640222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got one short question about DYNPRO - Development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to generate a table control by wizard. A table for the control is generated in the TOP - Include using the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES:
    BEGIN OF i_equnr,
      equnr TYPE equi-equnr,
    END OF i_equnr.
  DATA: gt_equnr TYPE TABLE OF i_equnr WITH HEADER LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The wizard shows the gt_equnr - table in the selection for internal tables, but everytime I try to step further, he comes up with the hint  STB_WZ_WIZARD043: "Please specify a work area for the table or a table with header line"?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what the wizard expects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Dennis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 16:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352531#M1640222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-08T16:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using table control wizard in Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352532#M1640223</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;It seems the wizard can't see the headerline of your internal table: you make sure the program is activated before running the wizard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 17:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352532#M1640223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-08T17:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using table control wizard in Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352533#M1640224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The whole function pool is shurely activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other hints?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dennis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 06:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352533#M1640224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T06:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using table control wizard in Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352534#M1640225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because the program (your TOP) or the screen is not activated.. Close the screen.Activate all objects of your program.  Now go back to your screen and try adding the table control. It should come now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 06:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352534#M1640225</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-11-09T06:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using table control wizard in Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352535#M1640226</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;I don't think this is a problem of activation...&lt;/P&gt;&lt;P&gt;I guess your TOP include is specified after your call screen... Just move it before the statement CALL SCREEN. This should do the trick!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 14:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352535#M1640226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T14:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using table control wizard in Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352536#M1640227</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;I have solved my problem by pushing the table control into a seperate subscreen. I cannot tell you why the creation was not successful on the dynpro itself, but I don't think any of your suggestions could be the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your hints anyway! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 11:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352536#M1640227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using table control wizard in Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352537#M1640228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its right shifting table control to separate sub screen or place a BOX around it would solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Feb 2013 00:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-table-control-wizard-in-screen-painter/m-p/8352537#M1640228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-24T00:10:23Z</dc:date>
    </item>
  </channel>
</rss>

