<?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 in our user while user executes in another user in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989494#M1605477</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;Go to SE93 and enter your J*** tcode and check what is the program name attached to the tcode.&lt;/P&gt;&lt;P&gt;Then, go to SE38(ABAP Editor) and enter the program name and check what is the issue or you can execute the program by keeping breakpoint. Please check in this way and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shreyansh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2011 06:10:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-24T06:10:56Z</dc:date>
    <item>
      <title>Debugging in our user while user executes in another user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989490#M1605473</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;I have authorization to debug and change values runtime debugging in a client.&lt;/P&gt;&lt;P&gt;I dont have authorization for transaction code J*** for which i need to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that another user logon which have authorization can execute the j*** tcode &lt;/P&gt;&lt;P&gt;and through my user logon i will put break point in standard code and program will be debugged for that user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the two users are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help is this is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 12:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989490#M1605473</guid>
      <dc:creator>former_member242512</dc:creator>
      <dc:date>2011-06-23T12:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in our user while user executes in another user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989491#M1605474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;no the break point will not be visible for other users, but you could enter /h comand in comand line (on top left corner of the screen there you are entering tcode name). before entering final step/action enter /h push enter button and for example post document save changes and so on, debugging mode'll be generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;dez_&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 12:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989491#M1605474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in our user while user executes in another user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989492#M1605475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can debug the code with different types of Breakpoint concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External Breakpoint.&lt;/P&gt;&lt;P&gt;Session Breakpoint&lt;/P&gt;&lt;P&gt;BREAK-POINT&lt;/P&gt;&lt;P&gt;or using /H command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session and external breakpoints are w.r.t User(SY-UNAME). if you have devloper access, you can hardcode the code BREAK-POINT in the requied line and debug the tcode. if you code like BREAK-POINT USERID ,then it will be only for mentioned userid. if only BREAK-POINT then, all the users will be accessing this breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final option and easiest way of debugging irrespective of user is using /H command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Shreyansh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: shreyansh  babagond on Jun 23, 2011 6:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 13:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989492#M1605475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T13:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in our user while user executes in another user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989493#M1605476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the user ( who has authorization to j*** tcode ) doesn't have the authorization to debug, he/she will not be able to debug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 19:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989493#M1605476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T19:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in our user while user executes in another user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989494#M1605477</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;Go to SE93 and enter your J*** tcode and check what is the program name attached to the tcode.&lt;/P&gt;&lt;P&gt;Then, go to SE38(ABAP Editor) and enter the program name and check what is the issue or you can execute the program by keeping breakpoint. Please check in this way and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shreyansh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 06:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989494#M1605477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-24T06:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in our user while user executes in another user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989495#M1605478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All , thanks for your replies.   As per the replies im concluding that if the two users are different the breakpoint needs to be hardcoded externally in the abap code .. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 06:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989495#M1605478</guid>
      <dc:creator>former_member242512</dc:creator>
      <dc:date>2011-06-24T06:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in our user while user executes in another user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989496#M1605479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;If you put Session/External Break-point it wont stop for other users logons.&lt;/P&gt;&lt;P&gt;It is restricted only to your user logon.&lt;/P&gt;&lt;P&gt;If your breakpoint needs to stop for all users then you need to hardcode&lt;/P&gt;&lt;P&gt;the word 'BREAK POINT' only. But since, this is a standard code, this option&lt;/P&gt;&lt;P&gt;is ruled out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do any of the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) try to call the J*** tcode from FM CALL_TRANSACTION_FROM_TABLE and check &lt;/P&gt;&lt;P&gt;    whether it opens, if so, you can debug.&lt;/P&gt;&lt;P&gt;2) Take the other person logon and debug J***. if other person is not having debug&lt;/P&gt;&lt;P&gt;    authorization, goto tcode SRDEBUG, select the other person username &lt;/P&gt;&lt;P&gt;    and Activate Debugging. So that debug option will be available in J***.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 06:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989496#M1605479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-24T06:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in our user while user executes in another user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989497#M1605480</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I believe this will be helpful in this scenario.&lt;/P&gt;&lt;P&gt;if anyone needs to debug any transaction triggered by other user an as a developer may follow below steps-&lt;/P&gt;&lt;P&gt;1. Set external debugger into the code&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;2. Go to Utilities -&amp;gt;Settings&lt;/P&gt;&lt;P&gt;3.Under ABAP editor main tab locate sub-tab Debugging&lt;BR /&gt;&lt;IMG alt="" style="color: inherit;" /&gt;&lt;/P&gt;&lt;P&gt;Here , enter the user name from which Transaction is to be executed.&lt;/P&gt;&lt;P&gt;4.Save the setting.&lt;/P&gt;&lt;P&gt;This will allow developer to debug any report/program statements executed by another user.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Abhishek Kokate&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 09:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-our-user-while-user-executes-in-another-user/m-p/7989497#M1605480</guid>
      <dc:creator>former_member608468</dc:creator>
      <dc:date>2021-11-09T09:38:23Z</dc:date>
    </item>
  </channel>
</rss>

