<?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: Not getting EXPORT FILE BUTTON in output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-export-file-button-in-output/m-p/3313406#M793616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following to analyze the reason:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When the ALV is displayed, check the System-&amp;gt;Status and get the PF-status. Double click on the PF status and check whether the Download button has been de-activated in the Pf status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you ALV is showing the SAP standard 'STANDARD' PF status, then check the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your program, where the fm reuse_alv_grid_display is called check the two parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_EXCLUDING ==&amp;gt; check if anything is being passed to this import parameter - the table passed here contains all ok codes which are to be deactivated in the PF status &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_CALLBACK_PF_STATUS_SET ==&amp;gt; check whether any subroutine name is being passed here. If passed, check the SET PF-STATUS statemnt in this subroutine. Check if it has any "Exluding" clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2008 09:27:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-05T09:27:46Z</dc:date>
    <item>
      <title>Not getting EXPORT FILE BUTTON in output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-export-file-button-in-output/m-p/3313404#M793614</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 have modified some standard report as i required.&lt;/P&gt;&lt;P&gt;In the ouput iam not getting the EXPORT FILE BUTTON.&lt;/P&gt;&lt;P&gt;I want to export the output of my report to an excel sheet using the EXPORT FILE BUTTON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           But that button is not there. It is an ALV GRID Report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-export-file-button-in-output/m-p/3313404#M793614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting EXPORT FILE BUTTON in output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-export-file-button-in-output/m-p/3313405#M793615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ramana Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just a suggession that, never try to modify the standard reports. Always you can user User Exits for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok. For your Qs, Create PF status and put one push button. Code that is associated to that puhbutton use BDC concept to download the output to the excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpful.&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;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-export-file-button-in-output/m-p/3313405#M793615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting EXPORT FILE BUTTON in output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-export-file-button-in-output/m-p/3313406#M793616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following to analyze the reason:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When the ALV is displayed, check the System-&amp;gt;Status and get the PF-status. Double click on the PF status and check whether the Download button has been de-activated in the Pf status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you ALV is showing the SAP standard 'STANDARD' PF status, then check the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your program, where the fm reuse_alv_grid_display is called check the two parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_EXCLUDING ==&amp;gt; check if anything is being passed to this import parameter - the table passed here contains all ok codes which are to be deactivated in the PF status &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_CALLBACK_PF_STATUS_SET ==&amp;gt; check whether any subroutine name is being passed here. If passed, check the SET PF-STATUS statemnt in this subroutine. Check if it has any "Exluding" clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-getting-export-file-button-in-output/m-p/3313406#M793616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:27:46Z</dc:date>
    </item>
  </channel>
</rss>

