<?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: Wrong PF-STATUS ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786519#M910977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e54454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e54454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 18:13:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-23T18:13:37Z</dc:date>
    <item>
      <title>Wrong PF-STATUS ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786518#M910976</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 a prog. which produces a list on &lt;/P&gt;&lt;P&gt;the screen and that works fine? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I then use SET PF-STATUS and then &lt;/P&gt;&lt;P&gt;call a screen starting at xx xx ending &lt;/P&gt;&lt;P&gt;at xx xx etc etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thing is even though I do SET PF-STATUS &lt;/P&gt;&lt;P&gt;'xxxx' just before the Call Screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the Screen comes up, it has the &lt;/P&gt;&lt;P&gt;Status of the Report and not the Screen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confused?... I am?,,, Ideas please? &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, 23 Apr 2008 18:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786518#M910976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T18:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong PF-STATUS ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786519#M910977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e54454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/801e54454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 18:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786519#M910977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T18:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong PF-STATUS ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786520#M910978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sumanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the PF STATUS in the PBO section of the screen, not just before you CALL SCREEN.  This will get you much closer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 18:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786520#M910978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T18:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong PF-STATUS ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786521#M910979</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;geoff i have answer for your question if the list you generated with screen as secondary list.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SET-PF-STATUS.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE 'PICK'AS A MENU LIST IN THE MENU LABEL,AND IN THE APPLICATION TOOLBAR GIVE THE NAME PICK AND CHOOSE FUNCTION KEY FOR THIS AS F2.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFTER DOING THIS DONT WRITE ANY CODE FOR PICK AT-USER COMMAND.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFTER DOING THIS U WILL GET THE SECONDARY LIST IN THE SCREEN..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2008 17:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wrong-pf-status/m-p/3786521#M910979</guid>
      <dc:creator>former_member515797</dc:creator>
      <dc:date>2008-04-26T17:22:45Z</dc:date>
    </item>
  </channel>
</rss>

