<?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: Debugging standard tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103438#M1972880</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;There are different ways to find out the enhancement options and customer exits, You can find many blogs on the same on how to find the enhancement options. Below Blog gives you a detailed understanding on the same.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2014/04/19/methods-to-find-customeruser-exits-badis-for-a-transaction-code/"&gt;https://blogs.sap.com/2014/04/19/methods-to-find-customeruser-exits-badis-for-a-transaction-code/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However during your debugging if you come across certain keywords which are part of enhancement options you can have a closer look on the same.&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2019 12:04:18 GMT</pubDate>
    <dc:creator>former_member1716</dc:creator>
    <dc:date>2019-09-17T12:04:18Z</dc:date>
    <item>
      <title>Debugging standard tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103432#M1972874</link>
      <description>&lt;P&gt; Hi All,&lt;/P&gt;
  &lt;P&gt;I face difficulty while debugging standard tcode like MC94. Can you provide the proper debugging process for STANDARD tcode and help me to understand the debug techniques for standard objects.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 17:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103432#M1972874</guid>
      <dc:creator>prahul20995</dc:creator>
      <dc:date>2019-09-16T17:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging standard tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103433#M1972875</link>
      <description>&lt;P&gt;Hello Rahul,&lt;/P&gt;&lt;P&gt;You question is very generic and has no definite aim. Unless you mention and explain clearly what difficulty it is, this question cannot be answered.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vamshi.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 17:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103433#M1972875</guid>
      <dc:creator>vamshi_mohan</dc:creator>
      <dc:date>2019-09-16T17:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging standard tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103434#M1972876</link>
      <description>&lt;P&gt;Hello Rahul,&lt;/P&gt;&lt;P&gt;Kindly tell us the objective of  your debugging, with out which we cannot answer your exact requirement.&lt;/P&gt;&lt;P&gt;In general, You have to  type "/H" in your command bar followed by the T-Code you want to t-code. This will trigger the debugging screen, now you will be displayed with different debugging screen options (Desktop 1, Desktop 2 and Desktop 3). You will have another Tab called Globals which will display all the variables in the current context.&lt;/P&gt;&lt;P&gt;There is another tab called "STACK" which will help us understand the flow of the program. &lt;/P&gt;&lt;P&gt;This is just a general idea, from here on its all about your objective.&lt;/P&gt;&lt;P&gt;Hope it Helps!!!&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 04:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103434#M1972876</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2019-09-17T04:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging standard tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103435#M1972877</link>
      <description>&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;If you are concerned about any error messages that has come up in MC94, and you want to debug and find the root cause, give your inputs in the screen and give /h in the command and proceed with the action (Enter or any button press) in your screen. Once the debugger opens up, navigate to Menu  Breakpoints -&amp;gt; Breakpoint at -&amp;gt;Breakpoint at message. Give your error message class and number, continue. Press F8, and the control will reach to point of error. From here you can analyse the previous lines of code which has lead to the error.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 04:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103435#M1972877</guid>
      <dc:creator>mhdnyz83</dc:creator>
      <dc:date>2019-09-17T04:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging standard tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103436#M1972878</link>
      <description>&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;Thanks for your valuable information.My aim of this question is regarding when i debug a standard tcode like mc94 what are required things/steps that to be noted like you mentioned stack which help in understand the flow of program.And also i need to know in standard tcode for eg MC94 tcode how to find the customer exit or badi and debug it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 10:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103436#M1972878</guid>
      <dc:creator>prahul20995</dc:creator>
      <dc:date>2019-09-17T10:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging standard tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103437#M1972879</link>
      <description>&lt;P&gt;Hi Mohammed ,&lt;/P&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 11:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103437#M1972879</guid>
      <dc:creator>prahul20995</dc:creator>
      <dc:date>2019-09-17T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging standard tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103438#M1972880</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;There are different ways to find out the enhancement options and customer exits, You can find many blogs on the same on how to find the enhancement options. Below Blog gives you a detailed understanding on the same.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2014/04/19/methods-to-find-customeruser-exits-badis-for-a-transaction-code/"&gt;https://blogs.sap.com/2014/04/19/methods-to-find-customeruser-exits-badis-for-a-transaction-code/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However during your debugging if you come across certain keywords which are part of enhancement options you can have a closer look on the same.&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 12:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-standard-tcode/m-p/12103438#M1972880</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2019-09-17T12:04:18Z</dc:date>
    </item>
  </channel>
</rss>

