<?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 help wit user-exit code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548147#M1429128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to set the default order reason in the userexit MV45AFZZ and I have question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF vbak-auart = 'ZCO'.&lt;/P&gt;&lt;P&gt;        IF vbak-vtweg = '01'.&lt;/P&gt;&lt;P&gt;          vbak-augru = 'COG'.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine and ok, but how to set it up, that another order reason will be possible to enter. If I leave like this you can't change the order reason on sales order if you need to take other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have that the default order reason is ZCO, but in a few cases I need to enter (manually at sales order) also ZCI order reason,&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Saso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2010 09:38:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-22T09:38:18Z</dc:date>
    <item>
      <title>help wit user-exit code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548147#M1429128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to set the default order reason in the userexit MV45AFZZ and I have question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF vbak-auart = 'ZCO'.&lt;/P&gt;&lt;P&gt;        IF vbak-vtweg = '01'.&lt;/P&gt;&lt;P&gt;          vbak-augru = 'COG'.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine and ok, but how to set it up, that another order reason will be possible to enter. If I leave like this you can't change the order reason on sales order if you need to take other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have that the default order reason is ZCO, but in a few cases I need to enter (manually at sales order) also ZCI order reason,&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Saso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 09:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548147#M1429128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-22T09:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: help wit user-exit code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548148#M1429129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not getting what you want. Please be clear.&lt;/P&gt;&lt;P&gt;If your order type is 'ZCO' you want the order reason to be  CUG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you mean to say that in order types 'ZCO' itself you have to change the order reason ?&lt;/P&gt;&lt;P&gt;In that case you can go to the screen and change it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 09:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548148#M1429129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-22T09:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: help wit user-exit code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548149#M1429130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the catch was distribution channel.... customizing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 10:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548149#M1429130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-22T10:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: help wit user-exit code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548150#M1429131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me. I am getting a dump when clicking on any one of the task lists in tcode CLOCO&lt;/P&gt;&lt;P&gt;A RAISE statement in the program "CL_ALV_TREE_BASE==============CP" raised the &lt;/P&gt;&lt;P&gt;exception condition "ERROR". &lt;/P&gt;&lt;P&gt;Since the exception was not intercepted by a superior program, processing was terminated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program CL_ALV_TREE_BASE==============CP &lt;/P&gt;&lt;P&gt;Include CL_ALV_TREE_BASE==============CM014 &lt;/P&gt;&lt;P&gt;Row 14 &lt;/P&gt;&lt;P&gt;Module type (METHOD) &lt;/P&gt;&lt;P&gt;Module Name QUEUE_APPEND_NODES &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD ME-&amp;gt;QUEUE_APPEND_NODE &lt;/P&gt;&lt;P&gt;9 EXPORTING I_NODE_KEY = L_NODE_KEY &lt;/P&gt;&lt;P&gt;10 I_MODE = I_MODE &lt;/P&gt;&lt;P&gt;11 exceptions others = 1. &lt;/P&gt;&lt;P&gt;12 &lt;/P&gt;&lt;P&gt;13 if sy-subrc ne 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 06:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-wit-user-exit-code/m-p/6548150#M1429131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-24T06:01:25Z</dc:date>
    </item>
  </channel>
</rss>

