<?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 doubt ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392820#M814680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                To solve your problem follow the below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First copy the program in to Z.&lt;/P&gt;&lt;P&gt;2. Create one Z transaction and assign the Zprogram which we have copied newly to the Ztransaction.&lt;/P&gt;&lt;P&gt;3. Now put the debug points and execute the program.&lt;/P&gt;&lt;P&gt;               What ever the changes u required do it in Zprogram and do the debugging.comple all your  modifications in Zprogram itself, once it is done copy the modifications which ever did in Zprogram in to original program.I think this will resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koti Reddy Nandaloori&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 22, 2008 9:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 14:02:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T14:02:35Z</dc:date>
    <item>
      <title>Debugging doubt ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392816#M814676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied Program A to Program B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute a transaction , the program A is called ; by setting break points in this program i am able to debug this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I have made some changes in program B and i want to debug this program. I want to debug this program, so i want  this program to be executed instead of Program A when i execute the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And once i am done with debugging stuff, i want the transaction to call the Program A again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this ? and is it possible to do this without affecting the calling  of Program A ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 13:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392816#M814676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T13:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging doubt ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392817#M814677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the program name in the transaction ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say ztrans is the transaction code to call Program1 ... &lt;/P&gt;&lt;P&gt;after coping and changing program2 .. change the Transaction code&lt;/P&gt;&lt;P&gt;ztrans ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se93 enter ztrans and change&lt;/P&gt;&lt;P&gt;give program name as program2 in program and save ..&lt;/P&gt;&lt;P&gt;After debugging program2 .. again change the transaction code ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 13:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392817#M814677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T13:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging doubt ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392818#M814678</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the transaction which calls my program is a standard transaction and the program which is mentioned in the SE93 for the transaction is a standard program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to proceed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 13:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392818#M814678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T13:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging doubt ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392819#M814679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the transaction you are executing is a standard transaction, then you cannot change the program assigned to it. The only way is to create a new z tcode for program B in se93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the std transaction to a z transaction.&lt;/P&gt;&lt;P&gt;Assign program B to that z transaction.&lt;/P&gt;&lt;P&gt;After debug assign program A to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naren Someneni on Feb 22, 2008 7:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 13:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392819#M814679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T13:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging doubt ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392820#M814680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akshay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                To solve your problem follow the below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First copy the program in to Z.&lt;/P&gt;&lt;P&gt;2. Create one Z transaction and assign the Zprogram which we have copied newly to the Ztransaction.&lt;/P&gt;&lt;P&gt;3. Now put the debug points and execute the program.&lt;/P&gt;&lt;P&gt;               What ever the changes u required do it in Zprogram and do the debugging.comple all your  modifications in Zprogram itself, once it is done copy the modifications which ever did in Zprogram in to original program.I think this will resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Koti Reddy Nandaloori&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 22, 2008 9:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 14:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-doubt/m-p/3392820#M814680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T14:02:35Z</dc:date>
    </item>
  </channel>
</rss>

