<?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: Production Debugging Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777751#M1878557</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;1. Do you have Debug Authorization in PRD Client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if yes, try to fetch the Dynamic Function Module name, with respect to Adobe Forms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or execute the Adobe Forms manually, you will get the trigger function module name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Goto SE37, and search the code, which has been written in Adobe. (Search with [in main program])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Put the Break-point and execute the Program. While executing system will stop the process on break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2014 12:13:12 GMT</pubDate>
    <dc:creator>ipravir</dc:creator>
    <dc:date>2014-12-24T12:13:12Z</dc:date>
    <item>
      <title>Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777750#M1878556</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am facing one error situation in production system for an adobe form. This issue we are not able to replicate in development or quality system. Wrong information is displayed for a particular data in adobe forms. The program codes written in this adobe forms runs as a background task. So how can I debug this particular piece of code in production system. In development system I gave an infinite loop in the code and through SM50 i debugged the program. But how to debug in production system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 12:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777750#M1878556</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2014-12-24T12:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777751#M1878557</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;1. Do you have Debug Authorization in PRD Client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if yes, try to fetch the Dynamic Function Module name, with respect to Adobe Forms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or execute the Adobe Forms manually, you will get the trigger function module name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Goto SE37, and search the code, which has been written in Adobe. (Search with [in main program])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Put the Break-point and execute the Program. While executing system will stop the process on break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 12:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777751#M1878557</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-24T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777752#M1878558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the code in the interface code&amp;nbsp; is run background. So i assume it would never go into the debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 12:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777752#M1878558</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2014-12-24T12:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777753#M1878559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to use a temporary statement like this instead of an endless loop:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;WAIT&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;UP&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;TO&lt;/SPAN&gt; &lt;SPAN style="color: #3399ff;"&gt;10&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;SECONDS&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So, you will have 10 (or more) seconds to debug your code through SM50. And business process will not suffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;George Shlyahov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 13:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777753#M1878559</guid>
      <dc:creator>GeorgeShlyakhov</dc:creator>
      <dc:date>2014-12-24T13:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777754#M1878560</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;Through &lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;JDBG T-Code you can debug a back-ground job.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start a selected Job Debugging, once you have started the Debugging, you can search your respective bunch of code and you can analysis the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 13:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777754#M1878560</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-24T13:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777755#M1878561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you mean i have to write this code and send it to production ? Any other ways to debug this in production ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 13:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777755#M1878561</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2014-12-24T13:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777756#M1878562</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;Which code? Is you Program and Adobe Form is already in PRD Client or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If is it in PRD then below Steps to Follow to debug in Background Process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Execute your program in PRD Client,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Go to SM37 T-Code and through the JDBG you can debug the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Based on that you can analysis the current program and Adobe Form logic and code,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;4. Then your can change the same in your DEV Client and make your logic as per your requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then send your changes to PRD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 14:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777756#M1878562</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-24T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777757#M1878563</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;First you should have FF(Fire Fighter) ID in order to debug some thing in Production environment. &lt;/P&gt;&lt;P&gt;For background debug, while you are saving the job start debugging and start update debugging ON from debugging option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once job is saved, automatically update debugging will start and then now you can keep your break points(using debug break point option(Breakpoints --&amp;gt; Break point at--&amp;gt; XXX)) and execution will stop at the desired(interface) point.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 15:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777757#M1878563</guid>
      <dc:creator>sagar_pawar14</dc:creator>
      <dc:date>2014-12-24T15:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777758#M1878564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I tried your solution. But nothing is getting showed in SM37. This adobe form is actually called from a webdynpro based application. (SAP PLM) Not getting any idea on how to debug. I tried putting external debugger point also. But no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777758#M1878564</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2014-12-26T11:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777759#M1878565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the WebDynpro Program is Standard Program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777759#M1878565</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-26T11:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777760#M1878566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is regarding PLM labels. The program which runs the adobe forms is a custom program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777760#M1878566</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2014-12-26T11:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777761#M1878567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;Ok, If you know the Adobe Forms Name, go to the &lt;STRONG&gt;SFP&lt;/STRONG&gt; T-Code and give the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then Execute through execute button, you will get the Respective Function Module Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the Function Module and go to &lt;STRONG&gt;SE37&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the Function Module and Search your Code space through SEARCH IN ALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that put a breakpoint in particular line of code, break point should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"SET/DELETE EXTERNAL BREAKPOINT&lt;/STRONG&gt; "&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/615184" /&gt;&lt;/P&gt;&lt;P&gt;After that execute your web dynpro application and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 11:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777761#M1878567</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-26T11:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777762#M1878568</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;I tried that also..by giving program name in se38 by adding F01 &amp;amp; L in the program name. Still no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777762#M1878568</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2014-12-26T12:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Production Debugging Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777763#M1878569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, this the way we use to debug the Smartforms and Adobe Forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if we are trying to debug the Web Dynrpo related object, then we use &lt;STRONG&gt;EXTERNAL BREAKPOINT&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go for one more way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to &lt;STRONG&gt;ST05&lt;/STRONG&gt; T-code. and trace the Function Module information, which are triggering while executing the respective web dynpro application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try to debug the any one of the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are able to debug, then you have to search the respect function module or class, which contains the Adobe Forms Information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or If you are not able to debug any of the code through the EXTERNAL BREAKPOINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check the &lt;STRONG&gt;SU53&lt;/STRONG&gt; (Authorization) T-code, whether you have sufficient authorization to debug the objects or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 12:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-debugging-issue/m-p/10777763#M1878569</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2014-12-26T12:24:12Z</dc:date>
    </item>
  </channel>
</rss>

