<?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 error handling in screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108691#M1185162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a screen with an internal table and on double clicking any of the lines, a popup screen appears with certain values from the line clicked on it. This fields are editable. There are two options on this screen Save and Cancel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the user wants to do some input check on it, but then this checks are relevant only if we press the save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say field1 and field2 on screen, now if i press save and field 2 is empty, it shud give an error message but teh control shud return to that screen and user should be able to enter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At present i am using message type i, but the screen disappears and user have to double click again to popup the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this checks in button handling since doing it beforehand is pointless since we wont need this checks if user decides to cancel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2009 10:12:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-21T10:12:18Z</dc:date>
    <item>
      <title>error handling in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108691#M1185162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a screen with an internal table and on double clicking any of the lines, a popup screen appears with certain values from the line clicked on it. This fields are editable. There are two options on this screen Save and Cancel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the user wants to do some input check on it, but then this checks are relevant only if we press the save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say field1 and field2 on screen, now if i press save and field 2 is empty, it shud give an error message but teh control shud return to that screen and user should be able to enter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At present i am using message type i, but the screen disappears and user have to double click again to popup the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this checks in button handling since doing it beforehand is pointless since we wont need this checks if user decides to cancel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 10:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108691#M1185162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T10:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: error handling in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108692#M1185163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     u can try with message type 'S' instead of type 'I'.&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;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 10:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108692#M1185163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T10:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: error handling in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108693#M1185164</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;After throwing that error  message&lt;/P&gt;&lt;P&gt;Call the same popup once again(screen number)&lt;/P&gt;&lt;P&gt;like call screen &amp;lt;screen number&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can give message type as "E'.&lt;/P&gt;&lt;P&gt;Like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE text-028 TYPE 'S' DISPLAY LIKE 'E' .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 10:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108693#M1185164</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2009-01-21T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: error handling in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108694#M1185165</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 with [events or editable fields of ALV|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6547369"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When data are entered, this event will be triggered, inside which you can do necessary checks and prompt appropriate message if entires don't satify certain conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 10:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108694#M1185165</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-01-21T10:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: error handling in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108695#M1185166</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;Please do you validation like error message in side of CHAIN and ENDCHAIN.&lt;/P&gt;&lt;P&gt;Refer this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/content.htm&lt;/A&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;Jay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jay on Jan 21, 2009 11:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 10:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-handling-in-screen/m-p/5108695#M1185166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T10:26:58Z</dc:date>
    </item>
  </channel>
</rss>

