<?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: Not able to debug inbound mail processing exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324877#M1728678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get solution for this issue as you were facing the similar issue. This issue is not with outgoing &lt;/P&gt;&lt;P&gt;mails.&amp;nbsp; This issue is with incoming mails to the SAP system. The above program can used to check the&lt;/P&gt;&lt;P&gt;outgoing mails from the system. The transaction is SOST. For incoming mails, you can use SOIN transaction. I can find mails in the inbound but the exit class is not working. So I need to debug the &lt;/P&gt;&lt;P&gt;exit class using SM50 transaction.&amp;nbsp; When I try to resend the mail from SOIN, it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2013 01:46:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-11T01:46:48Z</dc:date>
    <item>
      <title>Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324875#M1728676</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;I want to debug an inbound mail processing. I have used SAPCONNECT user id in SICF transaction and have changed the user type from system to dialog and &lt;/P&gt;&lt;P&gt;assigned debugging authorization to the user SAPCONNECT.&amp;nbsp; In my exit class, I have written the code to wait for some time. After submitting mail from outlook&lt;/P&gt;&lt;P&gt;to SAP, I went to SM50 transaction and tried to debug by selecting program -&amp;gt; debugging option. But the debugging session is not opened in production&lt;/P&gt;&lt;P&gt;system. In development system, it is working. I have opened only session and tried in production but not able to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue:&amp;nbsp; When we submit adobe offline form from outlook to SAP system, it is reaching the system and it can be found in inbound queue in SOIN transaction.&lt;/P&gt;&lt;P&gt;When I checked the trace, it is showing that the exit class is processed successfully. This exit class should process the form and send the mail back to the user.&lt;/P&gt;&lt;P&gt;But it is not working in production.&amp;nbsp; When I resend the form in SOIN&amp;nbsp; transaction, it is processing the form and it is sending the mail back to the user.&lt;/P&gt;&lt;P&gt;I wanted to check why the form is not getting processed while submitting the form from outllook. So I want to debug using SM50. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I request you to help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Mar 2013 12:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324875#M1728676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-10T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324876#M1728677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Even we were facing the similar Issue we have used the program RSSOSOSTSTAT and FM &lt;/P&gt;&lt;P&gt;&amp;nbsp; SX_SNDREC_SELECT you cant get all the mails and their status.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Mar 2013 14:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324876#M1728677</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2013-03-10T14:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324877#M1728678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get solution for this issue as you were facing the similar issue. This issue is not with outgoing &lt;/P&gt;&lt;P&gt;mails.&amp;nbsp; This issue is with incoming mails to the SAP system. The above program can used to check the&lt;/P&gt;&lt;P&gt;outgoing mails from the system. The transaction is SOST. For incoming mails, you can use SOIN transaction. I can find mails in the inbound but the exit class is not working. So I need to debug the &lt;/P&gt;&lt;P&gt;exit class using SM50 transaction.&amp;nbsp; When I try to resend the mail from SOIN, it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 01:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324877#M1728678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-11T01:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324878#M1728679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just Check if you get any Similar FM in the program of SM50 where it fecthes all the workitems on a particular date.Let me know the program name for SM50 i will check and let you know.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 03:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324878#M1728679</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2013-03-12T03:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324879#M1728680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to debug the workprocess using SM66 or SM50, it is showing that the debugging started but&lt;/P&gt;&lt;P&gt;the debugging session (window) is not opening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to debug the inbound mail processing, so I need to use SM66.&amp;nbsp; When we resend the mail from&lt;/P&gt;&lt;P&gt;inbound queue, it is working. So I need to debug the process when I submit the form from outlook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is strange issue. It may be system issue or basis issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 07:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324879#M1728680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-13T07:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324880#M1728681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried to debug the inbound exit using SM66 transaction, I was not able to do this since the &lt;/P&gt;&lt;P&gt;debugger session was not opened.&amp;nbsp; We have multiple application servers in production system.&lt;/P&gt;&lt;P&gt;When I checked the work process, it was running on center instance application server. So I logged into&lt;/P&gt;&lt;P&gt;central instance application server and then tried to debug the work process. Then it opened the debugger session and then I was able to debug the issue.&amp;nbsp; In this case, there was exception in adobe standard &lt;/P&gt;&lt;P&gt;class while processing the adobe offline form.&amp;nbsp; Then we found that the HTTPS service was deactivated, so it was not processing the adobe offline form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have activated the HTTPS service on the central instance server and then the offline form was started&lt;/P&gt;&lt;P&gt;working and the issue was resolved.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you if you get the similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 07:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324880#M1728681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-22T07:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324881#M1728682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Jay,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Your solution is too complex for me. Can you please explain how to identify the Central Instance server in a particular landscape?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I am also trying with the below solution. Please advise whether this will work or not.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The user name of our SAPCONNECT user is SMTPUSER. I have the password and will get debugging rights attached to it. Cant I debug with this user, as this user creates the whole trace logs etc?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 07:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324881#M1728682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-27T07:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324882#M1728683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have debugging rights for the SAPCONNECT user, you can debug the inbound exit.&lt;/P&gt;&lt;P&gt;There are two ways to debug the inbound exit. You need to write a code to sleep for some time in the &lt;/P&gt;&lt;P&gt;exit class, so that it will stop and you can go to SM66 and debug the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, you can create break loop in the queue administration under service functions in the SCOT transaction. Here you can specify how much time it should stay idle.&amp;nbsp; Once it is created, you can send&lt;/P&gt;&lt;P&gt;the mail and go to SM66. There you can find the job and you can debug from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our production system, we have multiple applicaiton servers. The system owner can give what are the&lt;/P&gt;&lt;P&gt;central instances. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regars,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 11:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324882#M1728683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-27T11:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324883#M1728684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay and each and everybody who is facing a problem to debug inbound exit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We found an easy method to debuginbound exit configured in SO50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1:- Go to transaction SOIN. Find your mail here. Your recent mail will be the top most entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:- Click on SEND REQUEST at the topmost left corner of this screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3:- Click on Send again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4:- Click on Send again. If it fails once, try again and again until SMTP Envelope screen opens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 5:- Change the 3rd entry DSN(N,E,A) to "A" and click OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 6:- Press F8. Here your break point should trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clue is from trace file of Inbound mail. By default HANDLE_REQUEST of CL_SMTP_EXT_SAPCONNECT will be triggered if any mail comes into SAP. This will be defined in Handler class of SAPCONNECT. HANDLER_REQUEST will call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; call method bcs_send_req-&amp;gt;ibnd_proc_post_decr( In system line 260). This method will call EXIT_PROCESSING at line 28. This method will find your exit defined in SO50 and will call PROCESS_INBOUND of your exit. Thats it.&amp;nbsp; Happy debugging from now on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A KIND REQUEST TO EACH AND EVERYBODY. PLEASE DO NOT USE COMPLEX TERMS WHILE GIVING YOUR SOLUTIONS. SCN WILL BE REFERRED BY ROOKIES AS WELL AS EXPERTS. GIVE YOUR SOLUTIONS IN NEAT AND LAYMAN TERMS SO THAT EACH AND EVERYBODY CAN UNDERSTAND. THIS WILL SERVE THE PURPOSE OF THIS SITE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 10:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324883#M1728684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-29T10:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324884#M1728685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a small addition to my earlier posting. MIME should be activated before following the above process. So first of all, run program RSCONN06 with "Always save" for Inbound mails. Now follow the above process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324884#M1728685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-01T14:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug inbound mail processing exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324885#M1728686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above process will be used when you want to debug the inbound exit class by resending the inbound mail. If you want to debug the inbound exit class while sending mail from outlook to SAP, you can follow&lt;/P&gt;&lt;P&gt;the process which I mentioned in my above reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the information here. It may be helpful for others if they have any issue while debugging&lt;/P&gt;&lt;P&gt;the inbound exit class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 02:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-debug-inbound-mail-processing-exit/m-p/9324885#M1728686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-02T02:22:57Z</dc:date>
    </item>
  </channel>
</rss>

