<?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 leave list processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225495#M478197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all sdn people &lt;/P&gt;&lt;P&gt;i know the functionality of the leave list processing &lt;/P&gt;&lt;P&gt;and leave to list processing . but tell how to use them in the screen programs ?pls give&lt;/P&gt;&lt;P&gt; one sample screen program .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 May 2007 06:12:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-06T06:12:06Z</dc:date>
    <item>
      <title>leave list processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225495#M478197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all sdn people &lt;/P&gt;&lt;P&gt;i know the functionality of the leave list processing &lt;/P&gt;&lt;P&gt;and leave to list processing . but tell how to use them in the screen programs ?pls give&lt;/P&gt;&lt;P&gt; one sample screen program .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 06:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225495#M478197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-06T06:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: leave list processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225496#M478198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Without rewarding points how do you expect people to ANSWER YOU WITH CODES of each program.&lt;/P&gt;&lt;P&gt;It is the good practice in SDn to reward for the useful answers.&lt;/P&gt;&lt;P&gt;Do you think that the people who are answering are idle to answer you.&lt;/P&gt;&lt;P&gt;Hope you know the rules and regulations of SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When You wants to leave to List (report) from the module pool program/transaction&lt;/P&gt;&lt;P&gt;you use this command.&lt;/P&gt;&lt;P&gt;LEAVE TO LIST PROCESSING&lt;/P&gt;&lt;P&gt;and the cursor comes out of the transaction to the report and you can write the &lt;/P&gt;&lt;P&gt;WRITE statements after this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 06:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225496#M478198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-06T06:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: leave list processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225497#M478199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the Sample Programs for the same in the transaction ABAPDOCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 06:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225497#M478199</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-05-06T06:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: leave list processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225498#M478200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form 5 &lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... AND RETURN TO SCREEN scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Switches from "dialog processing" (module pool, screens) of the current transaction to "list processing". You can then use all the usual list layout commands (WRITE, SKIP, ...). &lt;/P&gt;&lt;P&gt;After leaving the current screen, the list formatted in this way is displayed implicitly or explicitly by LEAVE SCREEN. Here, all list programming options are possible, e.g. line selection, F keys, windows. &lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING continues with "Processing Before Output" (PBO) of the screen which controls the list processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;After switching to list processing mode with SET PF-STATUS ..., you are recommended to define a GUI (Graphical User Interface) of type List or List in dialog box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consult Data Area and Modularization Unit Organization documentation as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition &lt;/P&gt;&lt;P&gt;... AND RETURN TO SCREEN scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING continues with "Processing Before Output" (PBO) of the screen scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Using LEAVE LIST-PROCESSING to leave list processing explicitly is only necessary in exceptional cases; normally, the standard F keys ( F3=Back and F15=Exit) are sufficient. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT demo_leave_to_list_processing .

TABLES demo_conn.

DATA: wa_spfli TYPE spfli,
      flightdate TYPE sflight-fldate.

CALL SCREEN 100.

MODULE status_0100 OUTPUT.
  SET PF-STATUS 'SCREEN_100'.
ENDMODULE.

MODULE cancel INPUT.
  LEAVE PROGRAM.
ENDMODULE.

MODULE user_command_0100.
  CALL SCREEN 500.
  SET SCREEN 100.
ENDMODULE.

MODULE call_list_500 OUTPUT.
  LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
  SET PF-STATUS space.
  SUPPRESS DIALOG.
  SELECT  carrid connid cityfrom cityto
    FROM  spfli
    INTO  CORRESPONDING FIELDS OF wa_spfli
    WHERE carrid = demo_conn-carrid.
    WRITE: / wa_spfli-carrid, wa_spfli-connid,
             wa_spfli-cityfrom, wa_spfli-cityto.
    HIDE: wa_spfli-carrid, wa_spfli-connid.
  ENDSELECT.
  CLEAR: wa_spfli-carrid.
ENDMODULE.

TOP-OF-PAGE.
  WRITE text-001 COLOR COL_HEADING.
  ULINE.

TOP-OF-PAGE DURING LINE-SELECTION.
  WRITE sy-lisel COLOR COL_HEADING.
  ULINE.

AT LINE-SELECTION.
  CHECK NOT wa_spfli-carrid IS INITIAL.
  SELECT  fldate
    FROM  sflight
    INTO  flightdate
    WHERE carrid = wa_spfli-carrid AND
          connid = wa_spfli-connid.
    WRITE / flightdate.
  ENDSELECT.
  CLEAR: wa_spfli-carrid.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 08:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225498#M478200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-06T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: leave list processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225499#M478201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;LEAVE LIST-PROCESSING&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form &lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Returns from list processing and re-processes the return screen (LEAVE TO LIST-PROCESSING). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING is not required if you use the standard F keys in list processing ( F3=Back and F15= Exit).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 08:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-list-processing/m-p/2225499#M478201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-06T08:42:36Z</dc:date>
    </item>
  </channel>
</rss>

