<?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 How to debug IDOC_OUTPUT_DESADV01 function customer exist in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-output-desadv01-function-customer-exist/m-p/7085895#M1506627</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 have requirment to add some logic on LVED2FZZ exit, I have added the logic but it is not working as expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put the break points in IDOC_OUTPUT_DESADV01 function module   PERFORM SEGMENTS_FILL -&amp;gt; PERFORM SEND_SEGMENT_E1EDK07_DESADV -&amp;gt; PERFORM USEREXIT_E1EDK07 and triggered the output type from VL02N transaction, But program is not stopped at break points. I want analyze how data is popluting in segments urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the step by step approach to debug  IDOC_OUTPUT_DESADV01 function module from VL02N output type triggering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jun 2010 14:24:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-28T14:24:25Z</dc:date>
    <item>
      <title>How to debug IDOC_OUTPUT_DESADV01 function customer exist</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-output-desadv01-function-customer-exist/m-p/7085895#M1506627</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 have requirment to add some logic on LVED2FZZ exit, I have added the logic but it is not working as expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put the break points in IDOC_OUTPUT_DESADV01 function module   PERFORM SEGMENTS_FILL -&amp;gt; PERFORM SEND_SEGMENT_E1EDK07_DESADV -&amp;gt; PERFORM USEREXIT_E1EDK07 and triggered the output type from VL02N transaction, But program is not stopped at break points. I want analyze how data is popluting in segments urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the step by step approach to debug  IDOC_OUTPUT_DESADV01 function module from VL02N output type triggering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 14:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-output-desadv01-function-customer-exist/m-p/7085895#M1506627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug IDOC_OUTPUT_DESADV01 function customer exist</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-output-desadv01-function-customer-exist/m-p/7085896#M1506628</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;Put a break point in the required part of the User exit. Before saving the data in VL02N, activate debugging by '/h'.  &lt;/P&gt;&lt;P&gt;When the Debugging screen appears, select the menu option, "Settings -&amp;gt; Update Debugging".  System will give the message&lt;/P&gt;&lt;P&gt;"Update debugging turned on" in the status bar.  Proceed with executing the Tcode by pressing F8.  System will &lt;/P&gt;&lt;P&gt;pause the execution on the place where you have created the 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>Tue, 29 Jun 2010 04:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-output-desadv01-function-customer-exist/m-p/7085896#M1506628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T04:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug IDOC_OUTPUT_DESADV01 function customer exist</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-output-desadv01-function-customer-exist/m-p/7085897#M1506629</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;  To debug any of the IDOC output type, select the dispatch time as 1 (Send with periodically scheduled job) and save the output type. set the break point in required place. Now run the program  RSNAST00 with the output type, Object key and Output application. The control stops at the required place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva Prakash P M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 06:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-idoc-output-desadv01-function-customer-exist/m-p/7085897#M1506629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T06:16:54Z</dc:date>
    </item>
  </channel>
</rss>

