<?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: With Error message - Back to selection screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796683#M1586710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; it's 4.6c&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the problem. DISPLAY LIKE addition is available from Release 610 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: p_tab TYPE tabname OBLIGATORY.

AT SELECTION-SCREEN.

  IF sy-ucomm = 'ONLI' OR sy-ucomm = 'PRIN'.
*   Check if the table exists in DDIC
    CALL FUNCTION 'DDIF_NAMETAB_GET'
      EXPORTING
        tabname   = p_tab
      EXCEPTIONS
        not_found = 1
        OTHERS    = 2.
    IF sy-subrc &amp;lt;&amp;gt; 0.
      MESSAGE e007(e2) WITH p_tab.
    ENDIF.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Other posters: Please read the responses carefully before posting. The OP has already mentioned he is in 46C, so no point in proposing the DISPLAY LIKE addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2011 08:55:42 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2011-03-22T08:55:42Z</dc:date>
    <item>
      <title>With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796669#M1586696</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;I am calling a Function module in the Start-of selection, If the FM is giving the subrc value other that 0 (Zero) I need to throw the Error message and need to be back to selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this I can do it by Sucess messame with  LEAVE LIST-PROCESSING. But my requirement is to show the same with error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 10:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796669#M1586696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-21T10:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796670#M1586697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after FM, if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;leave list processing.&lt;/P&gt;&lt;P&gt;message S001 with 'some message' display like 'E'.&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ashoky on Mar 21, 2011 12:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 11:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796670#M1586697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-21T11:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796671#M1586698</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 try the below piece of code, it should work the way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
message s000 with 'test' DISPLAY LIKE 'E'.
leave LIST-PROCESSING
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 12:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796671#M1586698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-21T12:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796672#M1586699</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;I think this is not possibe, because even when you call screen, leave screen or List procesing. i will not display the message in Selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to do it, below the end of the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the Best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Aahbha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 13:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796672#M1586699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-21T13:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796673#M1586700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranganath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tries with the below statement &lt;/P&gt;&lt;P&gt;MESSAGE S398 WITH 'Table' TABNAME 'does not exists' 'please check' DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;leave LIST-PROCESSING'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am seeing syntax error saying the field DISPLAY is unknown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 06:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796673#M1586700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T06:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796674#M1586701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've probably exceeded the number of placeholders in the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate &lt;STRONG&gt;'Table' TABNAME 'does not exists' 'please check'&lt;/STRONG&gt; into a string variable e.g. LV_MESSAGE and then retype your syntax as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE S398 WITH LV_MESSAGE DISPLAY LIKE 'E'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 07:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796674#M1586701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T07:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796675#M1586702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_test TYPE char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE : / p_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF p_test = 'AA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE s001(ziam) DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aahbha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 07:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796675#M1586702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T07:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796676#M1586703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How u r able to activate the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote the same MESSAGE S398 WITH L_MESSAGE DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I still see the same syntax error message the field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 07:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796676#M1586703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796677#M1586704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of SAP are you in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 07:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796677#M1586704</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-03-22T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796678#M1586705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's 4.6c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796678#M1586705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T08:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796679#M1586706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't go with write statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796679#M1586706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T08:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796680#M1586707</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 try the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF p_test = 'AA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE i007 (Error) with ': message required'&lt;/P&gt;&lt;P&gt;stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagrds,&lt;/P&gt;&lt;P&gt;akshay ruia.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796680#M1586707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T08:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796681#M1586708</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;Check whether the message has a place holder in it. I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Muraleedharan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796681#M1586708</guid>
      <dc:creator>rahul_mb</dc:creator>
      <dc:date>2011-03-22T08:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796682#M1586709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_test TYPE char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : LV_MESSAGE TYPE STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE : / p_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lv_message = 'HAI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF p_test = 'AA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MESSAGE s001(zhcm) WITH LV_MESSAGE DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796682#M1586709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796683#M1586710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; it's 4.6c&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the problem. DISPLAY LIKE addition is available from Release 610 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: p_tab TYPE tabname OBLIGATORY.

AT SELECTION-SCREEN.

  IF sy-ucomm = 'ONLI' OR sy-ucomm = 'PRIN'.
*   Check if the table exists in DDIC
    CALL FUNCTION 'DDIF_NAMETAB_GET'
      EXPORTING
        tabname   = p_tab
      EXCEPTIONS
        not_found = 1
        OTHERS    = 2.
    IF sy-subrc &amp;lt;&amp;gt; 0.
      MESSAGE e007(e2) WITH p_tab.
    ENDIF.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Other posters: Please read the responses carefully before posting. The OP has already mentioned he is in 46C, so no point in proposing the DISPLAY LIKE addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 08:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796683#M1586710</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-03-22T08:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796684#M1586711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;Please try the same with Leave to Screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sri Hari Anand Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 09:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796684#M1586711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T09:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796685#M1586712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE S398 WITH L_MESSAGE DISPLAY LIKE 'E'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Does your message 398 have a placeholder (&amp;amp;) ..&lt;/P&gt;&lt;P&gt;If not just use &lt;/P&gt;&lt;P&gt;MESSAGE S398  DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And is you want to add custom text to teh message use a message no with placeholders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 10:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796685#M1586712</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-03-22T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796686#M1586713</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;Thanks, it was helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually our requirement is to create Custom SE16 by skipping all the chnage options of standard SE16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the user enters the table I can manage it with the FM u provided in the even At Selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No issues I got the complete logic that to be added in the At Selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be adding the logic of FM RS_TABLE_LIST_CREATE of Perform DATABASE_EXIST_CHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok thx to all the Supporters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am closing the issue...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 11:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796686#M1586713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-22T11:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: With Error message - Back to selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796687#M1586714</link>
      <description>&lt;P&gt;Hi Ranganath,&lt;/P&gt;&lt;P&gt;Thanks for Answer, it worked!!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 08:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-error-message-back-to-selection-screen/m-p/7796687#M1586714</guid>
      <dc:creator>former_member456271</dc:creator>
      <dc:date>2019-12-03T08:49:27Z</dc:date>
    </item>
  </channel>
</rss>

