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: 

Excel option in Script

Former Member
0 Kudos

hi,

I have developed a Report for material issue and Dispensing report. I am using sap script for this report. Now my user wants the Excel option for downloading the data in excel format.

How can i include the Excel button in my screen.and How can i set the Pf-status in sap script?

Thanks,

Neptune.M

1 REPLY 1

Former Member
0 Kudos

Hi

Or you set a new gui in your report and here insert two buttom: one for print (sapscript) and one for downloading (to excel): so the user can choose if to print or download the document;

or you insert a checkbox for downloading option: so if the user sets that flag it means he wants to download the document after printing it.

But you can't add new gui in SAPSCRIPT screen.

Max