<?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 with set pf-status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575536#M1271736</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;Just check whether the following things are done correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SET PF-STATUS 'ZSTATUS'.&lt;/P&gt;&lt;P&gt;Here ZSTATUS is the name of the status and that should be in capital letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.The statement should be written in the PBO of the correct screen.i.e., if you want the GUI to be shown in screen 9000, statement should be written in PBO of 9000 screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 06:29:21 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2009-05-20T06:29:21Z</dc:date>
    <item>
      <title>Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575529#M1271729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a screen for which I am trying to set GUI status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a status by using set pf-status command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am using BACK, EXIT and CANCEL buttons. I have given the function codes to these buttons and written the coding for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the problem is these push buttons are not coming in active mode even though I have activated the objects properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating this GUI STATUS, in attributes the processing status is coming as customer object and after activation the status is showing as Modified / Active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have switched of the modification assistant also. Still these buttons are not coming in active mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 05:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575529#M1271729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575530#M1271730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Check the function codes.. agian..check the case ..make it Upper case..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write the code in PBO  by creating a module there&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;    when 'CANCEL'.&lt;/P&gt;&lt;P&gt;      leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when 'BACK'.&lt;/P&gt;&lt;P&gt;      leave program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when 'EXIT'.&lt;/P&gt;&lt;P&gt;      leave program.&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;go to se80 activate the whole program from the program level..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Safel007 on May 20, 2009 11:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575530#M1271730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575531#M1271731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate the Staus which you have created first and then try activating  the whole object .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575531#M1271731</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-05-20T06:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575532#M1271732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the code you have written for these function codes.&lt;/P&gt;&lt;P&gt;Please Write "Leave to screen 0".&lt;/P&gt;&lt;P&gt;else try to create the pf-status again .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575532#M1271732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575533#M1271733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rakesh,&lt;/P&gt;&lt;P&gt;                    &lt;/P&gt;&lt;P&gt;                      1. Have you set the F2 to pick&lt;/P&gt;&lt;P&gt;                      2.Have you given the name of pf status starting with Z&lt;/P&gt;&lt;P&gt;                      3. Have you used the CAPS for the cancel and other buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comradely,&lt;/P&gt;&lt;P&gt;K.SIbi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575533#M1271733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575534#M1271734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For the buttons BACK, EXIT and CANCEL the system will automatically handle the functionality. You just have to specify their function codes in the pf-status for them to be active on the screen. And once you have entered the function codes, activate the pf-status. Then check it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575534#M1271734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575535#M1271735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activate the status first and activate the program where you are using that GUI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575535#M1271735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575536#M1271736</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;Just check whether the following things are done correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SET PF-STATUS 'ZSTATUS'.&lt;/P&gt;&lt;P&gt;Here ZSTATUS is the name of the status and that should be in capital letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.The statement should be written in the PBO of the correct screen.i.e., if you want the GUI to be shown in screen 9000, statement should be written in PBO of 9000 screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575536#M1271736</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2009-05-20T06:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575537#M1271737</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 go to tn se80-&amp;gt; select function group -SALV-&amp;gt; gui status-&amp;gt; STANDARD.&lt;/P&gt;&lt;P&gt;Copy that gui status to ur program.&lt;/P&gt;&lt;P&gt;by doing this u will get all the standard toolbar.&lt;/P&gt;&lt;P&gt;u can create ur customized button also. just gave them name different then standard ones&lt;/P&gt;&lt;P&gt;like if u want DEL then write 'DELETE'. change the name little bit.&lt;/P&gt;&lt;P&gt;then in report write st.&lt;/P&gt;&lt;P&gt;set pf_status 'STANDARD'.&lt;/P&gt;&lt;P&gt;activate it.&lt;/P&gt;&lt;P&gt;Now button will come....&lt;/P&gt;&lt;P&gt;hope it helps u!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575537#M1271737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575538#M1271738</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;as u set the pf-status , in the interface u hv the Function Keys-&amp;gt; Standard Toolbar&lt;/P&gt;&lt;P&gt;thr for all three buttons-BACK,EXIT,CANCEL.  specify the function code 'EXIT'.&lt;/P&gt;&lt;P&gt;and in PAI of screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;    WHEN 'EXIT'.&lt;/P&gt;&lt;P&gt;      LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-set-pf-status/m-p/5575538#M1271738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:46:03Z</dc:date>
    </item>
  </channel>
</rss>

