<?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: set pf-status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665354#M1097518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You declare the PF_STATUS to main screen because subscreen will not have PF-STATUS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2008 03:45:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-22T03:45:22Z</dc:date>
    <item>
      <title>set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665349#M1097513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus.&lt;/P&gt;&lt;P&gt;i m created one program with tabstrip. i have give two tab on tabstrip and display data in tablecontrol by using subscreen.&lt;/P&gt;&lt;P&gt;i m given set pf-status 'ABC'.when i run the program i have got &lt;/P&gt;&lt;P&gt;lines on screen and got the message 'a status cannot set in sub screen'. i hav already define in set pf-status in both screen. and also check pf-status active.&lt;/P&gt;&lt;P&gt;i cannot understand where is problem ?&lt;/P&gt;&lt;P&gt;can any one give me any idea about this.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665349#M1097513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T17:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665350#M1097514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always you have SET your PF_STATUS in your main screen PBO rather you might have defined in your subscreen where tabstripe screen is present which is wrong.&lt;/P&gt;&lt;P&gt;Thats why the error messages is showing.&lt;/P&gt;&lt;P&gt;Replace the PF-Status to your main screen PF-STATUS your issue will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665350#M1097514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T17:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665351#M1097515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pravin,&lt;/P&gt;&lt;P&gt;You cannot set the PF-STATUS for a sub screen.&lt;/P&gt;&lt;P&gt;You can set the PF-STATUS for the main screen. remove the unwanted code from the sub screen flow logic and your code will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:19:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665351#M1097515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T17:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665352#M1097516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'ABC'. &lt;/P&gt;&lt;P&gt;it is Sets a GUI (Graphical User Interface) status pfstat which can be up to 20 characters long. There are many of these statuses in the GUI of a program. Each one describes which functions are available and how you can select these via menus and menu bars or by pressing function keys or pushbuttons.&lt;/P&gt;&lt;P&gt;I think u need to create the new screen and use that one in proper place..&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;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665352#M1097516</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2008-10-21T17:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665353#M1097517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anymore issues or have you got your answer ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 02:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665353#M1097517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T02:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: set pf-status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665354#M1097518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You declare the PF_STATUS to main screen because subscreen will not have PF-STATUS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 03:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/4665354#M1097518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T03:45:22Z</dc:date>
    </item>
  </channel>
</rss>

