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

Transfer data to excel files

Former Member
0 Likes
348

Hy!

I have a table control with a button SORT and I want the result of pushing this button to be put in an Excel file ( the sorted records).

Any suggestions ?

Many thanks.

Hy!

I have a table control with a button SORT and I want the result of pushing this button to be put in an Excel file ( the sorted records).

Any suggestions ?

Many thanks.

1 REPLY 1
Read only

Former Member
0 Likes
329

check the sy-ucomm. or okcode.

if sy-ucomm = 'SORT'.

sort the internal table.

call gui_download.