Hi ,
I have an ALV table. The first column of ALV table is linked to action. I have attached a text document image to the records. It displays fine. but when i use print version it throws an exception as field symbol has not been assigned. But if I remove the text document image and click print version it exports the data to pdf.
lr_uie_link->set_text_fieldname( 'INVOICE' ).
*lr_uie_link->SET_IMAGE_SOURCE( '~Icon/DocumentFile' ). --> this line if commeneted works fine.
The issue is in the standard code which throws an error if image to attached to a record.
Can any one help me???
Thanks,