cancel
Showing results for 
Search instead for 
Did you mean: 

Show print version button on ALV

former_member189690
Participant
0 Kudos

Hi gurus!

I need to show (and use) the Print Version standar button on my ALV component.

I have set l_table->if_salv_wd_std_functions~set_pdf_allowed( abap_true ) but nothing appears.

Any idea about it?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I have got the same problem and I am looking forward to having the soultion and it happened after the upgrade.

ChandraMahajan
Active Contributor
0 Kudos

Hi,

by default the Print Version button will be displayed on ALV. you may want to refer the code in method WDDOINIT method of standard application WDT_ALV.

regarding using this button - Once the Print Version button is displayed then click it. if everything is fine then you will be able to see PDF else error message will be displayed along with Display Help link. Just click it and follow the instuctions as per it.

It says, Note 918236 contains detailed information.

I hope this is useful for you.

Thanks,

Chandra