<?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 Function IDOC_INPUT_ORDERS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505372#M566302</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;While creating the order thru Idoc the BDC is getting failed for some particular order type(AUART) and order reason(AUGRU).&lt;/P&gt;&lt;P&gt;I have hardcoded the order type and order reason for some particular data in the segments in the structure DXVBAK in exit EXIT_SAPLVEDA_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if sy-subrc = 0 and flag = 'X'.&lt;/P&gt;&lt;P&gt;  move dxvbak to xvbak.&lt;/P&gt;&lt;P&gt;  XVBAK-AUART = 'FD'.&lt;/P&gt;&lt;P&gt;  XVBAK-AUGRU = 'F04'.&lt;/P&gt;&lt;P&gt;  move xvbak to dxvbak.&lt;/P&gt;&lt;P&gt;endif.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any restriction maintained at customization level for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply back as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 20:25:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T20:25:21Z</dc:date>
    <item>
      <title>Function IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505372#M566302</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;While creating the order thru Idoc the BDC is getting failed for some particular order type(AUART) and order reason(AUGRU).&lt;/P&gt;&lt;P&gt;I have hardcoded the order type and order reason for some particular data in the segments in the structure DXVBAK in exit EXIT_SAPLVEDA_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if sy-subrc = 0 and flag = 'X'.&lt;/P&gt;&lt;P&gt;  move dxvbak to xvbak.&lt;/P&gt;&lt;P&gt;  XVBAK-AUART = 'FD'.&lt;/P&gt;&lt;P&gt;  XVBAK-AUGRU = 'F04'.&lt;/P&gt;&lt;P&gt;  move xvbak to dxvbak.&lt;/P&gt;&lt;P&gt;endif.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any restriction maintained at customization level for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply back as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 20:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505372#M566302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T20:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Function IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505373#M566303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you udating anything using BDC ? if so use update mode 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction tcode using bdcdata &lt;/P&gt;&lt;P&gt;                        mode 'N'&lt;/P&gt;&lt;P&gt;                        update 'S'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 20:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505373#M566303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T20:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505374#M566304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not changing the BDC...it is a standard program....just changing the structure in the exit....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 20:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505374#M566304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T20:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function IDOC_INPUT_ORDERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505375#M566305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vijendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are passing order type FD ,try to pass as KL and see the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be data issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 00:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-idoc-input-orders/m-p/2505375#M566305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T00:54:43Z</dc:date>
    </item>
  </channel>
</rss>

