2009 Feb 27 12:24 PM
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.
2009 Feb 27 12:27 PM
Hi,
/people/naimesh.patel/blog/2008/05/22/watermark-in-sapscript
Regards,
Sravanthi
2009 Feb 27 12:27 PM
Hi,
/people/naimesh.patel/blog/2008/05/22/watermark-in-sapscript
Regards,
Sravanthi
2009 Feb 27 12:28 PM
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.
2009 Feb 27 12:29 PM
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.