‎2006 Jun 20 11:55 AM
Hi Friends,
How to insert a company logo in the Sapscript form.
Pls guide me.
Thanks in advance,
Mark k
‎2006 Jun 20 12:28 PM
Hi MARK,
Please check this,
Command in your Sapscript
/E LOGO
/: INCLUDE ZHEX-MACRO-NAME 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-NAME.
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
If found helpful, please do reward.
‎2006 Jun 20 11:56 AM
Hi Mark,
To Insert Company Logo
create the logo and save it in baseline tiff6 format ie logo.tiff
- goto SE38.
- in the program field, enter RSTXLDMC
- execute
- determine the location of logo.tiff
- in the file name field enter the name with it's location - unix file names are case sensitive.
- in the type field, enter the appropriate type.bmon black and white, bcol = colour
- in the text name field, enter zhex-macro-logo
- execute
- upload may take a while
- at the end of the protocol zhex-macro-logo id st language en saved succesfully message is necessary.
- back 4 times to main menu.
- tools-word processing- standard text
- in the text name field choose zhex-macro-logo
- choose display
- check the standard text
Now to add it.
- tools-word processing-form
- enter form name
- choose page layout and change
- add the logo_window it will be displayed in
- in the logo_window code section choose insert from top menu bar
- insert-text-standard, put in your logo name, zhex_macro-logo
- execute or enter
ALSO u can use SE78(if u want to use standard text then u have to follow the above steps)...
Regards,
Sridhar
‎2006 Jun 20 11:57 AM
1) UPload the logo from the desktop into your sap system through SE78.
2) In sap scripts,text elements of page windows,
choose from menu,Insert->Graphics.
Regards,
Ravi
‎2006 Jun 20 11:58 AM
hi,
Adding logo ...
1) You need to upload the logo from the desktop into your sap system using SE78.
2) In sap scripts, goto the text elements of page windows, choose from menu, Insert->Graphics.
Regards,
Richa
‎2006 Jun 20 12:00 PM
yeah, you can insert graphics by choosing menu bar insert->graphics. we use se78 to import graphics from our PC. choose graphic->import and select the graphic. then you can access this graphic from your insert->graphics in se71
in sap script
/:BITMAP 'LOGO_NAME' OBJECT GRAPHICS ID BMAP TYPE BCOL
‎2006 Jun 20 12:03 PM
Hi MARK,
Go to SE78 and upload that logo.
Go to your form and Include that logo into appropriate window
‎2006 Jun 20 12:09 PM
‎2006 Jun 20 12:12 PM
Hi,
execute RSTXLDMC in se38 prog or in graphical painter mode in page call graphic window and put the logo whereever you want.
If it helps reward points
Regards,
Nandha
‎2006 Jun 20 12:28 PM
Hi MARK,
Please check this,
Command in your Sapscript
/E LOGO
/: INCLUDE ZHEX-MACRO-NAME 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-NAME.
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
If found helpful, please do reward.