<?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 Sales order user exit using inbound idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-sales-order-user-exit-using-inbound-idoc/m-p/7168450#M1516917</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;IDOC for creating Sales order uses BDC recording.&lt;/P&gt;&lt;P&gt;If you can go via WE19 than put break point in FM "IDOC_INPUT_ORDERS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIne no 118 -    CASE XAPRAU. " In ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is code to call transaction for VA01.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Snippet code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'VA01' USING BDCDATA&lt;/P&gt;&lt;P&gt;                            MODE  INPUT_METHOD&lt;/P&gt;&lt;P&gt;                            UPDATE 'S'&lt;/P&gt;&lt;P&gt;                            MESSAGES INTO XBDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer Desai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 21:39:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-18T21:39:14Z</dc:date>
    <item>
      <title>Debug Sales order user exit using inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-sales-order-user-exit-using-inbound-idoc/m-p/7168449#M1516916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an ORDERS inbound IDOC which when posted creates a Sales order in our system. I want to set a break point during the 'SAVE' of this Sales order creation process. I did put a break point, which stops when i create sales order from VA01..But not through RBDAPP01 program or we19 using Standard Inbound or Inbound function module, it does not stop at the break point.&lt;/P&gt;&lt;P&gt;Am I doing this correcly ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 18:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-sales-order-user-exit-using-inbound-idoc/m-p/7168449#M1516916</guid>
      <dc:creator>former_member125661</dc:creator>
      <dc:date>2010-08-18T18:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Sales order user exit using inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-sales-order-user-exit-using-inbound-idoc/m-p/7168450#M1516917</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;IDOC for creating Sales order uses BDC recording.&lt;/P&gt;&lt;P&gt;If you can go via WE19 than put break point in FM "IDOC_INPUT_ORDERS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIne no 118 -    CASE XAPRAU. " In ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is code to call transaction for VA01.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Snippet code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'VA01' USING BDCDATA&lt;/P&gt;&lt;P&gt;                            MODE  INPUT_METHOD&lt;/P&gt;&lt;P&gt;                            UPDATE 'S'&lt;/P&gt;&lt;P&gt;                            MESSAGES INTO XBDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer Desai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 21:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-sales-order-user-exit-using-inbound-idoc/m-p/7168450#M1516917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T21:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Sales order user exit using inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-sales-order-user-exit-using-inbound-idoc/m-p/7168451#M1516918</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;First put a break point in the function module &lt;STRONG&gt;idoc_input_ordesr&lt;/STRONG&gt; and then put a break point in the place where you want to stop in the VA01 transaction, then it will stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First put the above break points and then execute your RBDAPP01 or WE19 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will definitely stop, if not let me know. I can help you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 04:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-sales-order-user-exit-using-inbound-idoc/m-p/7168451#M1516918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-23T04:35:06Z</dc:date>
    </item>
  </channel>
</rss>

