<?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: GUI Status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069370#M428445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;  I have created a GUI status as you explained,but when I am pressing the icon it does nothing.Do I need to code for the functionality by catching sy-ucomm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify,&lt;/P&gt;&lt;P&gt;FAROOK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2007 05:16:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-27T05:16:51Z</dc:date>
    <item>
      <title>GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069367#M428442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Experts,&lt;/P&gt;&lt;P&gt;   Is there any FMs available for print,search,page-up,page-down etc..other keys like back,exit,cancel etc I can code by using sy-ucomm.I want the standard SAP functionality for print,search,page-up,page-down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in Advance.&lt;/P&gt;&lt;P&gt;FAROOK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 13:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069367#M428442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T13:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069368#M428443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are few FMS ... &lt;/P&gt;&lt;P&gt;1. RS_DD_PRINT which intrurn calles following function module.&lt;/P&gt;&lt;P&gt;2. GET_PRINT_PARAMETERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you to get desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Reward points to helpful answer&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 14:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069368#M428443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T14:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069369#M428444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi farook...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need of any function module for your requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are standard function codes for: print,search,page-up,page-down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINT	        -	%PRI&lt;/P&gt;&lt;P&gt;PAGE UP		-	P-&lt;/P&gt;&lt;P&gt;PAGE DOWN	-	P+&lt;/P&gt;&lt;P&gt;FIND     	-	%SC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now goto the transaction SE41(Menu Painter)&lt;/P&gt;&lt;P&gt;then Give the protran name and Status name and click on the button Create.&lt;/P&gt;&lt;P&gt;it will create a new gui status for your program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add your buttons in the application tool bat....&lt;/P&gt;&lt;P&gt;then press in the function keys ..&lt;/P&gt;&lt;P&gt;there u give these values.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use this GUI Ststus in your program....&lt;/P&gt;&lt;P&gt;Now these  print,search,page-up,page-down bottons will ne enables and u can use these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful......&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 14:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069369#M428444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T14:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069370#M428445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;  I have created a GUI status as you explained,but when I am pressing the icon it does nothing.Do I need to code for the functionality by catching sy-ucomm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify,&lt;/P&gt;&lt;P&gt;FAROOK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 05:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069370#M428445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T05:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: GUI Status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069371#M428446</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;&lt;/P&gt;&lt;P&gt;PRINT       - %PRI&lt;/P&gt;&lt;P&gt;PAGE UP  - P-&lt;/P&gt;&lt;P&gt;PAGE DOWN     - P+&lt;/P&gt;&lt;P&gt;FIND   -    %SC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are standard function codes so no need to code for the functionality by catching sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if u have any doubt......&lt;/P&gt;&lt;P&gt;earlier i was confused.....&lt;/P&gt;&lt;P&gt;Sorry for that.....&lt;/P&gt;&lt;P&gt;you proceed like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a GUI Status as Explained earlier, but a small change,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You then add your buttons in the application tool bar by pressing on Application tool bar, (Don't go for Functional keys)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there u give these values.....&lt;/P&gt;&lt;P&gt;it will create buttons on the application tool bar and these will provide you the standard functionalities for: print,page-up,page-down,search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful......&lt;/P&gt;&lt;P&gt;Suresh......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 05:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/2069371#M428446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T05:42:11Z</dc:date>
    </item>
  </channel>
</rss>

