cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying images in adobe forms! Please help

Former Member
0 Kudos

Hello experts,

I have been trying hard to get a logo displayed in adobe forms. I also went through all the previous posts on this but could not find a working solution.

The image is loaded used SE78 as BMP.

In the form, I created a graphic object in the context. Gave graphic type as graphic content.

Used the function module

CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp

EXPORTING

p_object = 'GRAPHICS'

p_name = 'ZRLOGO_DLR'

p_id = 'BMAP'

p_btype = 'BCOL'

receiving

p_bmp = g_logo.

  • EXCEPTIONS

  • not_found = 1

  • internal_error = 2

    • others = 3

so that g_logo has the data of type xstring.

and in the graphic content, gave g_logo as the field and MIME type as Image/bmp.

The image JUST does not seem to appear. Can you please help me figure out what is wrong?

Thanks in advance!!

Regards,

Veena

Accepted Solutions (1)

Accepted Solutions (1)

rejish_balakrishnan
Contributor
0 Kudos

Hi,

Try to change the type of g_logo to hexadecimal value ...

Answers (0)