<?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>Question Re: problem with call screen executable program in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127538#M4531616</link>
    <description>&lt;P&gt;yes, I want after error message show, back to fisrt scrren. but stuck in blank screen.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 08:32:16 GMT</pubDate>
    <dc:creator>former_member635273</dc:creator>
    <dc:date>2020-03-18T08:32:16Z</dc:date>
    <item>
      <title>problem with call screen executable program</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaq-p/12127534</link>
      <description>&lt;P&gt;i have executable program.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1790660-screenshot-23.png" /&gt;&lt;/P&gt;
  &lt;P&gt;mycode.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.
  PERFORM f_check USING lv_flag.
  IF lv_flag IS NOT INITIAL.
    MESSAGE 'Can''t Print' TYPE 'E'.
    CALL SCREEN 1000.
  ELSE.
    PERFORM f_process_data.
    PERFORM f_show_smartforms.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;after i run. screen stuck in blank like below.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1790661-screenshot-24.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I want back to first screen.but it's not work.&lt;/P&gt;
  &lt;P&gt;i hv tried CALL SCREEN 1000, CALL SCREEN 0, SUBMIT, but still stuck in blank.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 07:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaq-p/12127534</guid>
      <dc:creator>former_member635273</dc:creator>
      <dc:date>2020-03-18T07:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call screen executable program</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127535#M4531613</link>
      <description>&lt;P&gt;did you try  LEAVE TO SCREEN 0  ?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 07:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127535#M4531613</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-18T07:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call screen executable program</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127536#M4531614</link>
      <description>&lt;P&gt;yes, but not work.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 08:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127536#M4531614</guid>
      <dc:creator>former_member635273</dc:creator>
      <dc:date>2020-03-18T08:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call screen executable program</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127537#M4531615</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;The error message shows : cannot print&lt;/P&gt;&lt;P&gt;Please debug in your f_show_smartforms.&lt;/P&gt;&lt;P&gt;Also, did you handle - BACK - usercommand in your GUI_STATUS ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 08:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127537#M4531615</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-03-18T08:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call screen executable program</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127538#M4531616</link>
      <description>&lt;P&gt;yes, I want after error message show, back to fisrt scrren. but stuck in blank screen.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 08:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127538#M4531616</guid>
      <dc:creator>former_member635273</dc:creator>
      <dc:date>2020-03-18T08:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call screen executable program</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127539#M4531617</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;saddam.id&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;You can use the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.
  PERFORM f_check USING lv_flag.
  IF lv_flag IS NOT INITIAL.
    MESSAGE 'Can''t Print' TYPE 'S' DISPLAY LIKE 'E'.
    RETURN.
  ELSE.
    PERFORM f_process_data.
    PERFORM f_show_smartforms.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 08:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127539#M4531617</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-03-18T08:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call screen executable program</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127540#M4531618</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; thnks sir. done.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 09:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127540#M4531618</guid>
      <dc:creator>former_member635273</dc:creator>
      <dc:date>2020-03-18T09:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with call screen executable program</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127541#M4531619</link>
      <description>&lt;P&gt;1. MESSAGE TYPE 'E' will exit your report. CALL SCREEN is not even reached!&lt;BR /&gt;Use option 'DISPLAY LIKE' with statement MESSAGE to have different behavior but display it with same severity but not exiting your program logic:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE 'Can''t Print' TYPE 'I' DISPLAY LIKE 'E'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;2. Depending on your defined screens and report coding, you might not even have to use the 'CALL SCREEN 1000' statement (In general Screen 1000 is the default screen when using an executable report, so imho, you shouldnt have to call screen 1000 because you are in screen 1000 (but it depends on your entire coding and report definitions).&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-with-call-screen-executable-program/qaa-p/12127541#M4531619</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-03-18T14:39:28Z</dc:date>
    </item>
  </channel>
</rss>

