<?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: ALV default printing values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467691#M833499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried this, but it doesn't change anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2008 11:44:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-03T11:44:35Z</dc:date>
    <item>
      <title>ALV default printing values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467688#M833496</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'm using FM REUSE_ALV_GRID_DISPLAY and i'd like to change the default format (print format) of a report. Therefore, when the user presses the print button and the print alv list appears, the print format by default that the user would see, would be the one forced by code. Is this possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 11:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467688#M833496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T11:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV default printing values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467689#M833497</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;This can be possible if you can find out the code for that particular print button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you have to write your own logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its comes under the Enhancements And Modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 11:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467689#M833497</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-03-03T11:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV default printing values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467690#M833498</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;Add this piece of code in ur program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SET_PRINT_PARAMETERS'
  EXPORTING
    LAYOUT                      = 'X_65_1024/4' "Format u need
    DESTINATION                 = 'TEST'.       "Output device

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in Ur ALV &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data wa_print type slis_print_alv.
wa_print-NO_CHANGE_PRINT_PARAMS = 'X'.
 
call function 'reuse_alv..........
Exporting
............
...........
IS_PRINT = wa_print
...............
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 11:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467690#M833498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: ALV default printing values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467691#M833499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried this, but it doesn't change anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 11:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-default-printing-values/m-p/3467691#M833499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T11:44:35Z</dc:date>
    </item>
  </channel>
</rss>

