1

I have got a big problem with exporting ALV report to an Excel file. I do not know if there are any standard functions of unloading ALV report to Excel. I want implement this function as a special button.

Is it possible?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
user3493004
  • 85
  • 4
  • 12

1 Answers1

1

Where exactly is Your problem ? If You did not exclude the "Export-button" from the ALV toolbar, You will have all stuff available via default:

enter image description here

And a short f4 search in se37 would also bring You interesting information:

enter image description here

You also cen debug the default ALV toolbar export-button in order to examine the internal routines.

icbytes
  • 1,831
  • 1
  • 17
  • 27
  • TY. But now i have another problem. I dont know how to use function SALV_EXPORT_DATA_TO_APPL (parameters). e.g. s_param_lvc, export_type. – user3493004 Sep 09 '14 at 03:22
  • Then use "used where" helper and examine the other callers. And read the documentation. – icbytes Sep 09 '14 at 07:16