‎2006 Feb 15 12:33 PM
Hi,
My issue is:
i want to display my company logo in SAP Script form.
How to do it?
what i tried was:
i executed the program rstxldmc.
there i loaded my logo which is in TFF format.
but while executing it gave me an error as
"No base line TIFF 6.0 file"
what should i do.....
is there any other way to load the logo in my sapscript.
pls help me.
Deepak
‎2006 Feb 15 12:36 PM
Hi
try to open the logo file by paintbrush and re-save the file.
Max
‎2006 Feb 15 12:43 PM
hi,
try to upload ur logo in se 78 in bmp format...and goto se71.
select the window goto->text elements
then choose insert->graphic
regards,
padma
‎2006 Feb 15 12:43 PM
Hi,
Save your LOGO in .TIFF or BMP in presentation sys.
You can UPLOAD your logo directly in SE78.
SE78>Graphics>BMAP grid screen. click on it.
give ur logo name .bmp file.
or in SE38 run prog:RSTXLDMC there you need to give your logo name saved as .tiff file in your desktop.
Thanks.
If this helps you reward with points.
‎2006 Feb 15 12:44 PM
Hi ,
Please open your graphic in pain brush and save as BMP file . then you can upload by using RSTXLDMC .
<a href="http://www.sap-img.com/ts001.htm">logoupload in sapscript</a>
Lanka
‎2006 Feb 15 12:44 PM
Import the logo using SE78 and to include it in our sapscript do this.
Goto Sapscript editor (window where u want to put the logo)> insert> graphics>click on Stored on Document Server> give ur logo name.......
Hope it helps.
Regards,
Bikash
‎2006 Feb 15 12:47 PM
HAI
GO TO TRANSACTION -SMW0
SELECT- BINARY DATA FOR RFC.......
EXECUTE..........
NOW U CAM IMPORT AND EXPORT THE LOGOS THAT U WANT INTO THE TABLE FORM DISPLAYED.
GO TO UR SAPSCRIPT TRANSACTION INCLUDE THE PROGRAM NAME U HAVE GIVEN IN SMW0.........
TRY THIS OUT IT WORKS........
REGARDS
SELVI
‎2006 Feb 15 12:49 PM
after uploading ur logo in the se78,
in se 71
edit->text elements
goto->change editor
and give tis code,
BITMAP 'ur logo name' OBJECT GRAPHICS ID BMAP TYPE BCOL
‎2006 Feb 15 12:56 PM
Hi Diwakar,
If you are trying to load the .TIFF file thru RSTXLDMC std. prg and if you are getting an error like "No base line TIFF 6.0 file", that is because of the IMAGING software version that was loaded on your presentation server. Try to convert the same .BMP to .TIFF file from someone's system and try to load the same .TIFF file in the similar way you did before.
Iam sure that if you do so, you won't get the same error again. If you still getting the same error, try to convert the .BMP file to .TIFF file on some other's presentation server. (This is just because of the Imaging s/w version)
‎2006 Feb 15 1:27 PM
Hi Deepak,
You can directly upload your company logo in SAP Script form.
Do the following steps:
1) Go to Setting -> Form Painter
2) Select Checkbox for "Graphical Form Painter".
3) You will see "FORM: Change Page Layout" screen.
4) Select Page(Eg: PAGE1) from drop down option for Page.
5) Select Window(Eg: Header) from the drop down option for Window.
6) Click on tab Graph.
7) Click on CREATE button.
😎 Click on IMPORT button at the bottom of the window.
9) Click on F4 help for field File Name.
10) Select the .BMP image of your company Logo from the desktop.
11) Give the Name and Descipton of .BMP image uploaded.
I have used this in many SAP Script forms. No need to upload image through SE78.
Hope it save your efforts and time.
Regards,
Neeraj Gupta