<?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: Debug PAYEXT Outoing Idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887075#M1479458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;have you test to put a break-point in your function module?&lt;/P&gt;&lt;P&gt;in the process is in background you can't avoid it to go in background:(with classic debugger)&lt;/P&gt;&lt;P&gt;-when you save or F8, activate debugging: /h&lt;/P&gt;&lt;P&gt;-go to the menu SETTINGS&lt;/P&gt;&lt;P&gt;-Activate SYSTEM DEBUGGING/ UPDATE DEBUGGING/IN BACKGROUND TASK: DO NOT PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after let's go debugging, it's stop when the process discover the break-point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 May 2010 11:47:49 GMT</pubDate>
    <dc:creator>sylvain_vels</dc:creator>
    <dc:date>2010-05-19T11:47:49Z</dc:date>
    <item>
      <title>Debug PAYEXT Outoing Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887073#M1479456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue to look into. There is an Outgoing Idoc (Msg type PAYEXT and Basic Type PEXR2002). Some of the segments are missing some data and I have to find out why. In the event module configurations we have defined a Z function module which is responsible for changing data in this Idoc. I have to debug this Idoc now to find out why some segments are not populated properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be grateful to all of you if you can let me know how to stop at break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 10:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887073#M1479456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T10:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debug PAYEXT Outoing Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887074#M1479457</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) put an explicity break point in your function module "break &amp;lt;userid&amp;gt;".&lt;/P&gt;&lt;P&gt;2) Go to transaction with generates the IDOC&lt;/P&gt;&lt;P&gt;3) Before saving the transaction activate debugging using '/h' in command.&lt;/P&gt;&lt;P&gt;4) Save the transaction&lt;/P&gt;&lt;P&gt;5) When the system is in debug mode, Select the menu option "Settings -&amp;gt; Update debugging". &lt;/P&gt;&lt;P&gt;     In the message bar the message "Update debugging switched on" will appear.  Press F8 to continue&lt;/P&gt;&lt;P&gt;     execution.  Processing will stop at the function module where you have created the explicity&lt;/P&gt;&lt;P&gt;     break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 11:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887074#M1479457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T11:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debug PAYEXT Outoing Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887075#M1479458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;have you test to put a break-point in your function module?&lt;/P&gt;&lt;P&gt;in the process is in background you can't avoid it to go in background:(with classic debugger)&lt;/P&gt;&lt;P&gt;-when you save or F8, activate debugging: /h&lt;/P&gt;&lt;P&gt;-go to the menu SETTINGS&lt;/P&gt;&lt;P&gt;-Activate SYSTEM DEBUGGING/ UPDATE DEBUGGING/IN BACKGROUND TASK: DO NOT PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after let's go debugging, it's stop when the process discover the break-point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 11:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887075#M1479458</guid>
      <dc:creator>sylvain_vels</dc:creator>
      <dc:date>2010-05-19T11:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Debug PAYEXT Outoing Idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887076#M1479459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;Save the trasaction and get the object key (if u r  an ABAPEr, ask the object key from functionals).&lt;/P&gt;&lt;P&gt;Pass the object key in selection screen of the program RSNAST00 and also other parameters. when ur executing it, execute in debug mode and see. You can see how the idoc is beeing created here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 12:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-payext-outoing-idoc/m-p/6887076#M1479459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T12:47:53Z</dc:date>
    </item>
  </channel>
</rss>

