<?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: SD_COND_SAVE_A -  Program termination in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181207#M463858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initially I have some logic written in this BADI. However after receiving dumps and issues in the standard SAP screens, I have removed all the code and checked with simple warning message.&lt;/P&gt;&lt;P&gt;Now, I have no value moved to any screen value except the following simple code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF sy-uname CS 'userid'  &lt;/P&gt;&lt;P&gt;    MOVE 'Testing' to v_msg.&lt;/P&gt;&lt;P&gt;    MESSAGE v_msg TYPE 'W'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen in the "Forums" that many persons have issues on the same BADI. However, I donot know how they have solved this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 15:10:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T15:10:22Z</dc:date>
    <item>
      <title>SD_COND_SAVE_A -  Program termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181202#M463853</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;In BADI &amp;#145;SD_COND_SAVE_A&amp;#146; implementation, a validation check is added to prevent pricing condition from saving if the price entered is different from its contract item. If the price or its validity period is different from its contract we are raising an error message.  However, in the case of the validation check does fail, after the error message is raised, if user presses enter key or back key to re-activate the field for re-entering data, a cancel popup window is displayed with the error message then, the transaction is terminated and user loses all data entered previously. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one advise a solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181202#M463853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T13:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: SD_COND_SAVE_A -  Program termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181203#M463854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the BAdI, you could replace the entered value with the contract value (if they don't match) and then display a warning message instead of an error message.  That way an incorrect value could not be entered and the transaction shouldn't terminate.  I hope this helps.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181203#M463854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: SD_COND_SAVE_A -  Program termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181204#M463855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi April,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business requires error message to avoid users move further until complete validation occured. This cannot be replaced by warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 12:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181204#M463855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-23T12:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: SD_COND_SAVE_A -  Program termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181205#M463856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi April,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have replaced error with Warning message. The transaction gives a termination (dump).  &lt;/P&gt;&lt;P&gt;Also to see BADI response we have replaced all the code except keeping simple IF condition with "warning" message.  The condition transaction details are shown empty. And later after changing the date, it returns a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance for reply,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 12:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181205#M463856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T12:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: SD_COND_SAVE_A -  Program termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181206#M463857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the dump?  Are you moving the correct value to the screen field before displaying the warning?&lt;/P&gt;&lt;P&gt; - April&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 14:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181206#M463857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: SD_COND_SAVE_A -  Program termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181207#M463858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initially I have some logic written in this BADI. However after receiving dumps and issues in the standard SAP screens, I have removed all the code and checked with simple warning message.&lt;/P&gt;&lt;P&gt;Now, I have no value moved to any screen value except the following simple code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF sy-uname CS 'userid'  &lt;/P&gt;&lt;P&gt;    MOVE 'Testing' to v_msg.&lt;/P&gt;&lt;P&gt;    MESSAGE v_msg TYPE 'W'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen in the "Forums" that many persons have issues on the same BADI. However, I donot know how they have solved this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 15:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181207#M463858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: SD_COND_SAVE_A -  Program termination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181208#M463859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you searched for any OSS notes for this particular BAdI?  I would suggest checking there.  If you haven't looked there before, go to the SAP service marketplace and then click on the "SAP Search Notes" quick link (under the SAP support portal heading).  Then you can enter the BAdI name as your search term.&lt;/P&gt;&lt;P&gt; - April&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 13:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-cond-save-a-program-termination/m-p/2181208#M463859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T13:40:55Z</dc:date>
    </item>
  </channel>
</rss>

