Application Development and Automation 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: 
Read only

Sapscript: position OBJECT GRAPHICS ID

Former Member
0 Likes
1,842

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
Read only

Former Member
1,037

Hi,

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

Regards,

Sravanthi

3 REPLIES 3
Read only

Former Member
1,038

Hi,

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

Regards,

Sravanthi

Read only

Former Member
0 Likes
1,037

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.

Read only

Former Member
0 Likes
1,037

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.