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

How to export SAP SCRIPT data to excel file?

Former Member
0 Likes
2,983

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.

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
Read only

Former Member
0 Likes
1,275

Hi Kumar,

Check this one:

Regards,

Chandra Sekhar

Read only

0 Likes
1,275

Hi Chandrasekhar,

This has not answered my query.

Is there any other solution??

Read only

Former Member
0 Likes
1,275

hi,

in ur prog call RSTXCRP.

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

try this.....

Read only

Former Member
0 Likes
1,275

Hi,

the process is:

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

Then select Spreadsheet and choose the destibation where to store.

Read only

Former Member
0 Likes
1,275

Hi,

the process is:

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

Then select Spreadsheet and choose the destibation where to store.

Read only

Former Member
0 Likes
1,275

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