‎2007 Apr 17 5:38 PM
hi friends,
i have a problem in uploading a logo in a script......n also when i am trying to execute it is giving an answer such as start-form is missing n write-form is invalid.....
madhuri
‎2007 Apr 17 5:54 PM
madhu....
To insert logo in SAP script, follow the steps below:
/: 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
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.
other method...
You have uploaded the picture as .TIF in Sap using ABAP RSTXLDMC and have also add the statement
/: INCLUDE ZHEX-SAMPLE-PICTURE OBJECT TEXT ID ST LANGUAGE EN
in your SapScript but the problem is that in print preview it's not displaying the picture.
It is normal that the picture doesn't show in print preview and you will be able to see the object only after printing.
Don't let this bother you as long as the picture is shown on the hardcopy printout.
Procedure :How to Upload graphics (IMAGE) to your Sapscript
~~Guduri
‎2007 Apr 17 5:41 PM
Logo should upload by transaction SE78 and should be .BMP or .TIFF
You can include using the INCLUDE menu...
Can you post the piece of course that is giving trouble?
Greetings,
Blag.
‎2007 Apr 17 5:43 PM
u should use SE78 to upload a logo which should be either in .bmp or .tiff format
‎2007 Apr 17 5:54 PM
madhu....
To insert logo in SAP script, follow the steps below:
/: 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
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.
other method...
You have uploaded the picture as .TIF in Sap using ABAP RSTXLDMC and have also add the statement
/: INCLUDE ZHEX-SAMPLE-PICTURE OBJECT TEXT ID ST LANGUAGE EN
in your SapScript but the problem is that in print preview it's not displaying the picture.
It is normal that the picture doesn't show in print preview and you will be able to see the object only after printing.
Don't let this bother you as long as the picture is shown on the hardcopy printout.
Procedure :How to Upload graphics (IMAGE) to your Sapscript
~~Guduri
‎2007 Apr 18 3:47 AM
Madhuri,
LOGO should be uploaded not only in the Development Client but also should be uploaded in the Quality and Production too separately.It is not enough if you had uploaded in Development and testing it in the rest.Check that.
K.Kiran