cancel
Showing results for 
Search instead for 
Did you mean: 

i want my logo to be printed in every pages of my form

Former Member
0 Kudos

in SAPSCRIPT i want my logo to be printed in every pages of my form without repeating the code for logo in each page. how can it be done?

can i use my logo code inside TOP-OF-PAGE event to get the above requirement?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Suja,

Create a variable window and insert the logo into it.

Insert this window in all the pages of your sapscript through EDIT-> CREATE ELEMENT.

double click on the logo window and it will be inserted in the page you wanted.

Similarly insert the logo window in each page.

hope it will solve your problem.

Reward points if helpful.

Thanks.

Former Member
0 Kudos

Declare one variable window and insert the logo in that window.

Don't declare in main window.

Former Member
0 Kudos

Hi,

How many pages you have defined in your script?

If you have defined two pages in your script.

Add your logo window in two pages using PAGE WINDOWS option in script.

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

If you put the logo in MAIN window. that will be get printed in all pages. Just check it.

Former Member
0 Kudos

hai ,

in my sapscript i have x pages created. to display logo in every pages i have to insert the logo to any window of each and every page