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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create a button in each table and set its action as System action 'Print' and set parameter as 'Print page'.

Deploy the application. When you can click 'Print' button you can save it as PDF document or print the table contents.

Regards

Basheer

Former Member
0 Kudos

Hi

Please advise how can i include Export to PDF or Export to Excel Button in VC Dashboard.

If user press the export button..my requirment is to export Dashboard (Graph)(Not data) to a PDF or Excel

Thanks

Former Member
0 Kudos

Hi,

To export a graph into PDF, do the steps for add a button to for print action. when you press the 'print' button a dialog will ask for printers.In this dialog select 'Microsoft Office Document Image Writer". The graph will save as a image and you can copy it.

Regards

Basheer

Former Member
0 Kudos

HI

Thanks for update...

How can i include Export to excel option

Thanks

Former Member
0 Kudos

Hi

Just refer the link which i have already posted in my earlier reply. All export options are clearly mentioned. Options which are included in that document are -

1. Export to Excel.

2. Export to PDF.

3. Export to Clipboard.

Regards

Sandeep