<?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: list processing and PF status. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272912#M1530389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setting an own PF status didnt really work out, setting PF status SPACE worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Sep 2010 09:54:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-20T09:54:33Z</dc:date>
    <item>
      <title>list processing and PF status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272909#M1530386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team ABAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got a problem in List processing.&lt;/P&gt;&lt;P&gt;I´m in a dypro with a table control on it. Users can mark one or more ALV lines and then e.G. press "process".&lt;/P&gt;&lt;P&gt;Something gets done then (some forms get printed), and after that i want to display a protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i tried to process a simple write list by using WRITE statement.&lt;/P&gt;&lt;P&gt;Coding got processed, but it had no effect, no write list was generated, or at least not shown on my screen.&lt;/P&gt;&lt;P&gt;So i tried to code a "LEAVE TO LIST PROCESSING" right before my first WRITE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, now it works my write list is on Screen. But here start the Problem. Like i got told in the ducomentation of the LEAVE TO LIST PROCESSING statement the WRITE list gets processed with the actual active PF status from the dynpro where i came from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This is quite uncool, since i do not need those Buttons in my List.&lt;/P&gt;&lt;P&gt;2. Even if it was ok, those buttons are not working. Typing /h in OK_CODE field and pressing ENTER doesnt help it. When after that i click a button, nothing happens, such as if i didnt click them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched the forum, but i got drowned in thousands of "interactive list" threads and wasnt able to find my required info in an acceptable time of 30 minutes.&lt;/P&gt;&lt;P&gt;Did i do a essential error? Someone got an Idea where i´m stuck or a proposal on how to improve?&lt;/P&gt;&lt;P&gt;Any Help or tip will be welcome and rewared accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 09:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272909#M1530386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T09:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: list processing and PF status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272910#M1530387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try if you can display the list in ALV where you can maintain the pf-status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the demo program  DEMO_LEAVE_TO_LIST_PROCESSING. In this, it is setting set pf-status to space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 09:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272910#M1530387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T09:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: list processing and PF status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272911#M1530388</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;After leave to list processing ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS to what you want ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it will work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 09:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272911#M1530388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T09:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: list processing and PF status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272912#M1530389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setting an own PF status didnt really work out, setting PF status SPACE worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 09:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-processing-and-pf-status/m-p/7272912#M1530389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-20T09:54:33Z</dc:date>
    </item>
  </channel>
</rss>

