2007 Mar 30 6:13 PM
Hi All,
What is the use of RSTXLDMC in Script .
Is it for uploading tiff to scripts .Please give the process and how to use it in a script.
Hi All,
What is the use of RSTXLDMC in Script .
Is it for uploading tiff to scripts .Please give the process and how to use it in a script.
2007 Mar 30 6:15 PM
<b>Uploading TIFF graphics/printer macros to the standard text</b>
Description
The new report RSTXLDMC allows base line TIFF 6.0 raster images as well as PCL-5, PostScript, or PRESCRIBE printer macros to be uploaded to a standard text in the SAPscript word processor.
For this TIFF-6.0 raster images are converted for one of the three printer languages PCL-5 (device types HPLJIIID and HPLJ4), PostScript (device type POSTSCPT), and Kyocera PRESCRIBE (device types KYOFxxxx), and can only be printed on the appropriate device types. In addition to TIFF raster images, PCL-5, PostScript, or PRESCRIBE printer macros can also be uploaded directly. For details on using RSTXLDMC, please refer to the report documentation.
For a guide look at
<a href="http://www.sap-img.com/ts001.htm">How to Upload graphics (IMAGE) to your Sapscript?</a>
Regards
2007 Mar 30 6:17 PM
2007 Mar 30 6:36 PM
Hi,
Yes you are correct its used for uploading tiff.
You need to have a image in .tiff format and then need to execute the program RSTXLDMC and put the following in selection screen
File name: /tmp/gorilla.tif ( Name and location of file where its stored)
Type: BMON
Resolution for TIFF file: 150
Text title: TIFF 150 dpi gorilla
Text name: ZHEX-MACRO-* ( The text where you would like the image to be stored and this can be used in the script)
Text ID: ST
Text language: D
PostScript scaling: X
Once the text is generated it can be called in SAPSCRIPT or smart form like you call an ordinary text with same syntax.
I hope this helps.
Also see below 3 examples.
Following three examples will help you to use it for script
Example
Example 1:
The PCL-5 file A:\IMAGE.PCL is to be uploaded to the standard text ZHEX-IMAGE-PCL, ID ST, language D. The macro is to be output at the current text position, a left margin of 4 CM from the layout set window maintained, and the text continued 5 CM below the current text position. The parameters should then contain values as follows (the default values should be left in the parameters not listed below):
File name: A:\IMAGE.PCL
Type: PCL
Absolute positioning: ' ' (blank)
Reserved height: 5
Shift to right: 4
Unit of measurement for positioning: CM
Text name: ZHEX-IMAGE-*
Text ID: ST
Text language: D
PostScript scaling: ' ' (blank)
Example 2:
The PostScript EPS file A:\LOGO.EPS is to be uploaded to the standard text ZHEX-LOGO-POST, ID ST, language D. The macro is to be output at the X/Y-position 1 inch/1 inch. The EPS file is to be scaled to the size 3 x 3 inches. The parameters should then contain values as follows (the default values should be left in the parameters not listed below):
File name: A:\LOGO.EPS
Type: POST
Absolute X-position: 1
Absolute Y-position: 1
Absolute positioning: X
Unit of measurement for positioning: IN
Text name: ZHEX-LOGO-*
Text ID: ST
Text language: D
PostScript scaling: X
Width according to PS scaling: 3
Height according to PS scaling: 3
Unit of measurement for PS scaling: IN
Example 3:
An example of a TIFF import with type BMON is shown below. The parameters were assigned values as follows (the default values should be left in the parameters not listed below):
File name: /tmp/gorilla.tif
Type: BMON
Resolution for TIFF file: 150
Text title: TIFF 150 dpi gorilla
Text name: ZHEX-MACRO-*
Text ID: ST
Text language: D
PostScript scaling: X
2007 Mar 30 9:31 PM
One more thing. The .tiff can't be created by save as only. You have to use graphic processor to convert to the actual .tiff.
2007 Mar 31 12:39 PM
Hi,
Convert the image into .tiff format. Go to se38 execute the RSTXLMDC. save the file. Goto se71>select goto from menu>select text element>insert>graphics. enter the file name.
Regards,
Bhaskar
2007 Mar 31 12:47 PM
hi,
RSTXLDMC for uploading a logo in a form .
we have to use tiff files .
goto se38->execute RSTXLDMC->it will ask the path of tiff file
to upload goto se71-> in the text editor -insert->logo
u have to furnish the details regarding it.
otherwise u have tcode -so10
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |