<?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 break-point not triggering in dialog program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270791#M1530082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing one dialog abap program . In this program , there has only 1 button in the application toolbar .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i setup one breakpoint in PAI Modules , but it doesn't work ( screen &amp;amp; program has been activated ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know what is missing ? Thanks .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow logic in screen&lt;/STRONG&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROCESS BEFORE OUTPUT.
 MODULE STATUS_2000.

PROCESS AFTER INPUT.
 MODULE CMD_2000.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PAI *&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  CMD_2000  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
MODULE CMD_2000 INPUT.
   break HENNE .

  case OK_CODE .
      when 'EXEC' .

      when 'EXIT' .
         set screen 0 .
         leave screen .
      when 'ENTR' .

      when others .

  endcase .
ENDMODULE.                 " CMD_2000  INPUT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Sep 2010 06:36:57 GMT</pubDate>
    <dc:creator>carlos_zhang3</dc:creator>
    <dc:date>2010-09-26T06:36:57Z</dc:date>
    <item>
      <title>break-point not triggering in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270791#M1530082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing one dialog abap program . In this program , there has only 1 button in the application toolbar .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i setup one breakpoint in PAI Modules , but it doesn't work ( screen &amp;amp; program has been activated ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know what is missing ? Thanks .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow logic in screen&lt;/STRONG&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PROCESS BEFORE OUTPUT.
 MODULE STATUS_2000.

PROCESS AFTER INPUT.
 MODULE CMD_2000.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PAI *&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  CMD_2000  INPUT
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
MODULE CMD_2000 INPUT.
   break HENNE .

  case OK_CODE .
      when 'EXEC' .

      when 'EXIT' .
         set screen 0 .
         leave screen .
      when 'ENTR' .

      when others .

  endcase .
ENDMODULE.                 " CMD_2000  INPUT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 06:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270791#M1530082</guid>
      <dc:creator>carlos_zhang3</dc:creator>
      <dc:date>2010-09-26T06:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: break-point not triggering in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270792#M1530083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use BREAK-POINT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even you can use /h and then click on a button and check your OK_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 07:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270792#M1530083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-26T07:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: break-point not triggering in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270793#M1530084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;carlos &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give breakpoint    in main Driving program   insted of in PAI or PBO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or after executing trasaction code   Press /h and then go step by step by Presing F5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 07:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270793#M1530084</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2010-09-26T07:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: break-point not triggering in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270794#M1530085</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;You are using break HENNE, rather use Break-point Henne. Moreover if you want you can use session break point. Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Sheik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 07:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270794#M1530085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-26T07:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: break-point not triggering in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270795#M1530086</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;It looks like that SAP didn't execute the PAI code ... because i setup the break-point before the 'case' statement and it doesn't work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 08:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270795#M1530086</guid>
      <dc:creator>carlos_zhang3</dc:creator>
      <dc:date>2010-09-26T08:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: break-point not triggering in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270796#M1530087</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;Aru sure when u click on the button it is going to PAI. Plz chk function code assigned to it properly. And also Chk declaration of ok_code in  screen as well as in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sarang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Sep 2010 09:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270796#M1530087</guid>
      <dc:creator>sarang_gujrati2</dc:creator>
      <dc:date>2010-09-26T09:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: break-point not triggering in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270797#M1530088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos&lt;/P&gt;&lt;P&gt;first you need to check in which screen's PAI you are setting this break point.&lt;/P&gt;&lt;P&gt;best would be:&lt;/P&gt;&lt;P&gt;run the program and write /H in command prompt and then click on your button. it will execute the debugger for you.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;you need to check by which User name you are logged in.&lt;/P&gt;&lt;P&gt;just write Break &amp;lt;user name&amp;gt;.&lt;/P&gt;&lt;P&gt;remember it should be the same user name by which you are logged in or you can use break-point if you want to set the break point for all the users.&lt;/P&gt;&lt;P&gt;there is nothing like break point doesn't work in PAI.&lt;/P&gt;&lt;P&gt;Break point can work in PAI and PBO as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or what you can do.&lt;/P&gt;&lt;P&gt;open your program in SE80 and set a break point mannually at the line where you want to set the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Gutpa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 04:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-not-triggering-in-dialog-program/m-p/7270797#M1530088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T04:23:53Z</dc:date>
    </item>
  </channel>
</rss>

