<?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 Dump thrown when tcode for screen painter assigned in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-thrown-when-tcode-for-screen-painter-assigned/m-p/5390445#M1239103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a screen and wanted to check how it looks at runtime, for this i assigned a tcode to the report. Now when i run the tcode it throws a dump. the dump is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CONTROL "TCTRL_ENTRY" was searched for but not found.&lt;/P&gt;&lt;P&gt;These is either an inconsistency between the screen and the program or&lt;/P&gt;&lt;P&gt;an incorrect ABAP statement (for example, REFRESH CONTROL .. FROM SCREEN&lt;/P&gt;&lt;P&gt; with incorrect control name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    MODULE STATUS_1000 OUTPUT.&lt;/P&gt;&lt;P&gt;     SET PF-STATUS 'SCR_1000'.&lt;/P&gt;&lt;P&gt;     SET TITLEBAR '001'.&lt;/P&gt;&lt;P&gt;  ENDMODULE.                 " The pointer for error is at this line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the possible error?? please let me know.&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: navin.c on Mar 25, 2009 8:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2009 07:17:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-25T07:17:58Z</dc:date>
    <item>
      <title>Dump thrown when tcode for screen painter assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-thrown-when-tcode-for-screen-painter-assigned/m-p/5390445#M1239103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a screen and wanted to check how it looks at runtime, for this i assigned a tcode to the report. Now when i run the tcode it throws a dump. the dump is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CONTROL "TCTRL_ENTRY" was searched for but not found.&lt;/P&gt;&lt;P&gt;These is either an inconsistency between the screen and the program or&lt;/P&gt;&lt;P&gt;an incorrect ABAP statement (for example, REFRESH CONTROL .. FROM SCREEN&lt;/P&gt;&lt;P&gt; with incorrect control name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    MODULE STATUS_1000 OUTPUT.&lt;/P&gt;&lt;P&gt;     SET PF-STATUS 'SCR_1000'.&lt;/P&gt;&lt;P&gt;     SET TITLEBAR '001'.&lt;/P&gt;&lt;P&gt;  ENDMODULE.                 " The pointer for error is at this line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the possible error?? please let me know.&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: navin.c on Mar 25, 2009 8:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 07:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-thrown-when-tcode-for-screen-painter-assigned/m-p/5390445#M1239103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T07:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dump thrown when tcode for screen painter assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-thrown-when-tcode-for-screen-painter-assigned/m-p/5390446#M1239104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do your main program have the piece of code like the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS:TC_9998 TYPE TABLEVIEW USING SCREEN 9998.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you have to declare a table contol. Do it simply with your Table Control name and the screen in which you are using it.E.g. in my case screen is 9998.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Sarbajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 07:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-thrown-when-tcode-for-screen-painter-assigned/m-p/5390446#M1239104</guid>
      <dc:creator>sarbajitm</dc:creator>
      <dc:date>2009-03-25T07:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dump thrown when tcode for screen painter assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-thrown-when-tcode-for-screen-painter-assigned/m-p/5390447#M1239105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  Sarabjit...  it solved my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 07:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-thrown-when-tcode-for-screen-painter-assigned/m-p/5390447#M1239105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T07:37:56Z</dc:date>
    </item>
  </channel>
</rss>

