<?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 Screen Exit? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402564#M1736122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i added a field to work order enhancement screen using screen exit. it is a date field, i kept a validation to it in a function exit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF user_date&amp;nbsp; GE present_date.&lt;/P&gt;&lt;P&gt;MOVE user_date TO lwa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;message e032(xxx).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do not have any problem till here. &lt;/P&gt;&lt;P&gt;issue is i want the in-put option to be in edit mode when error occurs so that, i could change the date and try to save again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;satish chandra. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 11:38:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-19T11:38:48Z</dc:date>
    <item>
      <title>Screen Exit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402564#M1736122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i added a field to work order enhancement screen using screen exit. it is a date field, i kept a validation to it in a function exit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF user_date&amp;nbsp; GE present_date.&lt;/P&gt;&lt;P&gt;MOVE user_date TO lwa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;message e032(xxx).&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do not have any problem till here. &lt;/P&gt;&lt;P&gt;issue is i want the in-put option to be in edit mode when error occurs so that, i could change the date and try to save again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;satish chandra. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 11:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402564#M1736122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-19T11:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402565#M1736123</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 coming to only message part.&lt;/P&gt;&lt;P&gt;Can you try to change the messages like this line&lt;/P&gt;&lt;P&gt;message 'your error message'&amp;nbsp; type 'I' DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 11:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402565#M1736123</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-04-19T11:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402566#M1736124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gaurav.&lt;/P&gt;&lt;P&gt;whether the message is type E, W or I... result is same here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 11:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402566#M1736124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-19T11:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402567#M1736125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/frameset.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/frameset.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look on the above link's and choose the message type &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1389/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1389/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 14:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/9402567#M1736125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-19T14:08:50Z</dc:date>
    </item>
  </channel>
</rss>

