<?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: Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283262#M153285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats what i am telling&lt;/P&gt;&lt;P&gt;i read this in SAP help that we can not set the status&lt;/P&gt;&lt;P&gt;using pf status..&lt;/P&gt;&lt;P&gt;there they mentioned sm function modules&lt;/P&gt;&lt;P&gt;but i tried this in at selection-screen output event&lt;/P&gt;&lt;P&gt;n its working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Apr 2006 11:03:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-10T11:03:40Z</dc:date>
    <item>
      <title>Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283257#M153280</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;can anybody tell me how to set GUI status in case of Selection screens..&lt;/P&gt;&lt;P&gt;In SAP help its mentioned that we can not use SET PF-STATUS in at selection-screen ouput event for setting status.. doing so will not affect the standard status..&lt;/P&gt;&lt;P&gt;but i tried this and its working..&lt;/P&gt;&lt;P&gt;whatz the procedure to set pf status for selection screens..??&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 07:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283257#M153280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T07:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283258#M153281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to set the Pf-status for selection-screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have to use,&lt;/P&gt;&lt;P&gt;TABLES: SSCRFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Button on screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECTION-SCREEN FUNCTION KEY 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;SSCRFIELDS-FUNCTXT_01 = 'Test'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  CASE SSCRFIELDS-UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'FC01'.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;do what you want.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  ENDCASE.&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;Naimesh Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points, if it is useful..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 07:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283258#M153281</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-04-10T07:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283259#M153282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where did you read that we cannot use pf-status in sel. screen. (can you provide the link) you can use it at selection-screen output to set your own pf status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 07:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283259#M153282</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-04-10T07:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283260#M153283</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; Besically in case of selection screen we use the Error message to display the error in the as a warning or a error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it would be a better option to set the message for a particular action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can se the messge using following  syncam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e004(z353) with 'Message Type Does Not Exist'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can use this process.&lt;/P&gt;&lt;P&gt;I hope this will help you to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mrutyunjaya Tripathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 07:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283260#M153283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T07:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283261#M153284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nikita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know from where you got that info that PF-STATUS cannot be set. In fact you can use SET PF-STATUS in Selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use SET PF-STATUS in AT SELECTION-SCREEN OUTPUT event, and check the function codes in AT SELECTION-SCREEN event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'PPP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'TEP'.&lt;/P&gt;&lt;P&gt;      break insmu1.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 11:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283261#M153284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T11:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283262#M153285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats what i am telling&lt;/P&gt;&lt;P&gt;i read this in SAP help that we can not set the status&lt;/P&gt;&lt;P&gt;using pf status..&lt;/P&gt;&lt;P&gt;there they mentioned sm function modules&lt;/P&gt;&lt;P&gt;but i tried this in at selection-screen output event&lt;/P&gt;&lt;P&gt;n its working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 11:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283262#M153285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283263#M153286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nikita whats ur point now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U want how its to be done, may be i can help or else to be preceise what xactly do u want using SET PF-STATUS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 11:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283263#M153286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283264#M153287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can set in INITIALIZATION event.&lt;/P&gt;&lt;P&gt;it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 11:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283264#M153287</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-04-10T11:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283265#M153288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This simple code will show how you can manipulate the selection screen pf-status and it works. I have a program ZTESTAKS1. I created a pf-status by copying the user interface of standarad program RSSYSTDB. There are two radiobuttons on the selection screen. If the first radiobutton is selected, it will use the standard selection screen status but disable certain functions from it. If the second radiobutton is selected, it will set my pf-status that I created and will enable all the buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

DATA: BEGIN OF i_excl_tab OCCURS 0,
       pfkey LIKE sy-pfkey.
DATA: END OF i_excl_tab.

PARAMETERS: p_stdpf RADIOBUTTON GROUP rad1 DEFAULT 'X' USER-COMMAND rad,
            p_ownpf RADIOBUTTON GROUP rad1,
            p_matnr LIKE mara-matnr.

AT SELECTION-SCREEN OUTPUT.

  PERFORM set_sel_screen_pf_status.

START-OF-SELECTION.

*---------------------------------------------------------------------*
*       FORM SET_SEL_SCREEN_PF_STATUS                                 *
*---------------------------------------------------------------------*
*       ........                                                      *
*---------------------------------------------------------------------*
FORM set_sel_screen_pf_status.

  DATA: l_pf_status LIKE sy-pfkey,
        l_program   LIKE sy-repid.

  REFRESH i_excl_tab.
  IF p_stdpf = 'X'.
*-- change the standard PF status for the selection screen by removing
*   the following functions
    MOVE 'ONLI' TO i_excl_tab-pfkey.
    APPEND i_excl_tab.
    CLEAR i_excl_tab.

    MOVE 'SJOB' TO i_excl_tab-pfkey.
    APPEND i_excl_tab.
    CLEAR i_excl_tab.

    MOVE 'PRIN' TO i_excl_tab-pfkey.
    APPEND i_excl_tab.
    CLEAR i_excl_tab.

    MOVE 'DYNS' TO i_excl_tab-pfkey.
    APPEND i_excl_tab.
    CLEAR i_excl_tab.
    l_pf_status = '%_00'.
    l_program   = 'RSSYSTDB'.
  ELSE.
*-- keep all the standard buttons open
    REFRESH i_excl_tab.
    CLEAR i_excl_tab.
    l_pf_status = '%_00'.
    l_program   = sy-cprog.
  ENDIF.

  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
    EXPORTING
      p_status  = l_pf_status
      p_program = l_program
    TABLES
      p_exclude = i_excl_tab.

ENDFORM.                      " SET_SEL_SCREEN_PF_STATUS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it is not what you are looking for,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 21:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283265#M153288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T21:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283266#M153289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Check the below link to know how to set the PF Status to the Selection Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://help.sap.com/saphelp_47x200/helpdata/en/e7/0eb237e29bc368e10000009b38f8cf/content.htm&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 21:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283266#M153289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T21:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283267#M153290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srinivas.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; My Requirement is also similar to urs...&lt;/P&gt;&lt;P&gt;but we have set pf status at output list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program (GUI)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RSSYSTDB&lt;/P&gt;&lt;P&gt;GUI status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %_FSDOC_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me the solution for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 14:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1283267#M153290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-07T14:48:23Z</dc:date>
    </item>
  </channel>
</rss>

