<?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: Problem in Call Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772713#M1118599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; When you are caling the standard report you have to change the pf-status of the standard report by coping it into zreport and do it..&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thiru. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Nov 2008 09:57:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-01T09:57:28Z</dc:date>
    <item>
      <title>Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772698#M1118584</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'm having an executable report in which from the given input a screen opens to enter data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my default selection-screen no. is 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user-defined screen no. is 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click back button the following error occurs.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Selection screen ZSDSR032_PACK_LIST_ENTRY 1000 was&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;not called using CALL SELECTION-SCREEN&lt;/STRONG&gt;        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used the following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_1001 INPUT.&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;      LEAVE TO SCREEN 1000.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_1001  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagulan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772698#M1118584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T05:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772699#M1118585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use call screen and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;call screen 1000.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772699#M1118585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T05:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772700#M1118586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In attributes of screen 1001,under 'Other Attributes' wirte '1000' as Next Screen and in the PAI module write the following :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODULE user_command_1001 INPUT.
CASE sy-ucomm.
WHEN 'BACK'.
LEAVE SCREEN.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772700#M1118586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T05:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772701#M1118587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i too tried both the options the same error occurs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it bz of screen no 1000 &amp;amp; 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me.&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;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772701#M1118587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T05:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772702#M1118588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat is correct !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772702#M1118588</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-11-01T05:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772703#M1118589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is that a independant selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772703#M1118589</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-11-01T05:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772704#M1118590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean a report screen ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772704#M1118590</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-11-01T05:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772705#M1118591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! Kesav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s its a report screen with a parameter as an input field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772705#M1118591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T05:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772706#M1118592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL SELECTION-SCREEN 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the behavior is very strange&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772706#M1118592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T05:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772707#M1118593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!  Xiaonan Hu    	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur minute help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i'm using &lt;STRONG&gt;call selection-screen 1000&lt;/STRONG&gt;   its calling the needed screen but after that i'm not able to perform other options (ex: re-enter the data and execute it) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 05:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772707#M1118593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T05:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772708#M1118594</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 to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZSDSR032_PACK_LIST_ENTRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: rb1 RADIOBUTTON GROUP ab MODIF ID bl2,&lt;/P&gt;&lt;P&gt;rb2 RADIOBUTTON GROUP ab MODIF ID bl2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter p_val1 type char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter p_val2 type char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if rb1 = 'X'.&lt;/P&gt;&lt;P&gt;call selection-screen 1000.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;call selection-screen 1001.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 06:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772708#M1118594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T06:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772709#M1118595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET SCREEN 1000.&lt;/P&gt;&lt;P&gt;SUBMIT ZSDSR032_PACK_LIST_ENTRY VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check abap docu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the pf status....buuto function type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 06:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772709#M1118595</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-11-01T06:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772710#M1118596</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;Problem has been solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LEAVE TO SCREEN 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody explain me y its happing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;earlier i have worked with leave to screen 1000 call screen 1000, but y for this report alone it dnt work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 06:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772710#M1118596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T06:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772711#M1118597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you had not &lt;STRONG&gt;WRITE&lt;/STRONG&gt; anything in the list buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Xiaonan Hu on Nov 1, 2008 8:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 07:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772711#M1118597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T07:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772712#M1118598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagula,&lt;/P&gt;&lt;P&gt;Basically when you want the program back to the previous screen no matter what is the screen number then in that case you need to enter the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 09:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772712#M1118598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T09:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772713#M1118599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; When you are caling the standard report you have to change the pf-status of the standard report by coping it into zreport and do it..&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thiru. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 09:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-call-screen/m-p/4772713#M1118599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T09:57:28Z</dc:date>
    </item>
  </channel>
</rss>

