cancel
Showing results for 
Search instead for 
Did you mean: 

Regd Dynamic ALV display

Former Member
0 Kudos

Hi All

I used SALV_WD_TABLE in order to get dynamic ALV display.

I got result but Two buttons came automatically. One is Print Version and Other is Exort.

What is the Print Version funcationality.? When i clicked on Print Version button - I am getting error like RFC destination SALV_WD_EXPORT_PDF does not exist.

I didn't find SALV_WD_EXPORT_PDF as a component.

In Export button ther are two options.

1. Export to Excel - It is working fine.

2. BEx Analyser - When I clik on this it is going to dump.

How can I rectify this and what Is the functionalty of this?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ramakrishna,

As iam new to Web dynpro ABAP.can u let me know that How to display the ALV Dynamically? can u send me the code upon this if possible.....

Thanks & Regards,

ajay.k

Former Member
0 Kudos

Hi rama krishna,

This problem can be solved by applying the note: 918236.

SAP Note 918236 - WD ABAP ALV - creating print version

Hope I have helped!

Ricado dos Santos Silva

Consultor SAP Basis

sharat_chandra
Active Participant
0 Kudos

Hi,

As you said there is no WD component for SALV_WD_EXPORT_PDF but there is a standard component SALV_WD_EXPORT_UI. But "SALV_WD_EXPORT_PDF" is a function group. The FM SALV_WD_EXPORT_PDF here strangely doesnt have any code in it !!

Also, "BEx Analyser " is a frontend tool for BW analysis. So if this tool is not installed in your local PC, then there might be dumps.

Former Member
0 Kudos

Hi

In dynamic ALV grid, Export to excel woring fine bur Print Version not working.

Please help me how can I make it to work Print Version functionalty.

Thanks in advance

sharat_chandra
Active Participant
0 Kudos

Hi,

The reason for failure here is that the RFC destination where the print command actually executes is not available or the communication is not configured properly.

I executed the ALV functionality in our s/m & its fine. For more details, just put a HTTP breakpoint in the method: ON_PDF of class CL_SALV_WD_C_TABLE_V_TABLE. Then execute any ALV WD & check at the point where this call is made "call function 'SALV_WD_EXPORT_PDF' destination l_rfc_dest".

Please note that this may be most probably a basis problem. Get in touch with your s/m admin.

Former Member
0 Kudos

Hello,

Can you explain me step by step how can I do this HTTP breakpoint to test this ?

I don't know how can I do.

Thanks in advance.

Albert