‎2007 Oct 01 1:26 PM
hi,
i have developed an applicaton in SAP SCRIPTS i need to load picture ...it should accept image present on presentation server.please let me know regarding this..
Surely points will be rewarded.
‎2007 Oct 01 1:28 PM
hi,
for this u need to go to SE78.
Import ur image which should b in tiff format.It will store on document server.
Than u can add ur image in script by insert graphics.
‎2007 Oct 01 1:30 PM
hI,
See the link.
<a href="http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums">http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums</a>
Regards
Srinu
‎2007 Oct 01 1:31 PM
Hi,
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.
<b>OR</b>
GOTO SE78, upload your logo in SE78..
Come back to your SApscript, goto the window you want to place the logo, menu, insert --> graphics and give the name of the logo that you have uploaded.
Regards
Sudheer
‎2007 Oct 01 1:32 PM
Hi,
Go to Tcode se78 upload your image under bmap folder double click on tht and click on import button and upload your image either in black and white or color bitmap which is saved as .tiff or jpeg on your desktop.Now go to the window in your script form (se71) where you want to insert your image .Window -> Text elements ->Go to Insert in the menu ->Graphics and enter the name of your grahic mention in SE78
Reward Points If helpful.
Regards,
Srinu
‎2007 Oct 01 1:38 PM
hi,
use SE78 or OAER transaction for uploading TIFF images into SAP.
if helpful reward some points.
with regards,
Suresh Aluri.
‎2007 Oct 01 1:45 PM
hi,
i am calling this script from one program.So i have called the funcion module F4_filename.it is accepting the URL.that URL which contains image should display....
Surely points will be rewarded.
‎2007 Oct 01 1:47 PM