<?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: Change selection view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870543#M673479</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;u mean selection table?&lt;/P&gt;&lt;P&gt;the table name is "SCREEN".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can manipulate it in the event at selection screen output by looping at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters: p1  radiobutton group rg1 user-command ucomm default 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: input(7) modif id MI1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: comment 15(7) For field input.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;comment 10(7) For field p1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;p2  radiobutton group rg1,&lt;/P&gt;&lt;P&gt;input1(7).&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF P1 = 'X'.&lt;/P&gt;&lt;P&gt;      IF SCREEN-NAME = 'INPUT'.&lt;/P&gt;&lt;P&gt;        screen-INPUT = 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       SCREEN-INTENSIFIED = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        screen-color = 6.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        IF SCREEN-NAME = 'INPUT1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         SCREEN-INTENSIFIED = 0.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          screen-INPUT = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         screen-color = 4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ELSEIF P2 = 'X'.&lt;/P&gt;&lt;P&gt;      IF SCREEN-NAME = 'INPUT1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       SCREEN-INTENSIFIED = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        screen-INPUT  = 1.&lt;/P&gt;&lt;P&gt;        screen-color = 6.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        IF SCREEN-NAME = 'INPUT'.&lt;/P&gt;&lt;P&gt;          screen-INPUT = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         SCREEN-INTENSIFIED = 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         screen-color = 4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 09:03:41 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2007-09-24T09:03:41Z</dc:date>
    <item>
      <title>Change selection view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870542#M673478</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've created a selection view for my report category. How can I change this selection view? Where can I change it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Anyone know where exactly this selection view is stored with their view name and their fields defined?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 09:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870542#M673478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T09:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change selection view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870543#M673479</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;u mean selection table?&lt;/P&gt;&lt;P&gt;the table name is "SCREEN".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can manipulate it in the event at selection screen output by looping at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters: p1  radiobutton group rg1 user-command ucomm default 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: input(7) modif id MI1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: comment 15(7) For field input.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;comment 10(7) For field p1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;p2  radiobutton group rg1,&lt;/P&gt;&lt;P&gt;input1(7).&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF P1 = 'X'.&lt;/P&gt;&lt;P&gt;      IF SCREEN-NAME = 'INPUT'.&lt;/P&gt;&lt;P&gt;        screen-INPUT = 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       SCREEN-INTENSIFIED = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        screen-color = 6.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        IF SCREEN-NAME = 'INPUT1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         SCREEN-INTENSIFIED = 0.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          screen-INPUT = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         screen-color = 4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ELSEIF P2 = 'X'.&lt;/P&gt;&lt;P&gt;      IF SCREEN-NAME = 'INPUT1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       SCREEN-INTENSIFIED = 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        screen-INPUT  = 1.&lt;/P&gt;&lt;P&gt;        screen-color = 6.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        IF SCREEN-NAME = 'INPUT'.&lt;/P&gt;&lt;P&gt;          screen-INPUT = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         SCREEN-INTENSIFIED = 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         screen-color = 4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 09:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870543#M673479</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-09-24T09:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change selection view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870544#M673480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Irene&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i am right you are talking about Report categories in HR ABAP programming!! You can change the selection view of a given report category bu going to SE38 --&amp;gt; Attributes (After giving program name) --&amp;gt; Choose Report Category (After specifying the category of your choice) --&amp;gt; In there you should choose fields for selection. There you can check or un-check the fields which you want to display in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for all useful answers!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 09:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870544#M673480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change selection view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870545#M673481</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;   What I mean is in the HR report, there will be have a Dynamic selection right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I've create my own selection view by the step: ABAP workbench-&amp;gt;right click package name-&amp;gt;create-&amp;gt;more-&amp;gt;selection view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I need to know how can I change this selection view after I've created it and found that I would like to add more fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 09:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870545#M673481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T09:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change selection view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870546#M673482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone can help me this? It's really urgent. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 09:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870546#M673482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change selection view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870547#M673483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;user report category&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jan 2011 06:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870547#M673483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-23T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change selection view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870548#M673484</link>
      <description>&lt;P&gt;Rewards! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 01:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-selection-view/m-p/2870548#M673484</guid>
      <dc:creator>GinaZ</dc:creator>
      <dc:date>2019-11-14T01:33:08Z</dc:date>
    </item>
  </channel>
</rss>

