<?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: Error message on Availability check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266692#M1632618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the exit &lt;STRONG&gt;EXIT_SAPLATPC_002&lt;/STRONG&gt; on FM AVAILABILITY_CHECK_CONTROLLER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I'm on VA01 checking a material with a valid combination on APO, the system passes through this exit after the gatp check, but when there's no combination, the gatp check throws an exception that is treated BEFORE the exit 002... so I can't reach it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the right exit?&lt;/P&gt;&lt;P&gt;Could you suggest me another exit where I can see the results from the gatp check!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 02:21:34 GMT</pubDate>
    <dc:creator>luizfelipe_martin</dc:creator>
    <dc:date>2011-10-13T02:21:34Z</dc:date>
    <item>
      <title>Error message on Availability check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266689#M1632615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on a G-ATP project and I need to do some changes in availability messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the R/3 system, on VA01, when I try to create an order with no combinations created on APO for customer or material, etc.. a message is raised: "Characteristic combination not found for item &amp;lt;item code&amp;gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message is raised through a confirmation popup, but I need it to be sent as an ERROR MESSAGE, on the foot of the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message is raised on include LV03VFN1, line 52 to be exact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now comes my question:&lt;/P&gt;&lt;P&gt;Right before the message calling, there is a call to a function:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Begin of ND exit coding ----------------------------------------------
      CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK'
           EXCEPTIONS
                EXITS_NOT_ACTIVE = 1
                OTHERS           = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imagine there is a way of finding an user-exit that displays this messages the way I want to ... but I can't find this user-exit anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to find it? Or at least show me the way to it...?&lt;/P&gt;&lt;P&gt;Already looked at a lot of exits and still couldn't find the one to manipulate this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 23:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266689#M1632615</guid>
      <dc:creator>luizfelipe_martin</dc:creator>
      <dc:date>2011-10-05T23:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error message on Availability check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266690#M1632616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USEREXIT_AVAILABILITY_OUT might work for me... is there any way I can check on this user exit if the combination is valid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, problem solved, but I still can't find anything that shows me the error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: lfpmartin on Oct 11, 2011 7:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 17:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266690#M1632616</guid>
      <dc:creator>luizfelipe_martin</dc:creator>
      <dc:date>2011-10-06T17:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error message on Availability check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266691#M1632617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use exit that are available in Function Module AVAILABILITY_CHECK. this function module will call APO for GATP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here once the BAPI call is completed inside this FM for GATP you can check the return parameters and raise an error message as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 20:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266691#M1632617</guid>
      <dc:creator>Jay71</dc:creator>
      <dc:date>2011-10-12T20:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error message on Availability check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266692#M1632618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the exit &lt;STRONG&gt;EXIT_SAPLATPC_002&lt;/STRONG&gt; on FM AVAILABILITY_CHECK_CONTROLLER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I'm on VA01 checking a material with a valid combination on APO, the system passes through this exit after the gatp check, but when there's no combination, the gatp check throws an exception that is treated BEFORE the exit 002... so I can't reach it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the right exit?&lt;/P&gt;&lt;P&gt;Could you suggest me another exit where I can see the results from the gatp check!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 02:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-on-availability-check/m-p/8266692#M1632618</guid>
      <dc:creator>luizfelipe_martin</dc:creator>
      <dc:date>2011-10-13T02:21:34Z</dc:date>
    </item>
  </channel>
</rss>

