cancel
Showing results for 
Search instead for 
Did you mean: 

Company logo not printing in SAPscript

0 Kudos

Hello experts,

We have some SAPscript forms with the company logo displayed via ZHEX-MACRO-LOGO. This was called via /:INCLUDE 'ZHEX-MACRO-LOGO' OBJECT TEXT ID ST.

This was working fine till about 2 weeks back but suddenly stopped working.

What could have gone wrong? It doesn't look like anybody touched the standard text in ZHEX-MACRO-LOGO.

Thanks in advance!

Edited by: poplintos on Apr 14, 2011 5:46 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

madhu_vadlamani
Active Contributor
0 Kudos

HI poplintos

As Aidan upload one more time.

Regards,

Madhu.

Former Member
0 Kudos

1. Verify in SE78 to see if the image can be previewed.

2. If you can see it then it's still there and fix the form to display it via bitmap command

BITMAP imagename OBJECT GRAPHICS ID BMAP TYPE BITMAPTYPE

3. If you cannot see it then reupload it

Former Member
0 Kudos

to be honest i wonder why this worked in the first place.

The statement you have given us doesnt print a logo, but a standard text beeing maintained by TA SO10.

Maybe in this text you got your correct statement which prints your logo, but i just can suspect that.

So you should check if maybe this text was changed.

Former Member
0 Kudos

NOT true, Florian....This is the way you show logos in SAPScript!

I use:

/: INCLUDE ZHEX-MACRO-LOGOxxx OBJECT TEXT ID ST LANGUAGE EN

Did someone DELETE the text object? Is the logon language for the user changed? Did someone modify the text object and save it?

If so, get the baseline Tiff 6.0 graphic file and create the macro again with RSTXLDMC. And you can disregard this BITMAP...irrelevant to what you're doing.

Former Member
0 Kudos

That's not the correct way. Include is any way obsolete for images stored in SO10 as text.

You should use this:

/: BITMAP 'SAP TEST' OBJECT GRAPHICS ID BMAP TYPE BMON

insert menu->graphics->stored in doc server

Former Member
0 Kudos

That's not the correct way. Include is any way obsolete for images stored in SO10 as text.

Where's the SAP-written documentation to support this statement?

Former Member
0 Kudos

insert menu->graphics->you will find two tabs

a> stored on doc server and b> stored as text(Obsolete)

Its always better to use point <a> (tcode SE78 for uploading graphics)

Former Member
0 Kudos

Thanks for the wakeup-call Mr. BreakPoint

It´s just i never stumbled upon this, so i was a bit curious. Learning something new every day

aidan_black
Active Contributor
0 Kudos

Hi,

I am not sure why t stopped working. Do you use a different device type.

I suggest that you upload the logo again this time via transaction SE78 and use the BITMAP command for the graphic in the sapscript form. See SAP note #39031. See SAP note #307414 for details how to use the BITMAP command.

Regards,

Aidan