<?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: Debugging a Sales Order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101720#M1815098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the solution. It helped!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 08:02:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-07T08:02:54Z</dc:date>
    <item>
      <title>Debugging a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101715#M1815093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would like to find out the process of debugging a sales order creation to find out how plant is determined. And, how does one determine the SAP function modules, forms and master data used in the plant determination process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101715#M1815093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-06T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101716#M1815094</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;if you create or Change a saleorder use first tcode /h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101716#M1815094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-06T13:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101717#M1815095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se24 and open the class CL_EXITHANDLER and double click on the method GET_INSTANCE&amp;nbsp; and put a break-point in &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;cl_exithandler&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;get_class_name_by_interface.&lt;/P&gt;&lt;P&gt;We can get all d exits used as well...&lt;/P&gt;&lt;P&gt;Thanks And regards,&lt;/P&gt;&lt;P&gt;A.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101717#M1815095</guid>
      <dc:creator>former_member188219</dc:creator>
      <dc:date>2014-02-06T13:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101718#M1815096</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;Please check include MV45AF0T_T001W_SELECT. It may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gangadhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 14:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101718#M1815096</guid>
      <dc:creator>former_member223133</dc:creator>
      <dc:date>2014-02-06T14:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101719#M1815097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAPFV45P FORM VBAP-WERKS_ERMITTELN (Include FV45PF0V_VBAP-WERKS_ERMITTELN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is where the plant is determined for a sales order item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find this location,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; After entering all the data in the sales order screen, type /h into the ok command field before pressing enter.&lt;/P&gt;&lt;P&gt;&amp;gt; Then set a watchpoint on field VBAP-WERKS&lt;/P&gt;&lt;P&gt;&amp;gt; If this field is being filled, it will be hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally, plant is filled from the customer master or the material master.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101719#M1815097</guid>
      <dc:creator>former_member223981</dc:creator>
      <dc:date>2014-02-06T16:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101720#M1815098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the solution. It helped!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 08:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-sales-order/m-p/10101720#M1815098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-07T08:02:54Z</dc:date>
    </item>
  </channel>
</rss>

