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

Save internal table on application server in .xlsx format

sridhar_meesala
Active Contributor
0 Likes
711

Hello All,

We have a requirement to save the data in an internal table on to the application server in .xlsx format.

Can someone please let me know if this is possible. And I do not want to save it as microsoft xml format (.xml extension).

On searching for this requirement we found abap2xlsx SAPLink. But is there any standard method provided by SAP to download data in .xlsx format on application server. And can we download .xlsx to application server directly using abap2xlsx.

Thank you,

Sri.

1 ACCEPTED SOLUTION
Read only

sridhar_meesala
Active Contributor
0 Likes
465

ABAP2XLSX project solved the problem. It is very useful.

2 REPLIES 2
Read only

arindam_m
Active Contributor
0 Likes
465

Hi,

You should try OPEN and CLOSE dataset option and if you want OPEN CLOSE encapsulated in fancy Class try CL_RSAN_UT_APPSERV_FILE_WRITER. Does the same thing only you don't have bother on OPEN.. CLOSE DATASET handling.

Cheers,

Arindam

Read only

sridhar_meesala
Active Contributor
0 Likes
466

ABAP2XLSX project solved the problem. It is very useful.