‎2007 Oct 04 12:24 PM
hi,
Iam uploading logo using RSTXLDMC prg and iam selecting BCOL option.
(for color)
when I execute and check ....the logo is in black and white.
why is it not appearing in colour??
regards
Arjun
‎2007 Oct 04 12:28 PM
Hi
You can put only Block and White logos in scripts
SAP SCRIPT
To create a logo in SAP printouts just do the following
1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
2. Run program RSTXLDMC and enter the following parameters
Enter file name C:\COMPLOGO.TIF
UOM CM
Line width for text 132
Text name ZHEX-MACRO-COMPLOGO
Text ID ST
Text language = E
Number of Tiff gray levels (2,4,9) 2
3. Then Create a new window 'COMP' with attributes;
Window COMP description Company Logo
Left margin 7.00 CH window width 10.00 CH
Upper margin LN window height 8.00 LN
Finally in the text element, mention
/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
Please note that if object name is not indicated as 'ZHEX... the logo may not be printed!
You will not be able to see the logo in a test print. The same will be printed in actual printout.
SMARTFORM
1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)
2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
4) Select any picture and set its Resolution in DPI
5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo
6) Set any other parameters if required, save and activate.
7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
😎 Use TCode SE78 to upload new pictures and logos.
look at Thread Dynamic Graph in smartforms
Refer the links also -
Regards
Anji
‎2007 Oct 04 12:29 PM
Hi Mallikarjun,
Upload your image in se78.
Go to Tcode se78 upload your image under bmap folder double click on tht and click on import button and upload your image either in black and white or color bitmap which is saved as .tiff or jpeg on your desktop.Now go to the window in your script form (se71) where you want to insert your image .Window -> Text elements ->Go to Insert in the menu ->Graphics and enter the name of your grahic mention in SE78.
Reward if helpful.
Regards,
Harini.S
‎2007 Oct 04 12:34 PM
Color logos can alos be uploaded in Sap script. Use T_code SE78
Graphic - Import - fill file name and select color radio button.
Just Insert this graphics file in script and colored logo will be displyed.
revert back in case of any problem
anya
‎2007 Oct 04 12:38 PM
Hi
<b>Logo Printing</b>
To print a Logo, follow the steps below :
Built a Logo. This file can be a bit map or windows meta file.
Convert the Logo to a TIFF ( extension TIF ) file.
Use program RSTXLDMC to convert the TIF file to a standard text.
Print this standard text via SAPscript INCLUDE command.
e.g. /: INCLUDE ZHEX-IBMLOGO-PCL OBJECT TEXT ID ST
<b>reward if usefull</b>