Top Banner
Não é possível conectar-se O Firefox não conseguiu estabelecer uma conexão com o servidor www.blogger.com. Este site pode estar temporariamente fora do ar ou sobrecarregado. Tente de novo em alguns instantes. Here you can find useful ABAP tips & tricks, codes those can make your life easier. Display background (water mark) image using SAPscript Joyjit Ghosh, Kolkata Detail Steps: Step 1: Create a standard text (transaction SO10) and insert the background image in it Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water... 1 de 8 11/11/2014 10:53
8

Display Background (Water Mark) Image Using SAPscript

Jan 15, 2016

Download

Documents

Rafael Riso

Display background (water mark) image using SAPscript
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Display Background (Water Mark) Image Using SAPscript

Não é possível conectar-seO Firefox não conseguiu estabelecer uma conexão com o servidor

www.blogger.com.

Este site pode estar temporariamente fora do ar ou sobrecarregado. Tente

de novo em alguns instantes.

Here you can find useful ABAP tips & tricks, codes those can make your life easier.

Display background (water mark) image using SAPscript

Joyjit Ghosh, Kolkata

Detail Steps:

Step 1: Create a standard text (transaction SO10) and insert the background image in it

Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water...

1 de 8 11/11/2014 10:53

Page 2: Display Background (Water Mark) Image Using SAPscript

Step 2: Now open the layout set (transaction SE71) in which background image needs to bedisplayed and do the required changes as mentioned below.

Note: Here I am using an existing custom sapscript layout where all windows, pages and pagewindows are already created except the background image. And for this demo I am showing thechanges required for inserting the background image in the 1st page.

Goto “Page window” of the 1st page and create another page window of type ‘MAIN’. And its attributesmust be same as the existing “MAIN” window.

Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water...

2 de 8 11/11/2014 10:53

Page 3: Display Background (Water Mark) Image Using SAPscript

line of the Sapscripteditor insert the standard text (created above) that contains the background image.

Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water...

3 de 8 11/11/2014 10:53

Page 4: Display Background (Water Mark) Image Using SAPscript

Now in the 2nd line insert the special command NEW-WINDOW

Definition of NEW-WINDOW command:

Each page can consist of up to 99 main windows. Each main window is assigned a consecutiveidentifying number (0..98), and the windows are filled in this order. This feature enables SAPscript toprint labels and to output multi-column text. When one main window fills up, the next main window onthat page is taken, if there is a next one. A page break is inserted after the last main window.

You can use the NEW-WINDOW command to call the next main window explicitly, even if the currentmain window is not yet full. If you are in the last main window of the page, the command has thesame effect as the NEW-PAGE command

Now activate the form

Step 3: Maintain required configuration for triggering the form

Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water...

4 de 8 11/11/2014 10:53

Page 5: Display Background (Water Mark) Image Using SAPscript

Step 4: Now trigger the form and see the print preview

Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water...

5 de 8 11/11/2014 10:53

Page 6: Display Background (Water Mark) Image Using SAPscript

Post Comments (Atom)

Posted by Joyjit Ghosh at 2:54 AMLabels: Sapscript

No comments:

Post a Comment

Result:

Form is displayed with background image in print preview.

Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water...

6 de 8 11/11/2014 10:53

Page 7: Display Background (Water Mark) Image Using SAPscript

Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water...

7 de 8 11/11/2014 10:53

Page 8: Display Background (Water Mark) Image Using SAPscript

Fun with ABAP: Display background (water mark) image using SAPscript http://joyjitghosh.blogspot.com.br/2009/07/display-background-water...

8 de 8 11/11/2014 10:53