<?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: Exception to stop further processing in program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386908#M1643496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. If use choose Yes but means button Number 1 it should stop the process and bring me back to vk11&lt;/P&gt;&lt;P&gt;screen to check and change the validty period. &lt;/P&gt;&lt;P&gt;If use choose NO Button (Button Number 2 ) then it should go for further processing without stopping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2011 08:07:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-17T08:07:11Z</dc:date>
    <item>
      <title>Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386902#M1643490</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 am writing enhancement in BADI SD_COND_SAVE_A for VK11 and VK12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BADI execute when we press save button in VK11/12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some condition which i am checking by this BADI. i want to stop the save processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which command should i use for it to stop processing of saving. i dont want to come out from screen just stop processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 06:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386902#M1643490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T06:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386903#M1643491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;MESSAGE TYPE 'E' TO stop the saving process, it will not proceed further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 06:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386903#M1643491</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-17T06:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386904#M1643492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i stop the processing using message Type 'E' its bring me back to VK11 but in display mode &lt;/P&gt;&lt;P&gt;and i can not change the thing which cause exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handel it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 07:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386904#M1643492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386905#M1643493</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;check your the code as per your condidtion. If condition fails then write 'break-point' in between. so that the cursor will stop at that point. and if you want to pass any error message you can write after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 07:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386905#M1643493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T07:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386906#M1643494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Code is like this but its not stopping on break-point.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'POPUP_TO_DECIDE'
  EXPORTING
*   DEFAULTOPTION           = '1'
    TEXTLINE1               = 'Validity Period is more than 30 Days'
    TEXTLINE2               = 'Do You Want To Change Validty Period'
*   TEXTLINE3               = ' '
    TEXT_OPTION1            = 'Yes'
    TEXT_OPTION2            = 'No'
*   ICON_TEXT_OPTION1       = ' '
*   ICON_TEXT_OPTION2       = ' '
    TITEL                   = 'Validity Warning'
*   START_COLUMN            = 25
*   START_ROW               = 6
*   CANCEL_DISPLAY          = 'X'
 IMPORTING
    ANSWER                  =  v_answer
          .
if v_answer = '1'.
  break-point.
*MESSAGE 'Further Processing are stopped'  TYPE 'E'.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 07:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386906#M1643494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T07:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386907#M1643495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do You want to stop the process at POP UP itself ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386907#M1643495</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-17T08:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386908#M1643496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. If use choose Yes but means button Number 1 it should stop the process and bring me back to vk11&lt;/P&gt;&lt;P&gt;screen to check and change the validty period. &lt;/P&gt;&lt;P&gt;If use choose NO Button (Button Number 2 ) then it should go for further processing without stopping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386908#M1643496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T08:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386909#M1643497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Just now seen the documentation of 'POPUP_TO_DECIDE' FM&lt;/P&gt;&lt;P&gt;SAP suggested not to use this FM, its Obsolete, instead of this FM, use FM  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;POPUP_TO_CONFIRM&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386909#M1643497</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-17T08:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386910#M1643498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above code will triggers one POPUP Screen with YES, NO, CANCEL options.&lt;/P&gt;&lt;P&gt;If you press YES then only your BREAK-POINT will trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386910#M1643498</guid>
      <dc:creator>former_member186055</dc:creator>
      <dc:date>2011-11-17T08:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386911#M1643499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also Try,..(not sure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_answer = '1'.&lt;/P&gt;&lt;P&gt;      LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;      LEAVE SCREEN.&lt;/P&gt;&lt;P&gt; *break-point.&lt;/P&gt;&lt;P&gt;*MESSAGE 'Further Processing are stopped'  TYPE 'E'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386911#M1643499</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-17T08:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386912#M1643500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear if i put message type E statement its stopped and go to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now the problem is its come back in display mode and if i press enter button its give me a message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$$00000001 in function Group  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and program is terminated.&lt;/P&gt;&lt;P&gt;&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;Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386912#M1643500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T08:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386913#M1643501</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;Try using 'LEAVE to TRANSACTION vk11' statement on clicking 'Yes'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386913#M1643501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T08:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386914#M1643502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following error is comming while compiling the code.&lt;/P&gt;&lt;P&gt;Field "VK11" is unknown. It is neither in one of the specified tables&lt;/P&gt;&lt;P&gt;nor defined by a "DATA" statement . . . . . . . . . .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386914#M1643502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T08:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386915#M1643503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use FM POPUP_TO_CONFIRM instead of POPUP_TO_DECIDE&lt;/P&gt;&lt;P&gt;and test.&lt;/P&gt;&lt;P&gt;For Message TYPE 'E'.. You use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE TYPE 'S' DISPLAY LIKE 'E'.. 
RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;test..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386915#M1643503</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-17T08:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386916#M1643504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no its did not stop the process. its saved the record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386916#M1643504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T08:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386917#M1643505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the F1 documentation for the correct format of this statement, but still let me write it for you:-&lt;/P&gt;&lt;P&gt;LEAVE TO TRANSACTION 'VK11'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 08:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386917#M1643505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T08:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386918#M1643506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is no other way to stop the processing in this case expect &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"MESSAGE TYPE 'E' "&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You should do something after it happens. (***&lt;/P&gt;&lt;P&gt;or else... &lt;/P&gt;&lt;P&gt;you use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;**WHILE v_answer NE '1'.**
**&amp;lt;....yOUR fm IS HERE ...&amp;gt;**
**ENDWHILE.**&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;it will not stop the loop untill other than option 1 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 09:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386918#M1643506</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-17T09:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386919#M1643507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see this badi getting called in function SD_CONDITION_SAVE_EXIT which is a &lt;STRONG&gt;update function&lt;/STRONG&gt;( Reason why the debugger is not stopping, activate update debugging). You should not raise message inside it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i stop the processing using message Type 'E' its bring me back to VK11 but in display mode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And i wonder how this happens to you. It should abort the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 09:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386919#M1643507</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-11-17T09:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386920#M1643508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then where i can put validation for vk11.&lt;/P&gt;&lt;P&gt;while SD_COND_SAVE_A is update badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help will be higly appricated.&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;Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 10:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386920#M1643508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T10:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exception to stop further processing in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386921#M1643509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look into 00503305  [Dynamic Field Check in Condition Maintenance|http://help.sap.com/saphelp_470/helpdata/en/08/c81b18e83511d2ace30000e8a5bd28/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 10:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-to-stop-further-processing-in-program/m-p/8386921#M1643509</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-11-17T10:47:14Z</dc:date>
    </item>
  </channel>
</rss>

