Image in sap script

HI experts ,
I am doing modification to customized sap script which is done by previous abaper.
There is a image had been attached in a window like this :
BITMAP &Z_SIGN1& OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150
But when i searched in se78 i dont find Z_SIGN1.
Do you experts why there is a image Z_SIGN1 in se78.
But there is a similiar image but with different name DIR01.
How to find the Z_SIGN1 in sap.
Please guide me.
Thank you very much.
regards,
s.saravannan

HI friend,
Just i m calling the image into the script ..
The moment i call the image can i change the name of the image.
is it possible.
regards,
mrsara27....

Similar Messages

  • Add image in sap script

    what are the steps to add image on sap script dynamically?

    Hi,
    Adding images to SAPScript can be done in two ways:
    1)You can handle it in the print program, by doing an if statement and filling a variable which the SAPscript will read.
    *In your print program,
    If company_code = '0010'.
    imagename = 'ThisCompany'.
    endif.
    *In your sapscript,   
    BITMAP &IMAGENAME& OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100  
    2) You can have the if statements in the SAPscript itself.
    *In your sapscript,
    IF COMPANY_CODE = '0010'   
    BITMAP THISCOMPANY OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100 
    ELSEIF
    BITMAP THATCOMPANY OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100
    ENDIF
    award points if useful
    regards,
    Tulasi.

  • How to upload Graphics Image in SAP script

    Hi
    I have a new porblem in SAP script can anyone help me how to upload an graphic image

    Hi Pavan,
    Give the same name and upload the graphics, u get a popup saying do u want to overite the existing one, click yes and the old logo will be replaced by the new one.
    Cheers..
    Santosh.
    P.S. Mark usefull answers

  • Water mark image in SAP SCRIPTS

    Hi All,
    I want to include a watermark image on my PO print.
    What I want is to have an Image on the page and print the line items on top of it.
    When I try, its displaying eiather the line items or the image but not both..
    Any ideas, recomendations would be appretiated.
    cheers,

    Hi!
    Try to save your file in some other BMP formats also... You can use the Windows Paint for this.
    F.e. try out the 16 color BMP also.
    As I remember good, 16BMP was working fine for me.
    Regards
    Tamá

  • Display data vertically using sap script

    Hi Developers,
    Is there any way to display data vertically in a form using sap script?
    thanx in advance,
    binu

    Hi Binu,
    It is not possible to rotate text in SAPscript.  The usual work-around, provided this is static text and not from a variable, is to scan an image of the text and include it as a graphic.
    Regards,
    Nick

  • Unable to print special characters in SAP script.

    Hi,
      There is an address which needs to be hardcoded in a SAP Script form.
    It looks like:
    Česká republika s.r.o
    Karla Engliu0161e 3219/4
    Česká republika
    IČO:  25635972
    The letters which has got a tilde and sign above them are appearing as a hash '#' in print. I have tried uploading it as an image and as standard text. But still not working. Can someone help please?
    Thanks in advance,
    Anita

    Hi Anita,
    Please search in SDN,, similar issues were answered before many times...
    Regards,
    Aditya

  • How to set the position in SAP Script

    Hi Professionals,
    Can anyone tell me that How can I set the position of an bitmap Image (after inserting) in SAP Script ?
    by default position is in Left, I need to align it in center or somewhere else.
    Anybody knows, kindly reply!
    Thanks
    Devinder

    Hi,
    But Can we assign a window under another window. Because I want to insert a bmp picture on particular position.
    example:- there is a digital signature and wanted to insert upon a name.
    So, there is a text (which is customer name) and digital signature (in bmp picture format) upon it.
    Thanks
    Devinder

  • How to insert a logo in sap script?

    How to insert a logo in sap script?

    Steps to insert a logo,
    I
    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
    II
    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 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.
    III
    1 ) create a bmp file in local system
    2 )RSTXLDMC FM to upload image in tiff format.
    Also check these links...
    Logo in SAP SCRIPT
    Re: Uploading a (Image) Logo in your Sap Script
    Need Urgent Help for Logo Uploading the Sap Script
    sap script  logo
    http://www.sap-img.com/ts001.htm
    Regards,
    Sakthi Sri.

  • Sap Script - Where to find "bipmap" objects.

    Hi All,
    In a window of the Sap Script I find this code:
    BITMAP EC_LG_0020 OBJECT GRAPHICS ID BMAP TYPE BMON
    INCLUDE EC_ST1_0020 OBJECT TEXT ID ST LANGUAGE IT PARAGRAPH H1
    My question: where can I find the objects saved on the Sap System, like EC_LG_0020?
    If I launch the tcode SO10 I can find only the object EC_ST1_0020.
    Any help will be well appreciated.
    Thanks in advance.
    Regards,
        Giovanni

    Hi
    All Images in SAP can be Found using SE78  Tcode , based on the whether it is Color or Blackn white image u can search in this Tcode.
    And all Standard texts can be found using SO10 tcode..
    for further information chk this link
    https://wiki.sdn.sap.com/wiki/display/ABAP/SAPscript
    surya

  • Unable to print special character in SAP script

    Hi,
      There is an address which needs to be hardcoded in a SAP Script form.
    It looks like:
    Česká republika s.r.o
    Karla Engliu0161e 3219/4
    Česká republika
    IČO:  25635972
    The letters which has got a tilde and sign above them are appearing as a hash '#' in print. I have tried uploading it as an image and as standard text. But still not working. Can someone help please?
    Thanks in advance,
    Anita

    Hello,
    Is your SAP Unicode? If no, then this can get very messy. If yes, I'd start with checking if the font used by the SAPScript supports that character.
    Regards,
    Michael

  • How to Draw diagonal lines in a SAP Script

    Hi All,
    I got a requirement to strike out a box with diagonal lines in SAP Script. My client is not interested in just shading out the box. He want atleast 3 or 4 diagonal lines to make feel the customer that the box is striken off.
    How can we do this ?
    Thanks & Regards,
    Bhupal

    Hi B,
    as u have the dimension of  the box..so create a box in paint as bmp.....with digonals as u required.....
    upload this image thru SE78...and call it in ur script.......
    and superimpose that graphic on the text box....
    hopefully this will solve ur problem...
    thnx
    rohit

  • Signature from e-pad to SAP script

    Hi
      I just want to know , how to transfer a digital signature into an SAP-script.
        My object is  truck driver will sign using electronic pad , that signature should be transfered into bill of lading     Script.
       Any ideas and any suggestions on this object.

    Hi manjari,
    Showing the name and signature on the output is NOT the same thing as
    a digital signature. It's simply a matter of printing the name and an
    image file. This is done in your print program and SAPScript form, or
    your Smartform. Also, if those signatures are considered to be in any
    way sensitive (and they should be), then the signature image should be
    printed by using a physical bitmap cartridge in the printer, which can
    be removed and locked up when not needed.
    you can visit this webpage for more information on digital-signature.
    http://help.sap.com/saphelp_erp2005/helpdata/en/d7/e22576408e11d1896b0000e8322d00/frameset.htm
    regards
    Anup.

  • Digital Signature for SAP Script

    Hi ABAP Gurus!
    Is it possible to implement the Digital signature in SAP Script.
    If the printer has properties to print Signatures.
    Any one implement succesfully digital signature in SAP Script.
    Your suggestion and guildlines will be apprecaited.
    Thanks!

    Hi Reddy,
    What I did was a image signature. Scan the signature into a image file, upload it to system via transaction code SE78.
    Call the image to be printed on your form with the below code
    BITMAP 'ZMY_SIGNATURE' OBJECT GRAPHICS ID BMAP TYPE BMON
    Is this applicable to you?

  • Putting cross line under top left corner in a cheque through SAP SCRIPT.

    Hi,
    How to put cross line over top left corner in cheque   (cross cheque) while doing it through  SAP SCRIPT.
    Thanks.

    Hi,
    i can give you two solutions. try the thing which looks fine for you.
    1.  say this is line editor of the script.
    you have to design like this manually(its a bit time consuming for alignments and all - both should align side by side using '/')
    so try the second way.
    2.  make this 'corss' as an image and simply pass as a text on to the window on which you needs this.
    it will be simple and an easy way.
    Thanks & regards,
    Sasi Kanth.

  • SAP-Script Spool Requests over 2 GB

    Hi Experts,
    if I make a dunning run the created spool requests are over 2 GB and the printing will be cancelled by the system. I use SAPF150D2 for printing the SAP script dunning froms. According to SAP it's not possible to handle spool files with  more than 2 GB in Temse.
    I don't have any idea why the spool request take so much space. I only generate 2000 pages in one spool request without any graphics, only text and some table lines. On the same system we make invoice forms also in SAP script with more than 4000 pages and there is no problem.
    Has anybody an idea what reasons could be that the request take so much space???
    Regards
    CD

    Hi Christian,
    It still looks strange to me that spool request is so big. If it would be output request then I would say that problem lies in your printer - it doesn't recognize Arial font and because of that data have to be send as images and not text, but spool....hmmm. I guess there is still a lot to learn That way or other thanks for info. It may be useful in future.
    Best regards
    Marcin Cholewczuk

