cancel
Showing results for 
Search instead for 
Did you mean: 

changing the position of a logo in sap-script

Former Member
0 Kudos

hi all,

i want to position my logo in the sap-script.

this is part of the code that was there in the standard program(text editor)----

define distance of logo from left margin of HEADER-window

DEFINE &LOGO_LEFT& = '53'

DEFINE &LOGO_LEFT_UNIT& = 'CH'

use empty lines to position logo from top of HEADER-window

Call monochrome logo ("BMON") that can be printed by

PCL-5, PostScript, Prescribe and SAPWIN printers

INCLUDE ADRS_HEADER_LOGO_BMON OBJECT TEXT ID ADRS LANGUAGE E

i changed the code as per my required logo,the logo is comming in the script but towards the left,while the earlier logo ws comming on the right

i tried to change '53' but to no effect

the changes i made is in italics

define distance of logo from left margin of HEADER-window

DEFINE &LOGO_LEFT& = '53'

DEFINE &LOGO_LEFT_UNIT& = 'CH'

use empty lines to position logo from top of HEADER-window

Call color logo ("BCOL") that can be printed by

PCL-5, PostScript, Prescribe and SAPWIN printers

BITMAP 'IBREL_LOGO_COL_S' OBJECT GRAPHICS

ID BMAP TYPE BCOL

pl help

regards,

johnson.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check your page size and also the size of the logo you are inserting...

You cannot resize the graphic window

regards

padma

Former Member
0 Kudos

thanks for the quick response,

well! how do i check that,

and if the logo is appearing then i dont think there is a problem with the size of any of it.

regards,

johnson

Former Member
0 Kudos

Hi,

You can check the width of the graph and also the position from which you are starting with the page settings

header data.... page format....

See the dimensions of the page the measurement may be cm or mm and you are using CH....

regards

padma