‎2007 Feb 08 5:35 AM
hi,
can any one pls tell me how to upload a image or logo on pagewindow as well as how to align the image.
Thanks in advance.
Ashok
‎2007 Feb 08 6:14 AM
hi
good
try this
The steps for including graphical elements in the layout set are as follows
The graphical element (like company logo) should be in valid graphic file format like .bmp or .jpg
Use appropriate software to convert the above file into a .TIFF file
Use report RSTXLDMC to upload this file as a text module in SAP
Execute the above program from the ABAP /4 editor
Enter the location of the .TIFF file on the PC
Specify BMON or BCOL as the raster image type
The SAP system suggests a name for the file ( like ZHEX-MARCO-* ). The * indicates the type of file. For e.g. if the file contains a logo then the name can be ZHEX-MACRO-LOGO
The ID should be ST and give the logon language
Running the program will convert this .TIFF file into a text element
Incorporate this converted logo in the appropriate window under the appropriate text element by giving
INCLUDE ZHEX-MACRO-LOGO OBJECT TEXT ID ST in the first line
thanks
mrutyun^
‎2007 Feb 08 5:40 AM
Hi ashok
Using Tc: se78 we can upload the image into scripts.
Regards,
kumar
‎2007 Feb 08 5:41 AM
HI,
You can use standard text for that.
Define a standard text for ex. 'LOGO'and write the below code inside it:
BITMAP 'LOGO_NAME' OBJECT GRAPHICS ID BMAP TYPE BMON
and then include that text with its id at your desired window like this:
INCLUDE 'LOGO' OBJECT TEXT ID ST LANGUAGE EN
REWARD HELPFUL ANSWERS.
Regards,
Siddhesh Sanghvi
‎2007 Feb 08 5:53 AM
Hi,
Check the link below:
It explains step-by-step process of uploading image in a sapscript.
Hope this helps.
Reward if helpful.
Regards,
Sipra
‎2007 Feb 08 5:57 AM
‎2007 Feb 08 6:14 AM
hi
good
try this
The steps for including graphical elements in the layout set are as follows
The graphical element (like company logo) should be in valid graphic file format like .bmp or .jpg
Use appropriate software to convert the above file into a .TIFF file
Use report RSTXLDMC to upload this file as a text module in SAP
Execute the above program from the ABAP /4 editor
Enter the location of the .TIFF file on the PC
Specify BMON or BCOL as the raster image type
The SAP system suggests a name for the file ( like ZHEX-MARCO-* ). The * indicates the type of file. For e.g. if the file contains a logo then the name can be ZHEX-MACRO-LOGO
The ID should be ST and give the logon language
Running the program will convert this .TIFF file into a text element
Incorporate this converted logo in the appropriate window under the appropriate text element by giving
INCLUDE ZHEX-MACRO-LOGO OBJECT TEXT ID ST in the first line
thanks
mrutyun^
‎2007 Feb 08 6:21 AM
hi.
thanks for answer.
could u pls tell me how to align the logo script on right side of the page or centre of the top cenere of the page.
thanks in advance
Ashok
‎2007 Feb 08 6:18 AM
Hi,
Upload the Logo with SE78 or the RSXLDMC program. by this way we can upload the logo from the system to SAP. so the logo will be avialble in the SAP. after that goto SAP SCRIPT and goto window then Insert and Graphic then insert the logo ...
Regards
Sudheer