<?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: Break-Point Does not Trigger while Saving Shipment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430162#M1051716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Thanks for the reply. As you rightly said, when the Output Type is Processed with RSNAST00, I go to the Debugging Mode correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          But out of my curiosity, I would like know as to why doesn't it trigger the Debugger immediately when I save the Transaction and the Output Type is proposed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Your responses are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2008 16:16:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-11T16:16:53Z</dc:date>
    <item>
      <title>Break-Point Does not Trigger while Saving Shipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430160#M1051714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I am working on a EDI - Interface for Delivery in which I've written my Code in the Exit EXIT_SAPLV56K_002 in which I am populating the Custom Segments for the Delivery DELVRY05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Now, some of the Fields / Segments are not getting populated though data is present in SAP. So, I've kept a Break Point in my Code to see why the Data is not being Populated in the Segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   However, when I save the Shipment / Delivery, instead of taking me to the Debugging Mode, it simply saves the Document. But, the IDoc gets generated with Status 26.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Can someone tell me as to why doesn't the debugging mode is turned on eventhough I put a Break Point in my Code? I've checked to see whether the Exit is being processed at all by assigning some dummy values to the Fields / Segment which are missing and it takes those Values shows me in the IDoc in WE02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please let me know the reason why Debugging doesn't trigger eventhough I put a Break Point / use a BREAK-POINT Statement / BREAK USERNAME Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430160#M1051714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T14:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Break-Point Does not Trigger while Saving Shipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430161#M1051715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To debug outbound idoc user exits:&lt;/P&gt;&lt;P&gt;Go to shipment&lt;DEL&gt;-&amp;gt; outputs&lt;/DEL&gt;&amp;gt;Further data&lt;/P&gt;&lt;P&gt;You should select &lt;STRONG&gt;Send with periodically scheduled job&lt;/STRONG&gt; (dispatch type1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing this:&lt;/P&gt;&lt;P&gt;Run the report RSNAST00&lt;/P&gt;&lt;P&gt;Give the details(shipment number etc) in the selection screen and execute the report.&lt;/P&gt;&lt;P&gt;Now the program should stop at your breakpoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430161#M1051715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Break-Point Does not Trigger while Saving Shipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430162#M1051716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Thanks for the reply. As you rightly said, when the Output Type is Processed with RSNAST00, I go to the Debugging Mode correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          But out of my curiosity, I would like know as to why doesn't it trigger the Debugger immediately when I save the Transaction and the Output Type is proposed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Your responses are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 16:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430162#M1051716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T16:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Break-Point Does not Trigger while Saving Shipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430163#M1051717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is because when you use process immediately the call is made in a BACKGROUND process and hence does not stop at your break point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 16:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430163#M1051717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Break-Point Does not Trigger while Saving Shipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430164#M1051718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue resoved by myself.&lt;/P&gt;&lt;P&gt;Thanks for all your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 17:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point-does-not-trigger-while-saving-shipment/m-p/4430164#M1051718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T17:33:10Z</dc:date>
    </item>
  </channel>
</rss>

