<?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 How to debug migo transaction? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-migo-transaction/m-p/9775602#M1776928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a Z program linked to migo transaction, I want to debug my program when migo call my program, I did set a break point, but migo never call my prgogram &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 20:33:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-14T20:33:50Z</dc:date>
    <item>
      <title>How to debug migo transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-migo-transaction/m-p/9775602#M1776928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a Z program linked to migo transaction, I want to debug my program when migo call my program, I did set a break point, but migo never call my prgogram &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 20:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-migo-transaction/m-p/9775602#M1776928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-14T20:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug migo transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-migo-transaction/m-p/9775603#M1776929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, before performing you 'Z' transaction, did you checked your settings:&lt;/P&gt;&lt;P&gt;SE38 &amp;gt; menu Utilities &amp;gt; Settings &amp;gt; tab ABAP Editor &amp;gt; tab Debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the user - or the user you're testing with - is filled out in 'Users'&lt;/P&gt;&lt;P&gt;And 'X' Session breakpoint active immediatly also comes in handy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way, is to use transaction SE93 put in your transaction, type '/h' in the transactionbar, press enter, and test (F8).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 21:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-migo-transaction/m-p/9775603#M1776929</guid>
      <dc:creator>former_member192854</dc:creator>
      <dc:date>2013-10-14T21:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug migo transaction?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-migo-transaction/m-p/9775604#M1776930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you tried the update debugging? some how your ZPROGRAM might be called in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Try the following:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Put break points on the first executable line in you ZREPORT.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to MIGO&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Press the debugging configurations:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/298167" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark the check box "Update debuging" and save the options:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/298168" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Make sure before doing F8, you have more sessions available. If you are using 6 sap windows the update debugging won't work.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A new debbuger window will appear, and you can press F8 to see if it stops on your ZREPORT.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: This session is triggered after commit work statement. All the function modules called with the addition "IN UPDATE TASK" will be called successively in the order they were submited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Other ways to do this:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is see you program's where used list and put breakpoints in every place.&lt;/LI&gt;&lt;LI&gt;Put breakpoints at statements "Submit" and "call transaction" during the MIGO online debugging and Update debugging. (press F9 after start the debugging and insert the mentioned values).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;José Vília&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 11:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-migo-transaction/m-p/9775604#M1776930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-15T11:32:14Z</dc:date>
    </item>
  </channel>
</rss>

