Picture in smartforms

As I know, we need to upload picture by using t.code SE78 before the picture can be preview/print by using smartforms.
If the picture is store in other file server. Is it have another way to preview/print the picture by using smartforms without uploading the picture by using t.code SE78?
Thank you.

Hi
I dont think there is any other way to display graphics in Smart Forms except the uploading of tif, bmp files done with transaction SE78.
Regards,
Nitin Tomer
Tata Technologies

Similar Messages

  • How to get Employee Picture in Smartforms

    Hi Experts
    Please help me out in getting employee picture in Smartforms
    I have used the following FMs
    1. HR_IMAGE_EXISTS
    2. SCMS_DOC_URL_READ
    By using these two FM i got the URL and i am able to get the picture in my Report Program,by using FM 'ISM_URL_SHOW'.
    But Please tell how to get this picture in Smartform .
    As i am generating Employee Biodata and in that i need employee Picture.
    Please HELP me ....
    Thanks & Regards
    Shaveta Prabhakar

    Hi,
         U need pictures in smartforms for that just try this one I think so it will help full to u.
          First Upload that picture in the se78 that photo must be in the bitmapformat(picture.bmp).
    steps are:
             goto se78>graphics->import--->it asks the file path here,fill those details
    Then goto Smartform--->In which page u want to put the picture,
              there click that page  and goto Background picture,
             here give the name of that picture and select the resolution and positin of the picture there. 
               Then u will get the picture in the output.
    Regards,
    Surya

  • How to fetch Employee Picture in Smartforms

    Hi Experts
    Please help me out in getting employee picture in Smartforms
    I have used the following FMs
    1. HR_IMAGE_EXISTS
    2. SCMS_DOC_URL_READ
    By using these two FM i got the URL and i am able to get the picture in my Report Program,by using FM 'ISM_URL_SHOW'.
    But Please tell how to get this picture in Smartform .
    As i am generating Employee Biodata and in that i need employee Picture.
    Please HELP me ....
    Thanks & Regards
    Shaveta Prabhakar

    Hi Shaveta,
    The question has been raised earlier as well on SDN.
    Please search for 'Smartforms dynamic picture' on sdn and you will get a good number of solutions.
    The one answer which i found to be promising one is the one which mentioned somethig like:
    <b>Create a graphic node in the Smartform and under the tab 'General Attributes' fill the Name, Object and Id with variables (e.g. &NAME&, &OBJECT& and &ID&) and fill these parameters to get the picture you want at runtime.</b>
    See if this helps.
    check this link too
    smartforms dynamic logo
    and revert for more clarifications if any.
    <b>Always reward points to useful suggestions.</b>
    regards,
    Vikas

  • Function to upload picture in smartform

    HI experts
    Here i want to know is there any function to upload picture in smartform from mime repository or from desktop.

    Hi Atul,
    In smartforms
    When you right click on a window
    then --> click create graphic
    Name-->  F4 will show you a window like this
    Then press execute button ,from here you choose your graphic
    Thanks
    Arun VS

  • Use DMS pictures in SMARTFORMS

    Hi,
    does anyone know if pictures stored in DMS (document management system) can be used  in SMARTFORMS?
    As far as I can see only GRAPHIS/BMAP picture can be use in SMARTFORMS ( so one has to first upload picture using SE78.
    But all our pictures are stored in DMS...
    Thanks in advance
    Danny

    Hello Danny,
    Do you have already a solution for written below.
    Kind regards,
    Theo Pijlman
    ===================================================================================================
    does anyone know if pictures stored in DMS (document management system) can be used in SMARTFORMS?
    As far as I can see only GRAPHIS/BMAP picture can be use in SMARTFORMS ( so one has to first upload picture using SE78.
    But all our pictures are stored in DMS...
    ===================================================================================================

  • Dynamic change in Background Picture for Smartform

    Hi,
    I need to keep a background Image in smartform only in specific condition.
    I have done like this :
    I have taken one variable in the intialization and I am filling with the image name for a specific condition.
    This variable , I am giving it in the Background Picture Tab.
    But I am getting run time error as Graphic cannot be displayed.
    Here I am giving the code In the initialization:
    Here p_obnam is my variable of type TDOBNAME
    SAMPLE is my image name which is in SE78
    CASE p_biltyp.
        WHEN 'ZRE' OR
             'G2'.
          p_obnam = space.
        WHEN 'ZF5'.
          p_obnam = 'SAMPLE'.
        WHEN OTHERS.
          p_obnam = 'SAMPLE'.
      ENDCASE.
    Please let me know...how can I do this.
    Regards
    Sandeep

    Hi,
    In the Initialization tab specify the condition..
    ex:
        if you want to print the symbol of the currency in the background according to the currency..
    if w_currency = 'USD'. "---->Data received
    w_name = 'DOLLAR'   "--->Image in SE78
    elseif w_currency = 'INR'.
    w_name = 'RUPEE'.   "--->Image in SE78
    endif.
    now you mention w_name as &w_name& in the background picture of the smartform.
    This will print the symbol according to the currency you received from the driver program or in the smartform itself.
    Thanks & Regards
    Sarves

  • Put employee picture in Smartform

    Hi,
    I have a problem... I have to put in a smartform The employee picture ( like PA20 or PA30 )
    I checked the following functions :
    HR_ESS_WHO_PROG_GET_PICT_URI
    HR_ESS_WHO_PROG_GET_PICTURE
    But Those aren`t the solution ...
    Somebody has an idea to solve my problem

    Hi,
    For putting the Picture in the smartform you must have employee's picture in the system.
    Then fetch that picture from the table based on the employee number and call this picture in the smartform dynimcally as per the employee records.
    First to findout in which table the pictures are getting saved and whats the logic for retreiveing those pictures.
    With Regards,
    Sumodh.P

  • How to upload chunks of Jpeg pictures in smartform using BDC.

    helo expert,
    Could you please tell me how can  i upload pictures in sap tables using bdc or something else.
    actually i would like to display pics as a field value dynamically in samrtforms while printing an invoice.
    IS there any facility to upload JPEG type pics because i need clarity in pics while printing ?
    Thanks........
    Santosh.............

    Use the standard process and BMP's uploaded into the graphics manager.  BMP's work fine for photos and you can mass upload them directly using the code from SE78 via LSMW or a program (no BDC required) and then call them dynamically in  your smartforms.

  • Smartforms, Picture or Grafic from Content Server

    Hello,
    I need to create a smartforms where I must display a picture or grafic.
    This picture is at a content server and the picture depends on a material nr.
    How can I display such a picture in Smartforms and how can I get this
    picture from the content server?
    We have the sapversion ECC6.0 ERP 2005
    Kind regards
    Jens

    First solution is to copy all of them manually or programmatically into SE78 (there are some threads and snippets which explain it) then you are able to refer to them easily,
    Second solution, if you don't want to copy them once (because there are too many pictures for example, or new ones are created all the time), is given in thread Dynamically include a picture in smartform

  • Employee Photo In Smartform or Adobe Interactive Form

    Hi Everybody,
    We need to diaplay employee Photo in smartforms or adobe interactive form for Employee ID Card.
    We are not uploading employee photo tru SE78. We need to get Photo from archieve Link, image being displayed in PA20/PA30 transaction.
    I had been tru Many threads, but couldn't find any proper solution.
    Please suggest.
    Thanks in advance.
    Regards
    Ravi

    In forums, there are answers, but not the exact code. The most achieved is that one: Dynamically include a picture in smartform
    Tell us if you need more information.

  • Ensuring consistency of photos in SmartForms

    Hi.
    I have some doubts... I´m using SAP 4.70  version
    First, How can I insert a picture on SmartForms without using transaction SE78?
    When I put the photos in SmartForms, I want to set a specific size of these photos, but not yet found a solution to do so.
    This is possible in SAP?
    I am downloading of photos to SmartForms and want to consistency in the size of the photos.
    How do I ensure the consistency always using the size defined?
    thanks to all you.

    Hi,
    Try using the Tcode OAER  where we can have the document type - as color photos etc. pls cehck this
    OAER- Document type - HRIEMPFOTO, HRICOLORFOTO etc try searching as HRI* we can also do this way
    Thanks & Regards,
    Chandralekha.

  • Strange behavior of inserted graphic in smartform

    Hello,
    I uploaded colored bmp picture to R/3 in se78. After that I  put the picture to smartform as graphic, but through testing of this form some strange lines appears over the picture.
    I tried several color depths. Picture is displaying fine in se78 preview. Has somebody an idea how to avoid described problem?
    Best regards,
    Josef Motl

    Hi,
    I tried many options and also tiff format. In this case thick line on bottom of picture appears.
    I'm on 6.20 release..
    Regards,
    Josef

  • EXPORT chart (graph) to JPG, GIF .etc

    Hello.
    I have a problem with this. I want to export chart into SMARTFORM, but must have JPG or GIF picture. the question is - how export chart, graph to picture format?
    Tkanks very much.

    hi daniel,
                 you can export picture in smartforms but it must be in bitmap format so u must change the format and then in your samartform creare new node or do right click create->graphic and give the name of that graphic and object 'GRAPHICS and ID is BMAP, for exporting the grachic use the transaction se78. if it is use full for u then plz give reward points.
    Thanks
    Anirudh Saini

  • Conver jpg to bmp

    Hi all,
    i need to convert JPG to BMP cause i want to display the picture via smartform.
    i dont want to save the pic throw se78.
    I know that many asked it before ,but i dint find answer.
    Please help!!

    open jpg file .
    in open file in bottom side there is option for save. click on that . it ask to u in which format u want to save it save it to bmp format it save in bmp format.

  • Print originals which are attached to documents

    Hi experts,
    we have linked documents to our material master data (MM03). The document has an attached original with a small preview picture of the material (CV03N).
    Now I want to print a list of material master data with the picture via smartforms. How can I do that?
    I already saw some FMs (selected with original) which loads a original, but how is it possible to receive the picture information?
    The logic:
    If I have the materialnumber I can select over material master data the document number and then the original. And this picture I want to print out on a sheet.
    best regards
    Steffen Fröhlich

    Hi Thorsten,
    not the way I would do it, to print directly the originals in documents which are linked to e.g. material master data.
    There is a possible workaround to print images, but this is only possible if you do double maintenace for master data.
    Load up the images (only TIFF format is possible) into standard texts via report RSTXLDMC
    To load this standard text into a SAP-Script formular use a codeline like this:
    /: Bitmap 'Z_TEXTNAME' Object ID BMAP TYPE BMON
    This should also possible in SMARTFORMS.
    But finally this doesn't solve my problem to print directly the images. Maybe it is possible by using the CL_HTTP_CLIENT class to receive the image data in ABAP and put it on a form. Look here: [Display thumbnails of documents using a content server (KPRO) with ABAP|Display thumbnails of documents using a content server (KPRO) with ABAP]
    regards,
    Steffen

Maybe you are looking for