<?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 Printing ALV Report output through Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893282#M1480334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to print my ALV Grid output through function modules/statement (not through print option in menu). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because, i am generating a PDF from spool when user clicks on a button. If any changes happened in the ALV output layout, they will be captured in spool through printing it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you please tell me how to print the ALV Output through FMs or sending the ALV output to spool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Senthil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: senthil nathan on May 17, 2010 2:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 May 2010 09:18:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-17T09:18:36Z</dc:date>
    <item>
      <title>Printing ALV Report output through Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893282#M1480334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to print my ALV Grid output through function modules/statement (not through print option in menu). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because, i am generating a PDF from spool when user clicks on a button. If any changes happened in the ALV output layout, they will be captured in spool through printing it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you please tell me how to print the ALV Output through FMs or sending the ALV output to spool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Senthil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: senthil nathan on May 17, 2010 2:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 09:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893282#M1480334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T09:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Printing ALV Report output through Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893283#M1480335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You can use "Reuse_alv_grid_display" Function Module.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Devinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 09:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893283#M1480335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T09:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printing ALV Report output through Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893284#M1480336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to print the ALV when the user clicks on a button in toolbar. Lets say the user has made some changes to the layout, (E.g hiding a field) and when i print that output it should use the changed layout, If i use the FM suggested by you, i cant acheive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try to print this manually, the system uses the changed layout and not the original. Thats why i want to know FMs/statement to print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Senthil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 10:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893284#M1480336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T10:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Printing ALV Report output through Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893285#M1480337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas on how to acheive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Senthil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 11:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-alv-report-output-through-function-modules/m-p/6893285#M1480337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T11:10:24Z</dc:date>
    </item>
  </channel>
</rss>

