<?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: Getting back to the selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865754#M672121</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;You can use SET CURSOR FIELD and please check these demo program for sample codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_SET_CURSOR &lt;/P&gt;&lt;P&gt;DEMO_LIST_SET_CURSOR_1 &lt;/P&gt;&lt;P&gt;DEMO_LIST_SET_CURSOR_2 &lt;/P&gt;&lt;P&gt;DEMO_LIST_SET_CURSOR_3 &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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2007 03:20:27 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2007-10-05T03:20:27Z</dc:date>
    <item>
      <title>Getting back to the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865750#M672117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;IF TRUNC( QUANT ) &amp;lt; QUANT.&lt;/P&gt;&lt;P&gt;  message E003(zkk).&lt;/P&gt;&lt;P&gt;  LEAVE TO SCREEN 1000.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;I want to get back to the selection screen once it gives an error message.QUANT is a parameter in the selection screen.But after giving error message it is giving a blank screen.Even if I give EXIT or STOP also it is reuslting the same.I want to get back to the selection screen if it gives an error message.Kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 03:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865750#M672117</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-10-05T03:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting back to the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865751#M672118</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;instead of error message give status message(message type S)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 03:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865751#M672118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T03:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting back to the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865752#M672119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the problem if  I give it as a error message.I want to stop the user from further processing until he corrects the value of Quant in the selection screen.Can't we achieve this using a error message?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 03:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865752#M672119</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-10-05T03:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting back to the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865753#M672120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the validation in Start of Selection event with Message type as ERROR. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;IF TRUNC( QUANT ) &amp;lt; QUANT.&lt;/P&gt;&lt;P&gt;message E003(zkk).&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 1000.&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;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 03:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865753#M672120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T03:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting back to the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865754#M672121</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;You can use SET CURSOR FIELD and please check these demo program for sample codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_SET_CURSOR &lt;/P&gt;&lt;P&gt;DEMO_LIST_SET_CURSOR_1 &lt;/P&gt;&lt;P&gt;DEMO_LIST_SET_CURSOR_2 &lt;/P&gt;&lt;P&gt;DEMO_LIST_SET_CURSOR_3 &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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 03:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865754#M672121</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-10-05T03:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting back to the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865755#M672122</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;if u give error message u cannot do any further action.if u want to go back to the selection screen, do some modification and then execute again means it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 03:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865755#M672122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T03:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting back to the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865756#M672123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;It is possible by just giving AT SELECTION-SCREEN followed by if condition and error message.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 11:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-back-to-the-selection-screen/m-p/2865756#M672123</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-10-05T11:39:21Z</dc:date>
    </item>
  </channel>
</rss>

