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

Script logo

Former Member
0 Likes
917

Hi,

may i know how to upload logo into script?

plz give me step by step procedure.

1 ACCEPTED SOLUTION
Read only

abdulazeez12
Active Contributor
0 Likes
893

HI,

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.

Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).

Refer this thread:

Reward points if this helps.

8 REPLIES 8
Read only

abdulazeez12
Active Contributor
0 Likes
894

HI,

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.

Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).

Refer this thread:

Reward points if this helps.

Read only

Former Member
0 Likes
893

Hi,

Upload the image in SE78 and then you can use that in Script.

regards,

Pankaj

Read only

Former Member
0 Likes
893

hi

good

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 -

Regards

Read only

Former Member
0 Likes
893

Hi,

Use transaction SE78 to import graphics to SAP.

In the form painter, you can either include directly to the

form using menu Edit->Graphic->Create or using the INCLUDE

statement in a window.

To use an INCLUDE statement, goto into the window script

editor and use menu Include->Graphic. The include can look

like this for a bitmap:

/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON

Or use report RSTXLDMC

You run the report RSTXLDMC, give your logo(Saved as .tif

file) in the parameter and run the report.

Then Go to Se71 and include the image from the text

elements. For this you go to the Page windows. Press the

text elements button and the include the logo(Which actually

has been saved as a TEXT) using Insert->Text-STandard.

CHoose your LOGO.

please reward if helps,

regards,

Dinesh.

Read only

0 Likes
893

hi

i see step but in edit not any option or graphic

may be in insert this option is available

Edited by: JANI KRUPA on Jan 5, 2008 6:25 AM

Read only

0 Likes
893

How to change the header font in header?

Read only

Former Member
0 Likes
893

If the image is BMP type use SE78 to upload image into SAP document server

If the image is TIFF type use standard program RSTXLDMC to upload image into SAP document server

Then

In scripts, create a window of GRAPHICS type

Go to FORM painter from SETTINGS menu

right clk on GRAPHICS window

follow the steps

select the required image from Doc Server list of images

Narendra

Read only

0 Likes
893

How to upload bmp logo into se78

give me step by step procedure