<?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 ABAP debugger, stop at pop up in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204047#M1715611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Is it possible to view the source code of a standard SAP transaction just after an error pop up message is displayed? In Visual Basic, there is an option F9 to jump to the current source code. Rather than debugging using /H in SAP is there any other option? Whenever a pop up message is displayed, I need to check the source code of the program being called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sibin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2012 14:26:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-26T14:26:00Z</dc:date>
    <item>
      <title>ABAP debugger, stop at pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204047#M1715611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Is it possible to view the source code of a standard SAP transaction just after an error pop up message is displayed? In Visual Basic, there is an option F9 to jump to the current source code. Rather than debugging using /H in SAP is there any other option? Whenever a pop up message is displayed, I need to check the source code of the program being called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sibin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 14:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204047#M1715611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-26T14:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP debugger, stop at pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204048#M1715612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following saved in a .txt file saved on my desktop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[FUNCTION]&lt;/P&gt;&lt;P&gt;Command=/H&lt;/P&gt;&lt;P&gt;Title=Debugger&lt;/P&gt;&lt;P&gt;Type=SystemCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you received the popup, drag over the .txt file and execute.&amp;nbsp; Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 14:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204048#M1715612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-26T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP debugger, stop at pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204049#M1715613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sibin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; according to scott , this process will help you to debug only pop up screen....... suppose when you create a material through MM01 tcode then a pop up will display...view: basic data 1, basic data2. then you drag your txt.file and drop it on this pop up...........debugging start for this pop up screen.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you understand........&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sabyasachi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 14:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204049#M1715613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-26T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP debugger, stop at pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204050#M1715614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above approaches will work for a popup screen and not for the information message you may be talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are talking about the information/error message you receive, there is no easy way to reach the source code.&lt;/P&gt;&lt;P&gt;1. Note the mesage number, go to SE91 and do a where used.&lt;/P&gt;&lt;P&gt;But again, this may not work always, since a message may be populated dynamically and it wont be traced in where used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You need some patience for this. Whenever you run a transaction, just before the step you get error, start a debugger with /H.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then navigate to below screen, and give command 'Message'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/169324" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might come across some irrelevant messages, but you will succeed in time. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 15:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204050#M1715614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-26T15:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP debugger, stop at pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204051#M1715615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved.&lt;/P&gt;&lt;P&gt;Thanks to you all.&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;Sibin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 05:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204051#M1715615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T05:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP debugger, stop at pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204052#M1715616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; A good way to debug popup screen, &lt;/P&gt;&lt;P&gt;can you explain me how it exactly works(mechanism) when txt file is drag and drop on to popup screen then after it switched on to debugger ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.,&lt;/P&gt;&lt;P&gt;Avirat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 05:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-stop-at-pop-up/m-p/9204052#M1715616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T05:57:02Z</dc:date>
    </item>
  </channel>
</rss>

