<?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: Blocking Output types from Triggering. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-output-types-from-triggering/m-p/1653200#M290018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I debugged and found out that the 'EXIT' Statement is being executed in requirement, isn't that enough  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Saket Sinho&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2006 15:41:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-03T15:41:05Z</dc:date>
    <item>
      <title>Blocking Output types from Triggering.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-output-types-from-triggering/m-p/1653198#M290016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client has a requirement that if overall credit status of delivery is 'B' ( Blocked ) then all output types Automatic or Manual associated with the delivery should be blocked. &lt;/P&gt;&lt;P&gt;I added following lines of code in requirements for all output types associated with deliveries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF   KOMKBV2-CMGST CA 'B'.&lt;/P&gt;&lt;P&gt;    SY-SUBRC = 4.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;But we are still able to attach output types to deliveries with credit status blocked, any pointers ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 15:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-output-types-from-triggering/m-p/1653198#M290016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T15:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking Output types from Triggering.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-output-types-from-triggering/m-p/1653199#M290017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Saket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be the issue you are facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are exiting from the current event with the 'EXIT' statment, but the validation is not applicable in the subsequent event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the subsequent event, may be 'END-OF-SELECTION',&lt;/P&gt;&lt;P&gt;insert the following statement, as the first statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK NOT KOMKBV2-CMGST EQ 'B'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 15:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-output-types-from-triggering/m-p/1653199#M290017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T15:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking Output types from Triggering.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-output-types-from-triggering/m-p/1653200#M290018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I debugged and found out that the 'EXIT' Statement is being executed in requirement, isn't that enough  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Saket Sinho&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 15:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocking-output-types-from-triggering/m-p/1653200#M290018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T15:41:05Z</dc:date>
    </item>
  </channel>
</rss>

