<?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 the function module RS_SET_SELSCREEN_STATUS-urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149048#M453601</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 this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_sel_screen_status.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA itab TYPE TABLE OF sy-ucomm.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;PARAMETERS test(10) TYPE c.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  APPEND: 'PRIN' TO itab,&lt;/P&gt;&lt;P&gt;          'SPOS' TO itab.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            p_status  = sy-pfkey&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            p_exclude = itab.&lt;/P&gt;&lt;P&gt;&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;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reawrd if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 06:01:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-20T06:01:27Z</dc:date>
    <item>
      <title>problem in the function module RS_SET_SELSCREEN_STATUS-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149046#M453599</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;my rewuirement is i need to display my own pf status in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am using below code i getting two buttons only.anybody can tell me where i made a mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am sendingf my code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : ZUSER_SECOBJECTS, SSCRFIELDS.&lt;/P&gt;&lt;P&gt;DATA : IT_sECOBJECTS LIKE ZUSER_SECOBJECTS OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;data: begin of exclude occurs 0,&lt;/P&gt;&lt;P&gt;        func(10) type c,&lt;/P&gt;&lt;P&gt;      end of exclude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER : P_KUNNR LIKE KNA1-KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'BACK' or 'EXIT'.&lt;/P&gt;&lt;P&gt;SET SCREEN 0.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;WHEN 'EXECUTE'.&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING .    "&amp;lt;---  RIGHT HERE&lt;/P&gt;&lt;P&gt;SELECT * FROM ZUSER_SECOBJECTS&lt;/P&gt;&lt;P&gt;INTO TABLE IT_SECOBJECTS.&lt;/P&gt;&lt;P&gt;*CHECK SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;*LOOP AT IT_SECOBJECTS.&lt;/P&gt;&lt;P&gt;*WRITE : IT_SECOBJECTS.&lt;/P&gt;&lt;P&gt;*ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;if sy-dynnr eq '1000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      p_status  = 'SELK1'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      p_exclude = exclude&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      others    = 1.&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;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;maheedhar.t&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 05:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149046#M453599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T05:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the function module RS_SET_SELSCREEN_STATUS-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149047#M453600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have u checked this program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_STATUS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149047#M453600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the function module RS_SET_SELSCREEN_STATUS-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149048#M453601</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 this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_sel_screen_status.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA itab TYPE TABLE OF sy-ucomm.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;PARAMETERS test(10) TYPE c.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  APPEND: 'PRIN' TO itab,&lt;/P&gt;&lt;P&gt;          'SPOS' TO itab.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            p_status  = sy-pfkey&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            p_exclude = itab.&lt;/P&gt;&lt;P&gt;&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;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reawrd if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149048#M453601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the function module RS_SET_SELSCREEN_STATUS-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149049#M453602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing a AT USER-COMMAND statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward all helpful answers !!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149049#M453602</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2007-04-20T06:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the function module RS_SET_SELSCREEN_STATUS-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149050#M453603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; Write ur code AT USER_COMMAND Event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and comment LEAVE TO LIST-PROCESSING . "&amp;lt;--- RIGHT HERE code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 06:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-function-module-rs-set-selscreen-status-urgent/m-p/2149050#M453603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T06:12:29Z</dc:date>
    </item>
  </channel>
</rss>

