Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

display graphics in sapscript

Former Member
0 Likes
1,855

Hi All,

I am not able to display graphics in sapscript of 4.6b system. Please

clarify.

Regards...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,216

Hi,

Here is what I did to create and include a logo in a SAPScript form (4.7)

A. Created TIF image of the LOGO and loaded logo into SAP

CREATING LOGO: (I used only PAINT and Kodak Imaging for Windows)

1. Create LOGO in Word

2. Capture with Hyper-Snap (that?s a screen capture package) and put into PAINT

3. Save PAINT as BMP, as type:?24-bit bitmap? (this is the only way it worked)

4. Open bitmap in Imaging for Windows

5. Save as TIF

Note: Have to play around in PAINT to get the right logo size

LOADING LOGO INTO SAP

1. Run RSTXLDMC

2. Fill in the following parameters:

3 Filename: Path and name of the TIF file (it?s on your PC)

4 Type: BMON (default)

5 Resolution for grapic (dpi): 600

6 Graphic resident on printer: OFF (default)

7 Text Name: ZHEX-MACRO-LOGO-PHAC (whatever)

8 Everything else: default

Cheers.......

3 REPLIES 3
Read only

Former Member
0 Likes
1,216

Hi,

Create a .bmp file and save it in a directory

-> Goto SE78 Tcode -> Double click BMAP Bitmap images

-> Click on Import icon from appn. toolbar -> Opens an interface -> Specify the path of .bmp file from the OS -> Specify the name for the image -> Select Color bitmap image radiobutton -> Click on Continue -> Image is imported.

To add the imported image into the form, right click on the form layout

-> Select Create Graphic -> Opens an interface

-> Select image from the form directory

-> Select Color bitmap image radiobutton

-> Specify resolution as 100 -> Continue

-> An image is added to the script.

Simply call the form from the print program.

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.

Read only

Former Member
0 Likes
1,216

U can use SE78 to upload BMP logos.

If ur logo is of TIFF type , u can use the program RSTXLDMC to upload it.

Read only

Former Member
0 Likes
1,217

Hi,

Here is what I did to create and include a logo in a SAPScript form (4.7)

A. Created TIF image of the LOGO and loaded logo into SAP

CREATING LOGO: (I used only PAINT and Kodak Imaging for Windows)

1. Create LOGO in Word

2. Capture with Hyper-Snap (that?s a screen capture package) and put into PAINT

3. Save PAINT as BMP, as type:?24-bit bitmap? (this is the only way it worked)

4. Open bitmap in Imaging for Windows

5. Save as TIF

Note: Have to play around in PAINT to get the right logo size

LOADING LOGO INTO SAP

1. Run RSTXLDMC

2. Fill in the following parameters:

3 Filename: Path and name of the TIF file (it?s on your PC)

4 Type: BMON (default)

5 Resolution for grapic (dpi): 600

6 Graphic resident on printer: OFF (default)

7 Text Name: ZHEX-MACRO-LOGO-PHAC (whatever)

8 Everything else: default

Cheers.......