cancel
Showing results for 
Search instead for 
Did you mean: 

Printing graphics in Adobe forms

Former Member
0 Kudos

Hi,

I have a requirement in adobe forms where I need to print graphics stored as standard text (SO10) or on document server (SE78) by calling them inside a long text.

The client was doing this in legacy with SAP script and it was working fine but adobe form does not support this feature (as far as I know)

Is there any way we can print graphics by calling them inside long text?

Any inputs will be appreciated.

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

When you need to send a picture into the offline form: and

Of course you´re welcome with your questions here:

Regards Otto

Former Member
0 Kudos

Hi,

To print the graphic from SE78 in Adobe form you need to do the following steps.

1. Convert the graphic into graphic_content(XSTRING) using

call method cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp

2. Create Graphic node in Context in Adobe form with the properties

Grphic type as graphic content

Field as graphic_content(XSTRING)

MIME type as 'BMP'

3. In layout create an image field and bind it to graphic node created in context.

Regards,

Raju.

Former Member
0 Kudos

Thanks for the response Raju.

I already know how to print an image on adobe form directly from SE78.

But what I want is to insert this image from SE78 in a long text (using BITMAP statement) and print the image via this long text along with other contents of this long text.

Any suggestions?

Former Member
0 Kudos

Hi Shubham.

I have the same request here: Printing graphics in long text via Bitmap statement.

Please let me know if you have a solution for this!