<?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 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213901#M474531</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 can use the codes you like to use: it depends on your fantasy only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard codes of ALV menu usually begin with &amp;amp;, but I suppose it's a convention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you should consider some particular codes are assigned to standard functionalities to manage an abap list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BACK: to back&lt;/P&gt;&lt;P&gt;%EX: to exit&lt;/P&gt;&lt;P&gt;%PRI: to print&lt;/P&gt;&lt;P&gt;................. (see the pf-status for an abap list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use them, you don't need to write the code to manage those functionalities because the system'll manage them automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2007 07:48:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-11T07:48:31Z</dc:date>
    <item>
      <title>gui status help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213897#M474527</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;          In pf status why the function codes of menubar,appl tool bar are started with ampersand(&amp;amp;).&lt;/P&gt;&lt;P&gt;          how different functions like 'back' delete' 'save' enter' can be declared in pf status and how can we use them in abap program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 07:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213897#M474527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: gui status help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213898#M474528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these threads -&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2528092"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1950068"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3143257"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 07:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213898#M474528</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-11T07:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: gui status help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213899#M474529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;PF status is used for defining your own menus.For example you can add your own push button DELETE' in the menu bar as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO of the screen,uncomment module status100 and double click on it.&lt;/P&gt;&lt;P&gt;It will ask you if you want to write the code for the module in the main program or a separate include.&lt;/P&gt;&lt;P&gt;Now,in PF status,&lt;/P&gt;&lt;P&gt;MODULE status_0200 OUTPUT.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'GUI2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncomment the SET PF_STATUS line and give a name say GUI2 and double click on the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find three tabs in the GUI status:&lt;/P&gt;&lt;P&gt;In the application toolbar,write the function code for the push button you want,say DELETE.Press enter and give the function text,icon name and info text and save and activate the GUI status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,in the PAI of the screen,uncomment the module user command and write the code:&lt;/P&gt;&lt;P&gt;Case ok_code.&lt;/P&gt;&lt;P&gt;When 'DELETE'.&lt;/P&gt;&lt;P&gt;...logic&lt;/P&gt;&lt;P&gt;Endcase.&lt;/P&gt;&lt;P&gt;chk this link for details:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_di471/helpdata/EN/9f/dba34635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_di471/helpdata/EN/9f/dba34635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d1/801d5d454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/801d5d454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 07:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213899#M474529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T07:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: gui status help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213900#M474530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the Function keys Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen select Menu bar and  Give any fun.code and Description as you required like Save, exit.  Ex : "Fcode".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se 38,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the code like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'Fcode'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 07:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213900#M474530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T07:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: gui status help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213901#M474531</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 can use the codes you like to use: it depends on your fantasy only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard codes of ALV menu usually begin with &amp;amp;, but I suppose it's a convention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you should consider some particular codes are assigned to standard functionalities to manage an abap list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BACK: to back&lt;/P&gt;&lt;P&gt;%EX: to exit&lt;/P&gt;&lt;P&gt;%PRI: to print&lt;/P&gt;&lt;P&gt;................. (see the pf-status for an abap list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use them, you don't need to write the code to manage those functionalities because the system'll manage them automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 07:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status-help/m-p/2213901#M474531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T07:48:31Z</dc:date>
    </item>
  </channel>
</rss>

