How to insert graphics image (Bitmap) in SAPscript

You can insert graphics object (Bitmap) in SAPscript as following:

  • Go to editor of SAPscript form  
    img33
  • Select menu Insert -> Graphics
    img34

    img35
  • Select tab img36 and input the graphic object that already uploaded to SAP by transaction SE78.
    img37

Libjingle 0.2.0

  to Sourceforge.net project page yesterday with new impressive features. This version includes build support for Windows using Visual Studio Express, TLS support between application and the server, and a new tunnel session type.

 is the most impressive feature for me. It allows developer to create peer-to-peer TCP connection. Actually, this tunnel is just pseudo-tcp since it is another implementation of reliable UDP. However, it means we can establish secure virtual private connection between peers for file transfer!!!!  is going to support file transfer very soon.

Step by step upload bitmap images to SAP

Step by step

  • Go to transaction SE78.
    img20
  • Select tree menu: Form Graphics -> Stroed on Document Server -> Graphics General Graphics -> BMAP Bitmap Images
    img23

    img25
  • Select img26 to import bitmap image file to SAP. System will popup screen for input file information and target name.
    img27

Laura DeBonis, Library Partnerships Director, Google Book Search team, posted  yesterday. This post describes why  is legal to operate and its potential advantage. One of interesting reason is the Katrina last year. This hurricane destroyed many books along the way. The lost of book was so sad especially the writers. Google Book Search  can help to keep all books alive forever and ever in the biggest indexed database.

BOTTOM ... ENDBOTTOM Command in SAPscript

You can print text at the bottom of main window on each page by applying this command.

Syntax

/: BOTTOM
   ...
   ...
/: ENDBOTTOM

Example

SAPscript
img19

Output
img18

Time Mask Template in command SET TIME MASK for SAPscript

Syntax

/: SET TIME MASK = ’template’
Template    Description
HH Hour 2 digits
MM Minute 2 digits
SS Second 2 digits

Example

SAPscript
img17

Output
img16