cancel
Showing results for 
Search instead for 
Did you mean: 

Display PDF File from Application server

Former Member
0 Kudos

Dear All,

For displaying the Existing PDF File on separate view for user action in webdynpro component.

I have created PDF files using smart form and placed in of the folder in application server. Now i need to display this file on the View, when ever user does the Action on it.Do any know the process and related Method which will be helpful to solve my issue. Please don't suggest me to create the mime object. Since this is not a unique/single file i need to display.

Thanks and regards,

Naresh 

Accepted Solutions (1)

Accepted Solutions (1)

amy_king
Active Contributor
0 Kudos

Hi Naresh,

See the document, . If you prefer to show the PDF docked inside a view, you can also use an InteractiveForm UI element.

Cheers,

Amy

Former Member
0 Kudos

Hi Amy,

Can you please advise me to get the Tooltip usage on the Field value(i.e Cell Value Displayed in the ALV) In Webdynpro Abap.

Thanks and regards,

Naresh Kumar.

amy_king
Active Contributor
0 Kudos

Hi Naresh,

Please create a new discussion for this question so that others will see the question too.

Cheers,

Amy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naresh,

Try   cl_wd_runtime_services=>attach_file_to_response(

     i_filename  = filename
      i_content   = xstring
      i_mime_type = mime_type

).

Regards,

Catalin