cancel
Showing results for 
Search instead for 
Did you mean: 

Dymnamic LOgo in adobe forms

Former Member
0 Kudos

hi ,

i am using the following code in form interface.

CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp

EXPORTING

p_object = v_object " 'GRAPHICS'

p_name = v_name " Name of the logo as in se78

p_id = v_id " 'BMAP'

p_btype = v_btype " 'BCOL' ( whether the image is in color or black and white )

RECEIVING

p_bmp = v_field

EXCEPTIONS

not_found = 1

internal_error = 2

OTHERS = 3.

g_logo = v_field.

IN the context of adobe form i created graphic and mentioned type as graphic content.In the field name i gave g_logo and mime type as bmp.

In the layout i created a image field and binded with the graphic. As soon as bind it the field type is changed from image type to text field.How to solve it?

pls help me.

regards,

sreelakshmi.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sreelakshmi,

please refer to this link,

http://www.saplcc.com/ABAP

it may useful to you..

Regards!!!

Former Member
0 Kudos

hi,

I am passing the logo from the interface .i am gave the field as g_logo which is of type xstring . and mime type as 'image/bmp'. But logo is not getting displayed. Please help.

regards,

sreelakshmi.

Former Member
0 Kudos

Hello,

I am also facing the same problem now. Could you please let me know how you solved it?

Thanks!

Veena