Upload graphic in smartform

Hello All,
I am facing problem in uploading graphic in smartform. I have to upload signature and its related contact details in smartform.
I have maintained signature in z_sign_xxxx format in se78. In smartform i am taking userid of person in z_sign_xxxx variable.Now
for eg z_sign_test is stored in se78. and i have taken 'test' name in variable z_sign_xxx. so variable z_sign_xxx has value z_sign_test now. when i call graphic there i mentioned variable name under graphic name. and while executing it is taking variable name rather than actual vaue which is z_sign_test. and thats the reason i am able to fetch signature.
Please advice if anyone knows this.

Hi,
try putting name in & & in the graphic window:
&z_sign_xxx&
in such case program will put the value of your variable at runtime and try to find the following graphic from SE78.
Regards,
MC

Similar Messages

  • Insert graphics in smartform from URL

    Hi,
    In a particular scenario i am trying to insert graphics in the smartform from the URL. Is it possible?
    If Yes, pl. let me know the steps.
    I know how to use graphics from the SE78 transaction, but not from URL

    Hi Atul,
                Go to transaction SE78. upload  graphic which u want and then use that graphic from ur smartforms.
    Reward points if helpful.
    Regards,
    Hemant

  • 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

  • Uploading Photo to Smartforms

    Hi Friends,
    Can anyone give me an idea how to upload photos to the smartforms.
    I want to set it in the background.
    Regards
    Satish

    Check this it may help u.
    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
    or
    In 4.6x :-
    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.
    Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP).
    Once u upload u can use it in ur smartforms.
    Regards

  • Background graphics in smartform

    How to include background graphics in smartform in a particular cell on conditional basis

    Hi,
    You can set the background picture at page node level not at window or cell node level
    double click page node> background picture tab> set the graphic name.
    regards
    padma

  • How to upload graphic to SAP througth the program?

    Hi everyone,
         Please help me. My point as subject. Because the graphics is different by delivery's batch no.. Whether has any method to be upload graphic to SAP,
    but does not need to each time used SE78 to upload graphic.
         Thanks a lot. My version is ECC 6.0.
    Nicole

    HI Nicole,
                  I think there is also a another way for uploading a graphic but u can use it only for ALV in SAP  u can use the transaction OAER and fill the class name like u can give PICTURES and in class type OT or as per your requirment and then execute (F8) then goto the create->standard doc. types->screen then you will get a pop-up window and select your graphics.In your report you call the fuction
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY = I_LISTHEADER
    I_LOGO = 'OBJECT KEY'.
    Do this if it's use full for you and also....
    Plzz give reward point.
    Thanks n Regard
    Anirudh Saini

  • SE78 - uploading graphics directly in production

    Hello,
    Could some of you enlighten me as to why graphics upload function is a transportable activity?  I would imagine that it would be fairly straight forward to upload a graphic for use within a standard text directly in production.  Any downsides of following this approach?
    Much appreciated,
    Mantas

    The requirement is to allow users to upload graphics to standard texts that will then be used in plant maintenance work orders (POs were just an example).  There may be a large number of those graphics, hence I would not be able to go through the transport procedure every time a user wants to upload a graphic.
    SE78 would be a possibility but only if this uploading process could be done directly in production, however this doesn't seem to be a good idea..
    Does that make sense?
    Mantas

  • Uploading pattern in smartforms

    Hi gurus,
    How can I upload my customized pattern in smartforms. I want to put lines in the table, and none of the patterns defined in smartforms meets my requirement. How to create dynamic vertical lines in main windows. I need lines in some of the columns not in all, and those are random. Any kind of suggestion is welcome. I have read in a previous thread that it is possible to upload patterns in smartforms. How can we do that. Step by step suggestion would suffice. Full points are guaranteed.
    Thanks in advance.
    Debopriyo
    Debopriyo

    If u see in the table tab of a table or template tab of the template there will be options available for you draw lines where it is required...To be mopre precise you can do it for the particular cells in template.
    You requirement can be achived with this.

  • Does Panther have ability to upload graphics to a forum discussion page?

    I note forum posters often upload graphics to a forum posting. Can Panther do this? If not, how is this done? Additional software? A tutorial somewhere?
    Suggestions?
    Thanks
    G4 dual and G5 l.8   Mac OS X (10.3.9)  

    Hi
    It's really just using HTML, and the image already has to be hosted.
    So, enter a line of code such as:
    <img src="http://myserver.com/image1.jpg" />
    You can also specify height and width if necessary using img's height and width attributes.
    Matt

  • Dynamic graphic in smartform with exception handle.

    Hi All,
    I have already created a graphic node in the PO Smartform which will display the buyer signature, i have uploaded some signatures graphics to the server and used the &PO-CREATED_BY& parameter in the general attributes of the node. The signature gets displayed fine if the graphic with the buyer's username as name exist.
    But what i'm looking for is: what to do if the graphic doesn't exist (the standard behavior is an error message and its not displaying the preview of the smartform). I would like to set a 'default' graphic (blank image) as the image is the user signature image doesn't exist, but i cannot find the place where i need to implement some logic to do that validation effort.
    I'll appreciate your comments rewarding points for useful answers.
    Regards,
    Gerardo.

    Hi,
    Check the table: STXBITMAPS for the graphics image what yuu are looking for.
    If it is existing, then write a SELECT query in code lines and store the value in a variable.
    [ Declare this in the Global definition part ].
    Then create a window to display the graphics image [ do not create a grpahics node] and add a ALTERNATIVE node.
    Here check the work area variable and put separate graphics in the True node and in the FALSE node.
    Hope this helps.
    Regards
    Subramanian

  • Graphics in smartforms

    Hello,
    I have a problem with smartform. I execute this smartform with a user and all is correct, but then, I execute the same smartform with another user and I get 'Graphic doesn't exist'. Anyone can help me??
    Thank you,

    Hi ,
    Please test if both the users are in the same client . There is a possibility that the graphics which you have uploaded may not have been transported to the specific client .
    Thanks and Regards,
    Ragesh

  • Graphic in Smartform

    Moved to correct forum by moderator
    hi there,
    I have imported a colour graphic through SE78.
    Now when i used it in my smartform, the image is appearing faded
    after printing.
    Why is it coming like that?
    Edited by: Matt on Dec 1, 2008 2:16 PM

    Hello,
    Goto SE78 t code open the image and look at the Graphics information by following the path GRAPHICS -> GRAPHICS INFORMATION. The resolution of the graphics uploaded would be less. Try to upload another grpahics with larger resolution. You can adjust the resolution in Smartform while displaying with DPI adjustment while you add the graphics to your form..
    Hope it helps,
    Thanks,
    Jayant

  • 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

  • Upload graphics into SAP

    Hi I want to display a logo into my Smart form.That logo need to be first uploaded in SAP Server. How to do that??

    Hi
    To Upload a graphic then 1st upload it to the sap using Tx code SE78
    To create a logo in SAP printouts just do the following
    1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
    2. Run program RSTXLDMC and enter the following parameters
    Enter file name C:\COMPLOGO.TIF
    UOM CM
    Line width for text 132
    Text name ZHEX-MACRO-COMPLOGO
    Text ID ST
    Text language = E
    Number of Tiff gray levels (2,4,9) 2
    3. Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally in the text element, mention
    /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
    Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!
    You will not be able to see the logo in a test print. The same will be printed in actual printout.
    SMARTFORM
    1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)
    2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
    3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
    4) Select any picture and set its Resolution in DPI
    5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo
    6) Set any other parameters if required, save and activate.
    7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
    8) Use TCode SE78 to upload new pictures and logos.
    look at Thread Dynamic Graph in smartforms
    Refer the links also -
    Re: Dinamic Graph in smartforms
    How to get file perperties in Unix server
    Regards
    Pavan

  • 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

