‎2008 Mar 12 5:35 AM
Hi all,
I have known about code is se38 for RSTXLDMC. but
How to create uploading tiff file to sapscript text??
Reply me soon,
thx,
s.suresh
‎2008 Mar 12 5:37 AM
HI,
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
Regards
‎2008 Mar 12 5:37 AM
HI,
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
Regards
‎2008 Mar 12 5:38 AM
Hi,
To upload .TIFF files into the SAPscript directory, make use of a predefined
executable program called as RSTXLDMC.
In SE38 Tcode, specify the above name, click on execute pushbutton from application toolbar
-> Opens an interface -> Specify the file path -> Execute.
Text Elements in the line editor are used to avoid data duplication.
Regards,
Priya.
‎2008 Mar 12 5:39 AM
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.
Or
Upolad in the R3 using Se78 and use the Include statement in the script
standard program is RSTXLDMC FM to upload image in tiff format
Follow the link below u may get useful information
http://sapscriptcode.blogspot.com/2007/05/faq-for-sap-scripts.html
Reward if useful
‎2008 Mar 12 5:49 AM
hi murali,
where is Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) ?
reply me soon,
s.suresh
‎2008 Mar 12 5:48 AM
Hai Suresh,
use RSTXLDMC prg to upload tiff logos
Steps:
Open SE38 and execute program RSTXLDMC
Give your TIFF file path name
Select Bcol (for Color)
TEXT ID will be ZHEX-MACRO-*.
Inplace of * write your own logo name (ZCOMPANYLOGO)
Execute the program
If Found helpFull Reward points.
Regards.
Eshwar
‎2008 Mar 23 8:24 PM
Hi,
I folllowed the exact same thing as per the instuctions. I am getting the following error.
C:\sundar\shyam\stahl_bill1_tiff2.tif
WS UPLOAD - error opening file
SAP Version: 4.6c
Regards,
Sundar.