‎2008 Jul 23 11:03 AM
Hi,
Is it possible to include logo in script form?
How we can do that?
‎2008 Jul 23 11:05 AM
‎2008 Jul 23 11:06 AM
Hi,
Welcome to SDN,
IT is possible to upload LOGO in SAP script.
check the link for detail process
http://www.sap-img.com/ts001.htm
Regards,
Anirban
‎2008 Jul 23 11:07 AM
Hi,
Yes It is possible you can upload the logo using transaction se78 and then call it in the script as below.
INCLUDE Z_YOUR_LOGOA OBJECT TEXT ID ST LANGUAGE E
Regards,
HImanshu Verma
‎2008 Jul 23 11:07 AM
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).
Regards
Harish
‎2008 Jul 23 11:08 AM
hi,
WELCOME TO SDN.
yes u can include logo in script form.
in setting goto form painter and check the check box graphical form painter.
now in ur next screen u get option for graphic then click create graphic and include ur logo there.
‎2008 Jul 23 11:08 AM
ya i think you can. as u go to SE71. in Environment you can see administratiion and then that graphics.
‎2008 Jul 23 11:08 AM
go to se78 and find the logo u want to include then
u can open ur sap script
go to the text editor >insert >graphics
Edited by: kartik tarla on Jul 23, 2008 12:09 PM
‎2008 Jul 23 11:09 AM
Hi,
yes, You can insert Logo in SAP Script.
Open the Editor of script.Now go to Insert Menu.
Then Click Graphics.
insert the Logo name in the Screen diplayed next.
Before that you have to Import the Logo in system usind transaction SE78.
Regards,
Sujit
‎2008 Jul 23 11:09 AM
Hi Jyothi,
first of all goto SE78 .
Click on BMAP Bitmap Images.
Go to menubar.
Graphics ==>>Import
U have a pust button Text Elements if u click on it, it takes u to the editor where we write code in script.
There follow the menu path
Insert ---> Graphics
Now u get a Pop-up Include Graphic . There u have two Tabs. In that select the Tab Stored on Document Server. Select the radio button Black and White or Color depending on ur requirment.
Give the name of the logo which u what to insert. If u dont know then press F4 then u get the list of logos which are present on the application server.
If Found Help Full Do Reward.
Regards.
Eshwar.
‎2008 Jul 23 11:10 AM
Hi Bhagya,
first go to SE78 and import your garphics then come to the editor of script and go to INSERT then GRAPHICS, and give the name of the graphics and enter.
With luck,
Pritam.