<?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: Leave To List Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473919#M1253419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you given this as short message in the attributes of your program? Just check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 13:41:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-15T13:41:06Z</dc:date>
    <item>
      <title>Leave To List Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473917#M1253417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys/Dolls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using classes and function groups.&lt;/P&gt;&lt;P&gt;I've come across the command "leave to list-processing" and using that but the problem is that when my data is displayed on the screen the 1st line it outputs is "SV Parameter" - I have no idea why.&lt;/P&gt;&lt;P&gt;so the data is displayed as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SV Parameter&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;Hello World&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do any of you guru's have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A small snippet of my code is as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF g_f_ft_section = 'Funder'.

      SUPPRESS DIALOG.
      SET PF-STATUS space.
      NEW-PAGE LINE-SIZE 255.
      PERFORM write_hello_world.                            "ok this is for test purposes

      LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.
  ENDIF.


FORM write_hello_world.

   Write:/ 'Hello World'.

ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 13:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473917#M1253417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T13:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Leave To List Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473918#M1253418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use NO STANDARD HEADING (Just recheck the command with F1) with you REPORT &amp;lt;name&amp;gt; command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 13:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473918#M1253418</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-04-15T13:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Leave To List Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473919#M1253419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you given this as short message in the attributes of your program? Just check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 13:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473919#M1253419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Leave To List Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473920#M1253420</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code&lt;/P&gt;&lt;P&gt;REPORT  zfv_amex_inb NO STANDARD PAGE HEADING&lt;/P&gt;&lt;P&gt;                                          LINE-SIZE  200&lt;/P&gt;&lt;P&gt;                                          MESSAGE-ID zf.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 13:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473920#M1253420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Leave To List Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473921#M1253421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that worked a treat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For My Info.&lt;/P&gt;&lt;P&gt;=========&lt;/P&gt;&lt;P&gt;Used the command on the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION-POOL zrc_config_sapgui NO STANDARD PAGE HEADING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is resident within LZRC_CONFIG_SAPGUITOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 13:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473921#M1253421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T13:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Leave To List Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473922#M1253422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SV_PARAMETER is the description that you have given during creation of the report which is by default shown in the output as you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;no standard heading&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; as an addition to your report statement.&lt;/P&gt;&lt;P&gt;Effect: Suppresses output of the standard page header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 14:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5473922#M1253422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T14:41:49Z</dc:date>
    </item>
  </channel>
</rss>

