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: 

how to insert logo in smart forms

Former Member
0 Kudos

how to insert logo in smart forms

1 ACCEPTED SOLUTION

Former Member
0 Kudos

insert thru se78

then go to u'r form and insert the logo node and set resolution

run

6 REPLIES 6

varma_narayana
Active Contributor
0 Kudos

Hi..

Goto Tcode SE78

Import the BITMAP image into Graphic format

Goto Smartform

Create a Node of type GRAPHIC

Here you enter the Name of the Graphic That has been imported using SE78.

<b>Reward if Helpful</b>

Former Member
0 Kudos

Hi Rambabu,

You can upload a picture, that you want to display as LOGO into SAP using tcode SE78.

Then in smartforms, you can place a Picture Node and select the picture that you uploaded.

This will display the picture in output.

<i>Reward if helpful.</i>

Best Regards,

Ram.

Former Member
0 Kudos

Hi Rambabu,

Go to smartform and right click on window in which you want the logo to be displayed and select create-> graphic.

Then provide the name of the logo which should be availbale in the repository.

then save and activate the form and run the driver program. logo should get displayed.

Hope this helps. revert for more clarifications.

regards,

Vikas

<b>Reward all helpful answers.</b>

Former Member
0 Kudos

insert thru se78

then go to u'r form and insert the logo node and set resolution

run

Former Member
0 Kudos

Inserting Logo in SmartForm

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.

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

Hi Ram,

Go through this hope u can understand.

How to Upload graphics (IMAGE) to your Sapscript?

Command in your Sapscript

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E

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 (third button from left) 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.

/: INCLUDE Z_COMPANY_LOGO OBJECT GRAPHICS ID BMON LANGUAGE EN

Reward points if help ful.

http://www.sap-img.com/ts001.htm

Sorry i think for Scripts ..

better to go for above post . it definetly works

Thanks

Naveen khan

Message was edited by:

Pattan Naveen