Maybe you are looking for

  • Can't import videos (except .mov)

    When I attempt to import videos in window's media or simple video clip format itunes thinks for half a second and does nothing - no change whatsoever, no error message or anything. What's the deal?

  • Field-Groups

    Hi All,          When i am using the Field-Groups.When i did the SLIN ( Extended Program Check) It is saying Field-Groups is not Supported in OO context. Is there any way to achieve this functionality wat field-groups is doing.This is very urgent. IF

  • Storing strings and numbers in a spreadsheet

    in this file i understand that the data types are incorrect. but what i dont know is how to fix it so i can write arrays filled with strings and arrays filled with numbers to seperate columns in an excel spreadsheet. Solved! Go to Solution.

  • Multiple windows... closing one exits the app!

    Hi, I've created a simple web browser where the class with the main method is supposed to create some windows and have the app exit when the last window is closed. The problem is that when I go to close just one of the windows all the windows close a

  • BAD TRAP: type=31 rp=2a1002b75b0 addr=d10198 mmu_fsr=0 occurred in module "

    Helllo, My solaris recently encounter kernel panic and reboot. I suspect it is hardware problem, but I am not sure, could anybody know this problem kindly give some suggestion? Following are messages: Nov 17 10:05:34 ASB_sim_1_1_5 unix: [ID 340138 ke