Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Not getting EXPORT FILE BUTTON in output

Former Member
0 Likes
1,091

HI,

I have modified some standard report as i required.

In the ouput iam not getting the EXPORT FILE BUTTON.

I want to export the output of my report to an excel sheet using the EXPORT FILE BUTTON.

But that button is not there. It is an ALV GRID Report.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
896

Hello Ramana Reddy,

Its just a suggession that, never try to modify the standard reports. Always you can user User Exits for that.

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.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli.

Hello Ramana Reddy,

Its just a suggession that, never try to modify the standard reports. Always you can user User Exits for that.

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.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli.

2 REPLIES 2
Read only

Former Member
0 Likes
897

Hello Ramana Reddy,

Its just a suggession that, never try to modify the standard reports. Always you can user User Exits for that.

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.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli.

Read only

Former Member
0 Likes
896

Hi Ramana,

Try the following to analyze the reason:

1. When the ALV is displayed, check the System->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.

2. If you ALV is showing the SAP standard 'STANDARD' PF status, then check the following

in your program, where the fm reuse_alv_grid_display is called check the two parameters:

IT_EXCLUDING ==> 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

I_CALLBACK_PF_STATUS_SET ==> 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.

Cheers,

Aditya