Maybe you are looking for

  • Help needed for Job

    Hi all, Sorry if this question is a little inappropriate in this forum, but I'm being interviewed for a job and need some advice from Web Developers who use Captivate. As part of the interview I have been tasked with reproducing an existing elearning

  • New Patch Release 3.0.9.8.1 for Oracle9iAS Portal 3.0.9.8.0

    The patch can be found on metalink. The patch number is: 1841088. Oracle9iAS Portal 3.0.9 Patch Release Notes July 2001 Contents For the latest release note updates, visit the Oracle Technology Network and click the Documentation tab. Installation an

  • How to use the not exists query

    Hello, Using obiee 11g, i would like to know how to deal with not exists query in the obiee11g, the query is like this select count(a.col1),a.col2 from table1 a ,table2 b where a.col1=b.col1 and not exists (select d.col1 from table3 d, table4 e where

  • Spacing in drop down menu

    I have made a drop down navigation menu in dreamweaver cs6 but I would like to shrink some of the spacing between the menu opinions. The places marked in red is what I would like to shrink so there is less space between the text and next navigation b

  • [SOLVED] hp mini 210 1030, usb boot

    hello guys! stood outside the community because my dv4 got the broken power supply! resolved to sell the "smallbook" and buy a netbook. first doubt is how to boot the arch by USB! I know that there is a topic here, but long ago I saw him. >> i using