<?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 Correct field after error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738235#M1301142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i've an include to check conditions of a PO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FORM KOBED_930.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if KOMV-KSCHL eq 'PBXX'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;  &lt;EM&gt;message e057(zmm) with KOMV-KSCHL .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;endif.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ENDFORM.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FORM KOBEV_930.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ENDFORM.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but after error message i need that user can correct KOMV-KSCHL to a valid condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this ? I try with a type w message, but a realy need that condition be changed to a valid one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me ? ...Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2009 16:13:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-01T16:13:50Z</dc:date>
    <item>
      <title>Correct field after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738235#M1301142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i've an include to check conditions of a PO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FORM KOBED_930.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if KOMV-KSCHL eq 'PBXX'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;  &lt;EM&gt;message e057(zmm) with KOMV-KSCHL .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;endif.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ENDFORM.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FORM KOBEV_930.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ENDFORM.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but after error message i need that user can correct KOMV-KSCHL to a valid condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this ? I try with a type w message, but a realy need that condition be changed to a valid one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me ? ...Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 16:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738235#M1301142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T16:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Correct field after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738236#M1301143</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;write your error message in at &lt;STRONG&gt;selection-screen on field event&lt;/STRONG&gt; ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
at selection-screen on KOMV-KSCHL .
if KOMV-KSCHL eq 'PBXX'.
message e057(zmm) with KOMV-KSCHL .
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 16:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738236#M1301143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T16:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Correct field after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738237#M1301144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try this but doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing this in Requirements Pricing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error message:&lt;/P&gt;&lt;P&gt;Include RV61A930&lt;/P&gt;&lt;P&gt;Incorrect nesting: Before the statement "AT", the structure introduced&lt;/P&gt;&lt;P&gt;by "FORM" must be concluded by "ENDFORM" . . . . . . . .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 17:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738237#M1301144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T17:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Correct field after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738238#M1301145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must not trigger any kind of message from the Pricing Requriements. If you don't want the user to input any specific pricing condition you can remove it from the Pricing determination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the Pricing requirement, you can make the condition inactive by setting the SY-SUBRC = 4.&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM KOBED_901.
  CHECK condition
  SY-SUBRC = 4.
ENDORM.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 18:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738238#M1301145</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-06-01T18:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Correct field after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738239#M1301146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably you can try message type I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaaaf35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaaaf35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2009 18:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/correct-field-after-error-message/m-p/5738239#M1301146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-01T18:28:27Z</dc:date>
    </item>
  </channel>
</rss>

