<?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 Problem with SEL_SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323683#M796156</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 have two programs, one of them has an info icon on SEL_SCREEN 1000 and the other one does not. I need to include similar icon to the program.&lt;/P&gt;&lt;P&gt;I looked at Screens and looked at specification for screen 1000 but this does not help me.&lt;/P&gt;&lt;P&gt;Any ideas on where one looks to find an icon on Application Toolbar for selection screens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no problems with screen 0100 - which is the actual grid - as that can be viewed/maintained via GUI Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 09:03:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T09:03:54Z</dc:date>
    <item>
      <title>Problem with SEL_SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323683#M796156</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 have two programs, one of them has an info icon on SEL_SCREEN 1000 and the other one does not. I need to include similar icon to the program.&lt;/P&gt;&lt;P&gt;I looked at Screens and looked at specification for screen 1000 but this does not help me.&lt;/P&gt;&lt;P&gt;Any ideas on where one looks to find an icon on Application Toolbar for selection screens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no problems with screen 0100 - which is the actual grid - as that can be viewed/maintained via GUI Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 09:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323683#M796156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T09:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SEL_SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323684#M796157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try searching for &lt;STRONG&gt;SET PF-STATUS&lt;/STRONG&gt; command in your program. The standard SAP selection screen PF status (program RSSYSTDB status %_00) can be copied into a new PF status and replaced @ e.g. the AT SELECTION-SCREEN OUTPUT event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP provides FC01 to FC05 ok codes for us to use there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 12:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323684#M796157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SEL_SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323685#M796158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u r looking for GUI status ,than open ur programme and now go to system&lt;DEL&gt;&amp;gt;status&lt;/DEL&gt;&amp;gt;GUI Status .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 12:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323685#M796158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T12:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SEL_SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323686#M796159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was not due to an error in the program.&lt;/P&gt;&lt;P&gt;Apparently the icon is displyed when one assigns text to Documentation (se80 --&amp;gt; Type in program name ---&amp;gt; Goto ---&amp;gt; Documentation). Then the Info icon will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple solution if one knew about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the help though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 00:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323686#M796159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T00:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SEL_SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323687#M796160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another consultant showd me the solution via SE80 and described in the last comment of the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 00:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323687#M796160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T00:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SEL_SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323688#M796161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've following problem regarding the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SEL_SCREEN 1000 INFO:170000200000000000000000000001034565992&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does it mean...   So that my report does not executed. Please help on the same...&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;R.S.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 13:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sel-screen/m-p/3323688#M796161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T13:06:13Z</dc:date>
    </item>
  </channel>
</rss>

