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

Reg : PDF output.

Former Member
0 Likes
643

Hello Guys...

Thanks for all the support in SDN .

I have a problem . Would be greatful if some one would help me out.

Issue : I have a Excel file on presentation server. I have displayed the Excel file directly in the container for the end user depending on a user interaction. Now the end user wants to have the excel file to be printed out in PDF format. How can i get it ?

Excel file is not defined , It can have any number of fields , what ever may be the properties of the fields.

Thanks and Regards,

Chandu Reddy Sunkari

Hello Guys...

Thanks for all the support in SDN .

I have a problem . Would be greatful if some one would help me out.

Issue : I have a Excel file on presentation server. I have displayed the Excel file directly in the container for the end user depending on a user interaction. Now the end user wants to have the excel file to be printed out in PDF format. How can i get it ?

Excel file is not defined , It can have any number of fields , what ever may be the properties of the fields.

Thanks and Regards,

Chandu Reddy Sunkari

3 REPLIES 3
Read only

Former Member
0 Likes
611

Hi,

Can you first convert the excel file to internal table by using the FM ALSM_EXCEL_TO_INTERNAL_TABLE and then give this data to the PDF creation FM.

thanks

manish

Read only

Former Member
0 Likes
611

hii,

if your excel contains only text , then you can convert to PDF by using below three FM's.

1.ALSM_EXCEL_TO_INTERNAL_TABLE --Reading excel data to internal table

2.RSPO_SX_OUTPUT_TEXTDATA - sending internal table data to spool creation

3.CONVERT_OTFSPOOLJOB_2_PDF - spool to PDF conversion

regards,

Shweta

Read only

Former Member
0 Likes
611

Thank you for ur suggestions , will surely try doing it ..

thanks and regards

chandu reddy sunkari