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: 

export to local file-pdf from ALV

Former Member
0 Kudos

Exporting data including to PDF format .  


Moderator message - Please use a meaning subject line in future.

Message was edited by: Suhas Saha

5 REPLIES 5

nabheetscn
Active Contributor
0 Kudos

Wow what a nice question. Do you expect us to tell you what your problem is and how it can be solved. I am sorry if i am blunt but please at least keep a  meaningful subject and provide details of the problem.

Nabheet

0 Kudos

Sorry , for keeping it short .
But i want to get pdf   when click in alv grid display on

Exporting data   .I have use the function module to convert it to the pdf but dont know how to add this file (pdf )to standard alv toolbar button.

0 Kudos

Hi Rohit

Copy the standard PF status to your program. Then modify the PF status and add your PDF Fcode. You can then code for the Fcode.

How are you displaying the ALV?

Nabheet

0 Kudos

ALV is displayed  using Factory Method .It is a report program.

0 Kudos

You can call method gr_alv->set_screen_status the copied one from the standard

Nabheet