2007 Jul 30 6:15 AM
HOW TO DEFINE A L0GO IN A SAP SCRIPT PLS LEMME KNOW //////////
2007 Jul 30 6:17 AM
hi,
1. Save the image file as BMP.
2. Opn the .BMP file in 'Imaging' Tool or Microsoft Photo Editor.
3. Zoom it as 100% and save it as .tiff file.
4. Open SE38 and execute program RSTXLDMC.
Give .Tiff file path name and set color as BMON.
5. Execute the Program and the image will be uploaded in SAP.
2007 Jul 30 6:18 AM
Hi,
1. Save the image file as BMP.
2. Opn the .BMP file in 'Imaging' Tool or Microsoft Photo Editor.
3. Zoom it as 100% and save it as .tiff file.
4. Open SE38 and execute program RSTXLDMC.
Give .Tiff file path name and set color as BMON.
5. Execute the Program and the image will be uploaded in SAP.
Regards,
Priyanka.
2007 Jul 30 6:19 AM
Hi,
Check whether this links helps you.
http://www.sap-img.com/ts001.htm +
There are two methods to upload the company logo.
one way is using the program : RSTXLDMC and another one is using SE78 - Graphics management.
Using any one of these u can upload ur logo.
Run the program RSTXLDMC, give the logo and include that logo in the layout in the appropriate place.
Thanks & regards
Ravish Garg
<b>REMEBER REWARD POINTS IS THE BEST WAY TO SAY THANK YOU</b>
2007 Jul 30 6:19 AM
hi,
Command in your Sapscript
/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
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
<b>Regards,
Azhar</b>
2007 Jul 30 6:20 AM
hi,
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
The program is RSTXLDMC, the logo needs to be save in .TIF format.
Use transaction SE78 to inmport 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 stanment, goto into the woindow script editor and use menu Include->Graphic. The include can look like this for a bitmap:
/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON
<b>Rewars point</b>
regards
Ashok Kumar
2007 Jul 30 6:22 AM
Hi,
if u doint have logo then create it using Se78.
if already have one then
in script: goto Insert--- graphics
and select the logo and add it
Jogdand M B