Application Development 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: 

How to export SAP SCRIPT data to excel file?

Former Member
0 Kudos

Hi,

I am working on SAP SCRIPT. I want the user to be able to export this SAP SCRIPT report to an excel sheet.

How can I do this?

Thanks.

6 REPLIES 6

Former Member
0 Kudos

Hi Kumar,

Check this one:

Regards,

Chandra Sekhar

0 Kudos

Hi Chandrasekhar,

This has not answered my query.

Is there any other solution??

Former Member
0 Kudos

hi,

in ur prog call RSTXCRP.

or u can do it thru menu path utilities-form info - save to pc file

try this.....

Former Member
0 Kudos

Hi,

the process is:

SYSTEM -> LIST -> SAVE -> LOCAL FILE.

Then select Spreadsheet and choose the destibation where to store.

Former Member
0 Kudos

Hi,

the process is:

SYSTEM -> LIST -> SAVE -> LOCAL FILE.

Then select Spreadsheet and choose the destibation where to store.

Former Member
0 Kudos

after close_form use this

Function module to convert your sap script data into

TXT formate

SX_OBJECT_CONVERT_RAW_TXT

Now use function module GUI_Download to Download data into local PC

Regards,

Alpesh