<?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: A Problem in Dialog Programming  DYNPRO_NOT_FOUND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224963#M1009353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Runtime Errors         DYNPRO_NOT_FOUND&lt;/P&gt;&lt;P&gt;Date and Time          18.07.2008 00:13:45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     Dynpro does not exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The current ABAP program "ZS0007_NURUS_EGITIM_SCR_PERS" had to be terminated&lt;/P&gt;&lt;P&gt;      because it has&lt;/P&gt;&lt;P&gt;     come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     The system attempted to use dynpro 0008 in program&lt;/P&gt;&lt;P&gt;      "ZS0007_NURUS_EGITIM_SCR_01".&lt;/P&gt;&lt;P&gt;     This dynpro does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Trigger Location of Runtime Error&lt;/P&gt;&lt;P&gt;     Program                                 ZS0007_NURUS_EGITIM_SCR_PERS&lt;/P&gt;&lt;P&gt;     Include                                 ZS0007_NURUS_EGITIM_SCR_01_I01&lt;/P&gt;&lt;P&gt;     Row                                     37&lt;/P&gt;&lt;P&gt;     Module type                             (MODULE PBO)&lt;/P&gt;&lt;P&gt;     Module Name                             PERSONELLER_ACTIVE_TAB_SET&lt;/P&gt;&lt;P&gt;   20&lt;/P&gt;&lt;P&gt;   21 *&amp;amp;SPWIZARD: OUTPUT MODULE FOR TS 'PERSONELLER'. DO NOT CHANGE THIS LINE!&lt;/P&gt;&lt;P&gt;   22 *&amp;amp;SPWIZARD: SETS ACTIVE TAB&lt;/P&gt;&lt;P&gt;   23 MODULE PERSONELLER_ACTIVE_TAB_SET OUTPUT.&lt;/P&gt;&lt;P&gt;   24   PERSONELLER-ACTIVETAB = G_PERSONELLER-PRESSED_TAB.&lt;/P&gt;&lt;P&gt;   25   CASE G_PERSONELLER-PRESSED_TAB.&lt;/P&gt;&lt;P&gt;   26     WHEN C_PERSONELLER-TAB1.&lt;/P&gt;&lt;P&gt;   27       G_PERSONELLER-SUBSCREEN = '0008'.&lt;/P&gt;&lt;P&gt;   28     WHEN C_PERSONELLER-TAB2.&lt;/P&gt;&lt;P&gt;   29       G_PERSONELLER-SUBSCREEN = '0009'.&lt;/P&gt;&lt;P&gt;   30     WHEN C_PERSONELLER-TAB3.&lt;/P&gt;&lt;P&gt;   31       G_PERSONELLER-SUBSCREEN = '0010'.&lt;/P&gt;&lt;P&gt;   32     WHEN C_PERSONELLER-TAB4.&lt;/P&gt;&lt;P&gt;   33       G_PERSONELLER-SUBSCREEN = '0011'.&lt;/P&gt;&lt;P&gt;   34     WHEN OTHERS.&lt;/P&gt;&lt;P&gt;   35 *&amp;amp;SPWIZARD:      DO NOTHING&lt;/P&gt;&lt;P&gt;   36   ENDCASE.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ENDMODULE.&lt;/P&gt;&lt;P&gt;   38&lt;/P&gt;&lt;P&gt;   39 *&amp;amp;SPWIZARD: INPUT MODULE FOR TS 'PERSONELLER'. DO NOT CHANGE THIS LINE!&lt;/P&gt;&lt;P&gt;   40 *&amp;amp;SPWIZARD: GETS ACTIVE TAB&lt;/P&gt;&lt;P&gt;   41 MODULE PERSONELLER_ACTIVE_TAB_GET INPUT.&lt;/P&gt;&lt;P&gt;   42   OK_CODE = SY-UCOMM.&lt;/P&gt;&lt;P&gt;   43   CASE OK_CODE.&lt;/P&gt;&lt;P&gt;   44     WHEN C_PERSONELLER-TAB1.&lt;/P&gt;&lt;P&gt;   45       G_PERSONELLER-PRESSED_TAB = C_PERSONELLER-TAB1.&lt;/P&gt;&lt;P&gt;   46     WHEN C_PERSONELLER-TAB2.&lt;/P&gt;&lt;P&gt;   47       G_PERSONELLER-PRESSED_TAB = C_PERSONELLER-TAB2.&lt;/P&gt;&lt;P&gt;   48     WHEN C_PERSONELLER-TAB3.&lt;/P&gt;&lt;P&gt;   49       G_PERSONELLER-PRESSED_TAB = C_PERSONELLER-TAB3.&lt;/P&gt;&lt;P&gt;   50     WHEN C_PERSONELLER-TAB4.&lt;/P&gt;&lt;P&gt;   51       G_PERSONELLER-PRESSED_TAB = C_PERSONELLER-TAB4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 21:17:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-17T21:17:00Z</dc:date>
    <item>
      <title>A Problem in Dialog Programming  DYNPRO_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224960#M1009350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. i'm a new abap programmer and i'm working with screens (dialog programming). i have a  DYNPRO_NOT_FOUND dump but i didn't find what does it means. &lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 21:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224960#M1009350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T21:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: A Problem in Dialog Programming  DYNPRO_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224961#M1009351</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; In the dump check the line where it is pointing....analyse what is wrong in that line OR post it here&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;chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 21:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224961#M1009351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T21:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: A Problem in Dialog Programming  DYNPRO_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224962#M1009352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please paste here what the short dump says from ST22.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 21:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224962#M1009352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T21:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: A Problem in Dialog Programming  DYNPRO_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224963#M1009353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Runtime Errors         DYNPRO_NOT_FOUND&lt;/P&gt;&lt;P&gt;Date and Time          18.07.2008 00:13:45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     Dynpro does not exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The current ABAP program "ZS0007_NURUS_EGITIM_SCR_PERS" had to be terminated&lt;/P&gt;&lt;P&gt;      because it has&lt;/P&gt;&lt;P&gt;     come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     The system attempted to use dynpro 0008 in program&lt;/P&gt;&lt;P&gt;      "ZS0007_NURUS_EGITIM_SCR_01".&lt;/P&gt;&lt;P&gt;     This dynpro does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Trigger Location of Runtime Error&lt;/P&gt;&lt;P&gt;     Program                                 ZS0007_NURUS_EGITIM_SCR_PERS&lt;/P&gt;&lt;P&gt;     Include                                 ZS0007_NURUS_EGITIM_SCR_01_I01&lt;/P&gt;&lt;P&gt;     Row                                     37&lt;/P&gt;&lt;P&gt;     Module type                             (MODULE PBO)&lt;/P&gt;&lt;P&gt;     Module Name                             PERSONELLER_ACTIVE_TAB_SET&lt;/P&gt;&lt;P&gt;   20&lt;/P&gt;&lt;P&gt;   21 *&amp;amp;SPWIZARD: OUTPUT MODULE FOR TS 'PERSONELLER'. DO NOT CHANGE THIS LINE!&lt;/P&gt;&lt;P&gt;   22 *&amp;amp;SPWIZARD: SETS ACTIVE TAB&lt;/P&gt;&lt;P&gt;   23 MODULE PERSONELLER_ACTIVE_TAB_SET OUTPUT.&lt;/P&gt;&lt;P&gt;   24   PERSONELLER-ACTIVETAB = G_PERSONELLER-PRESSED_TAB.&lt;/P&gt;&lt;P&gt;   25   CASE G_PERSONELLER-PRESSED_TAB.&lt;/P&gt;&lt;P&gt;   26     WHEN C_PERSONELLER-TAB1.&lt;/P&gt;&lt;P&gt;   27       G_PERSONELLER-SUBSCREEN = '0008'.&lt;/P&gt;&lt;P&gt;   28     WHEN C_PERSONELLER-TAB2.&lt;/P&gt;&lt;P&gt;   29       G_PERSONELLER-SUBSCREEN = '0009'.&lt;/P&gt;&lt;P&gt;   30     WHEN C_PERSONELLER-TAB3.&lt;/P&gt;&lt;P&gt;   31       G_PERSONELLER-SUBSCREEN = '0010'.&lt;/P&gt;&lt;P&gt;   32     WHEN C_PERSONELLER-TAB4.&lt;/P&gt;&lt;P&gt;   33       G_PERSONELLER-SUBSCREEN = '0011'.&lt;/P&gt;&lt;P&gt;   34     WHEN OTHERS.&lt;/P&gt;&lt;P&gt;   35 *&amp;amp;SPWIZARD:      DO NOTHING&lt;/P&gt;&lt;P&gt;   36   ENDCASE.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ENDMODULE.&lt;/P&gt;&lt;P&gt;   38&lt;/P&gt;&lt;P&gt;   39 *&amp;amp;SPWIZARD: INPUT MODULE FOR TS 'PERSONELLER'. DO NOT CHANGE THIS LINE!&lt;/P&gt;&lt;P&gt;   40 *&amp;amp;SPWIZARD: GETS ACTIVE TAB&lt;/P&gt;&lt;P&gt;   41 MODULE PERSONELLER_ACTIVE_TAB_GET INPUT.&lt;/P&gt;&lt;P&gt;   42   OK_CODE = SY-UCOMM.&lt;/P&gt;&lt;P&gt;   43   CASE OK_CODE.&lt;/P&gt;&lt;P&gt;   44     WHEN C_PERSONELLER-TAB1.&lt;/P&gt;&lt;P&gt;   45       G_PERSONELLER-PRESSED_TAB = C_PERSONELLER-TAB1.&lt;/P&gt;&lt;P&gt;   46     WHEN C_PERSONELLER-TAB2.&lt;/P&gt;&lt;P&gt;   47       G_PERSONELLER-PRESSED_TAB = C_PERSONELLER-TAB2.&lt;/P&gt;&lt;P&gt;   48     WHEN C_PERSONELLER-TAB3.&lt;/P&gt;&lt;P&gt;   49       G_PERSONELLER-PRESSED_TAB = C_PERSONELLER-TAB3.&lt;/P&gt;&lt;P&gt;   50     WHEN C_PERSONELLER-TAB4.&lt;/P&gt;&lt;P&gt;   51       G_PERSONELLER-PRESSED_TAB = C_PERSONELLER-TAB4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 21:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224963#M1009353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T21:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: A Problem in Dialog Programming  DYNPRO_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224964#M1009354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dump is on 37th line that ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 21:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224964#M1009354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T21:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: A Problem in Dialog Programming  DYNPRO_NOT_FOUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224965#M1009355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ooo i found what was the reason of problem. i had changed my report name and the function of tabsctrip control was using the old name of my report so a dump is born. i changed old names in the functions and my problem is end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to everybody.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 21:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-in-dialog-programming-dynpro-not-found/m-p/4224965#M1009355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T21:36:52Z</dc:date>
    </item>
  </channel>
</rss>

