Application Development 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: 

Sapscript

Former Member
0 Kudos

Hi ppl,

How can we change the resolution of a logo within a sapscript?

Please reply.

Reward points guaranteed.

Thanks,

Shamoil.

6 REPLIES 6

0 Kudos

Hi...

Try use this

BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 200

With DPI you can modify the resolution of your image.

Regards

FC

Former Member
0 Kudos

Hi,

I don't think you can do this, you need to save the image as per your need and then use it in SAPscript.

regards,

Pankaj

Former Member
0 Kudos

Hi,

give the size of the logo window bigger so tht it will be coming in bigger sizes,

regards

swaroop.

Former Member
0 Kudos

Hi

Please insert the logo in the sapscript again using the insert graphics option.

In that there is a textbox to set the resolution.

Fill in your desired resolution.

Thanks,

Dawood.

Former Member
0 Kudos

Hi.

i am sending a Path, jus take a note

Reward if useful.

that very simple.

dir goto se71 transaction.

in the window, jus go inside the text editor.

insert --> graphic option. click stored on docu server. document

1 sel, scr vil appeared,

in that below column called " Technical attr "

in that ROw there is a field called " resolution" with DPI measure.

DPI means unit of resolution.

der u can restrict ur resolution of ur Image.

that all.

Reward if useful.

Former Member
0 Kudos

Hi

To create a logo in SAP printouts just do the following

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.

SMARTFORM

1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)

2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description

3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures

4) Select any picture and set its Resolution in DPI

5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo

6) Set any other parameters if required, save and activate.

7) If there is only 1 Window in the forms, set it as Main Window in general attributes.

😎 Use TCode SE78 to upload new pictures and logos.

look at Thread Dynamic Graph in smartforms

Refer the links also -

with regards,

Hema Sundara

reward if helpful.