‎2008 Jan 03 12:15 PM
Hi,
may i know how to upload logo into script?
plz give me step by step procedure.
‎2008 Jan 03 12:18 PM
HI,
These are the steps to be followed for uploading graphics in R/3 system
1. First save the file as BMP
2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and
make it Zoom as 100% and save as *.TIFF
3. Open SE38 and execute program RSTXLDMC
4. Give your TIFF file path name
5. Select Bcol (for Color)
6. TEXT ID will be ZHEX-MACRO-*.
7. Inplace of * write your own logo name (ZCOMPANYLOGO)
8. Execute the program
9. Now Goto SE71 create your ZFORM
10. Create logo window
11. Goto text element of logo window
or
In 4.6x :-
1. Goto SE71 Change the mode to GRAPHICAL
2. Choose the Graph Tabstrips
3. Now type in some name for the LOGO WINDOW
4. Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP
5. The code will be written automatically. You just need to drag and drop wherever you want
the graphics to be.
Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
Refer this thread:
Reward points if this helps.
‎2008 Jan 03 12:18 PM
HI,
These are the steps to be followed for uploading graphics in R/3 system
1. First save the file as BMP
2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and
make it Zoom as 100% and save as *.TIFF
3. Open SE38 and execute program RSTXLDMC
4. Give your TIFF file path name
5. Select Bcol (for Color)
6. TEXT ID will be ZHEX-MACRO-*.
7. Inplace of * write your own logo name (ZCOMPANYLOGO)
8. Execute the program
9. Now Goto SE71 create your ZFORM
10. Create logo window
11. Goto text element of logo window
or
In 4.6x :-
1. Goto SE71 Change the mode to GRAPHICAL
2. Choose the Graph Tabstrips
3. Now type in some name for the LOGO WINDOW
4. Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP
5. The code will be written automatically. You just need to drag and drop wherever you want
the graphics to be.
Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
Refer this thread:
Reward points if this helps.
‎2008 Jan 03 12:18 PM
Hi,
Upload the image in SE78 and then you can use that in Script.
regards,
Pankaj
‎2008 Jan 03 12:18 PM
hi
good
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
‎2008 Jan 03 12:20 PM
Hi,
Use transaction SE78 to import graphics to SAP.
In the form painter, you can either include directly to the
form using menu Edit->Graphic->Create or using the INCLUDE
statement in a window.
To use an INCLUDE statement, goto into the window script
editor and use menu Include->Graphic. The include can look
like this for a bitmap:
/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON
Or use report RSTXLDMC
You run the report RSTXLDMC, give your logo(Saved as .tif
file) in the parameter and run the report.
Then Go to Se71 and include the image from the text
elements. For this you go to the Page windows. Press the
text elements button and the include the logo(Which actually
has been saved as a TEXT) using Insert->Text-STandard.
CHoose your LOGO.
please reward if helps,
regards,
Dinesh.
‎2008 Jan 05 5:25 AM
hi
i see step but in edit not any option or graphic
may be in insert this option is available
Edited by: JANI KRUPA on Jan 5, 2008 6:25 AM
‎2008 Jan 05 6:35 AM
‎2008 Jan 03 1:35 PM
If the image is BMP type use SE78 to upload image into SAP document server
If the image is TIFF type use standard program RSTXLDMC to upload image into SAP document server
Then
In scripts, create a window of GRAPHICS type
Go to FORM painter from SETTINGS menu
right clk on GRAPHICS window
follow the steps
select the required image from Doc Server list of images
Narendra
‎2008 Jan 05 4:37 AM
How to upload bmp logo into se78
give me step by step procedure