cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in printing a logo

former_member305388
Active Contributor
0 Kudos

Hi All,

There is a script in which logo is printed by including a standard script. But the problem is when it is executed logo is not appearing. But when the user is printing that on paper..it's appearing..strange. Can anybody explain why this is happening. I checked the code and the script but couldn't find any solution. But the standard text is in some HEX format.

/: INCLUDE LOGO OBJECT TEXT ID ST LANGUAGE EN

For this in standard text..

the code is like

/: HEX TYPE PCL HEIGHT 000000 CM LEFT 000000 CM RESI

some junk characters (a lot)

/: ENDHEX

Kindly help me out. Whether that is bcoz of this HEX? Kindly help me out.

Thanks a lot..

Seenu

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member305388
Active Contributor
0 Kudos

I checked all the above solutions. But couldn't solve the issue. I should give them reason why it's happening. Kindly help me out.

Thnaks a lot.

Former Member
0 Kudos

if u don want to print in ur form , remove that logo window from page window.

i mean to go to page window and comment that logo code.

please don delete from window , only remove from page window.

reply me if it is not helping

Edited by: chandramani kumar on Jun 24, 2008 8:37 AM

former_member196280
Active Contributor
0 Kudos

I guess this is an authorization issue. Check with your basis team.

For, testing try to upload a new logo and replace with current logo name. If new logo gets printed.. you can consider a quthorization issue and basis can solve easily for you.

Also make sure no condition is placed for printing the logo. make sure all "IF " statements concluded correctly with ENDIF

close the thread once your question is answered.

Regards,

SaiRam

Former Member
0 Kudos

Hi,

For graphics in sapscript the code should look like this:

BITMAP 'MYSAPCOM' OBJECT GRAPHICS ID BMAP TYPE BCOL

where MYSAPCOM is the name of the logo.

Goto sapscript editor and select INSERT on the menu and then select GRAPHICS.

Cheers.

...Reward if useful

Former Member
0 Kudos

Hi,

Goto SE71, and after entering your script name there, go to change mode. Click Layout. It would give you the list of windows and Pages. Right next to the Windows tab is the Graphics tab. click that and upload the logo using that. re it would work.

Thanks

Nayan