Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript: position OBJECT GRAPHICS ID

Former Member
0 Kudos
1,074

Hi all,

I hope there is someone can help me...

My problem is: i've used the istruction to insert an image in a Sapscript

/: BITMAP 'LOGO_TOPAZIO_DATI1' OBJECT GRAPHICS ID BMAP TYPE BCOL

now, how can i position the image in the centre of page?

Thanks a lots,

regards,

Alex.

1 ACCEPTED SOLUTION

Former Member
269

Hi,

/people/naimesh.patel/blog/2008/05/22/watermark-in-sapscript

Regards,

Sravanthi

3 REPLIES 3

Former Member
270

Hi,

/people/naimesh.patel/blog/2008/05/22/watermark-in-sapscript

Regards,

Sravanthi

Former Member
0 Kudos
269

Hi,

To print image, you have to import a tif file from your local hardisk via the SAP abap program RSTXLDMC.

In the sap script, add in the following script.

: / INCLUDE ZLOGO OBJECT TEXT ID ST LANGUAGE EN.

or

Tested in 4.6x

Go to transaction SE78.

Follow the path given below (on the left windows box) :-

SAPSCRIPT GRAPHICS --> STORED ON DOCUMENT SERVER --> GRAPHICS --> BMAP

Enter the name of the graphics file on the right side and Go to the menu GRAPHIC --> IMPORT.

Thanks,

Neelima.

Former Member
0 Kudos
269

Hi Alessandro,

You have to align the window size as per your requirement like if you want to place your logo at particular position.You have to align the left margin,right margin, upper margin and length to place it where ever you want it on the window.

Much Regards,

Amuktha.