cancel
Showing results for 
Search instead for 
Did you mean: 

How to include Print & Export Buttons in VC

Former Member
0 Kudos

Hi

I developed 1 Dashboard with Tables(4) & Graphs(4).

My requirement is to include PRINT & EXPORT TO PDF BUTTONS so that users can Print or export the all the items in dashboard or particular item to a PDF

Please advise how can i achieve this

Thanks

View Entire Topic
Former Member
0 Kudos

Hi

Refer the link below. Detail procedure of exporting the data to clipboard,excel & PDF isgiven -

http://sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/805709cb-ec97-2910-04b8-f3d6303d8d3b

(Check the appendix at the end of this document, that is also important)

Also if you want to print the dashboard follow th steps below -

1. Include one form & right click on it & go to 'Toolbars'

2. Create Button in it & assign the system action 'Print'

3. You will get various options for it (Print Table, Print Whole page etc.)

4. Select Print Whole page.

5. When you execute thei model in run time you will get one button in that. When user clicks this button, he will get normal print popup window which we get before printing anything.

Regards

Sandeep