cancel
Showing results for 
Search instead for 
Did you mean: 

logo upload

ashok_kumar24
Contributor
0 Kudos

Hi

I am working on smartforms

How do i upload a logo(BMP Format) into SAP system

I wanna use it in a smartform.

Thanks and Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ashok,

<b>Inserting Logo in SmartForm</b>

Follow the given steps in order to add a logo,

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.

😎 User TCode SE78 to upload new pictures and logos.

<b>reward points if useful and CLOSE THIS THREAD..</b>

Answers (5)

Answers (5)

Former Member
0 Kudos

HI Ashok,

Did u got ur solution? , if not then do let us know.

As per form Etiquettes, if ur satisfied please close this thread by rewarding appropriate

points to the helpful answers.

Cheers

Sunny

Former Member
0 Kudos

Hi Ashok,

• Process could be like the following:

Run RSTXLDMC

Enter file name C:\MAIL\COMPLOGO.TIF

Resolution for Tiff file

Absolute X-position

Absolute Y-position

Absolute positioning

Reserved height

Shift to right

UOM = CM

Text title

Line width for text = 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Postscript scaling

Width & Height according to PS scaling

Number of Tiff gray levels (2,4,9) 2

Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Window type CONST

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally u can make use of the text name and text id to print the logo.

Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed !

cheers

Sunny

rewrd points , if found helpful

vinod_gunaware2
Active Contributor
0 Kudos

Go to transaction SE78.

Follow the path given below (on the left windows box) :-

SAPSCRIPT GRAPHICS --> STORED ON DOCUMENT SERVER --> GRAPHICS --> BMAP

Enter the name of the graphics file on the right side and Go to the menu GRAPHIC --> IMPORT

The program is RSTXLDMC, the logo needs to be save in .TIF format.

Use transaction SE78 to inmport 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 stanment, goto into the woindow script editor and use menu Include->Graphic. The include can look like this for a bitmap:

/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON

regards

vinod

Former Member
0 Kudos

You can upload Logo using transaction SE78.

Former Member
0 Kudos

Hi Ashok,

Upload the graphics from transaction <b>SE78</b>.

you can upload bmp, jpeg files also from this.

Then you can add pictore to you window in ur form.

Thanks&Regards,

Siri.