How to embed a smartform into a component?

Hi All,
i would like to embed a smartform into the component to display the relevant information of complaint in WEB UI.
In complaints when i clicked on complaint ID it is not not displaying any details? So i would like to add a smart form to the component to display all the details. Please help me how to add the smartform into the component?
Thanks
Maheedhar

Hi pavan,
I did not try this but I think you can call the smatforms function module and get the form in html from parameter JOB_OUTPUT_INFO-XMLOUTPUT-TRFRESULT.
Put this into WD component using respective method. Compare Thread: [Add html code in web dynpro application|Add html code in web dynpro application]
Regards,
Clemens

Similar Messages

  • CP8 - How to embed a pdf into a captivate slide (for LMS publication)?

    Hi,
    How to embed a pdf into a captivate slide (for LMS publication)?
    WebObject doesn't work...
    Thanks

    I accomplished this by publishing my PDF to a directory I called "PDFWebObjectEmbedFiles" on my webserver outside of where my published project lives.
    For example...the PDF to embed lived at:
    http://mydomain.com/PDFWebObjectEmbedFiles/file_name_of_PDF_to_embed.pdf
    Then I went inside of Captivate and inserted the Web Object widget.  I put the URL to my PDF inside the widget.  Then it loads perfectly with no problem.
    Hope this helps.

  • How to embed html-file into swing

    hello,
    can anybody help me how to embed a html-file into a swing application??
    I try to write a swing-application, that connects to a Internetpage via Sockets.
    The problem is, that I can only see the sourcecode of the InternetPage in my JTextArea, but I want to see the whole Page just like in a browser.
    I hope anybody can help me to solve this problem, thanx mina

    u will need to use the JEditorPane component instead of Jtextarea.here is a url to help u get started
    http://java.sun.com/docs/books/tutorial/uiswing/components/simpletext.html#editorpane

  • How to embed a screenshot into a topic post/topic reply.

    Hi all,
    I wasn't sure which forum to post my question in, so since all my Discussions stuff opens in a browser window, I thought it might as well be in the Safari forum.
    My query is two-fold:
    1. How do I embed a screenshot into a reply so that the screenshot shows up in the same way as the screenshot itself, and not as a reference to myself e.g. if I drag the pic from my desktop, it shows up as "Users/My name/Desktop/Picture1.png" which I don't want on screen.
    2 the forums toolbar doesn't contain any formatting tools so that the above query can be effected. All I see are icons for 'Bold', Italics', 'Underline' and 'Spell checker'. There is, of course, the 'Preview tab', but I doubt that this will affect how I view the way my messages will appear to the viewer.
    Any assistance would be greatly appreciated.
    Message was edited by: sapper

    Hi
    I use Image Shack:
    Register here.
    Next, download their OS X Uploader.
    I choose "classic view" to see my library of images. After uploading an image via the Uploader, a tab opens to your Library page. The code for your post is the second one listed - Embeddable Code - Sites. Looks like this:

  • How to embed java application into flash player

    By using SWT flash, I able to embed flash player into java
    UI. But then now I want to embed the java application in flash
    player... Do it possible ?? or any export can help me or advice me
    on this? Thanks
    Regards,
    Sosseres

    Hi,
    In this case, you need to setup Single Sign-On (SSO) between your SAP Portal and Websphere.
    Please refer to the following URL:
    IBM WebSphere
    Here, you will find all the guides that explain how this SSO can be established. Under the General Section, you will find documentation that describe the SSO cases. Under the section of interoperability, you can find the guides like "How to Set Up SSO Between SAP NetWeaver Portal and IBM WebSphere Portal Using TAI".
    Use these guides to setup SSO.
    Regards,
    Shitij

  • How to embed finished project into a blog???

    Please help! How can I take my finished quiz and embed it onto my blog?
    ALSO,
    How can I incorporate html into my quiz? I have a photobucket slideshow I'd like to include in my quiz.
    THANKS!!!!!!!

    Hi there
    Please don't cross-post the same question to more than one forum category.
    For anyone choosing to reply to this question, please reply where it was first asked.
    You may do this by clicking here.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • How to embed 3d pdf into 2d pdf?

    I created a 3d pdf (outside of Acrobat) and would like to embed this file into a 2d pdf using Acrobat X. When I add Multimedia > 3D object and try to insert the 3d pdf file, Acrobat says that the file is not a supported file type. Is there a way to embed this directly (so the model can be seen when the 2d pdf is opened), rather than as an attached file or link? I would like to avoid using an U3D file, as the file became very large and responds slowly to commands.

    All you need is Acrobat.
    If you want to copy the entire page from the 3D PDF to the 2D PDF, open the page thumbnails sidebar in the 2D PDF, and from the options dropdown menu choose Insert Pages > From File. Pick your 3D PDF and choose where you want the page to be inserted. You can also open both files in separate windows, and drag the page thumbnails from one to the other (not the pages, the thumbnails).
    If you want to copy just the 3D annotation, open both files in separate windows, and open the Tools Pane > Content Panel in both so you can activate the "select object" tool - the big black arrow. Click the 3D annotation to select it, then choose edit>Copy (Ctrl-C), then in the destination PDF file choose Edit>Paste (Ctrl-V). You can move and resize the annotation while you have the select object tool enabled, and any embedded 3D scripts, views, poster images etc will be preserved.
    The only thing you may find is if the source and destination pages are in different orientations, copy/paste may rotate the poster image. To fix that, right-click the pasted annotation and choose Properties, then re-create the poster image.

  • How to set a value into a component visibility with expression builder?

    Hello,
    I want to set true/false value into a adf component visibility according to a bean object's value. if the object value is null then visibility value will be false, else visibility is true.
    How can I do that without an extra variable definition in the backing bean?
    Thanks, Ali

    I think, "visibility = false" is a rendered element, which is not display to the user (like a HiddenField). You should find the element in your HTML-code of your browser. A "rendered = false" element should be not rendered into HTML and not to find in the HTML-code.
    Regards
    Majo

  • How to embed an Applet into html

    Hi, I've an applet called IDrive written in Eclispe which works perfect there, I've been trying to paste the IDrive class file into my html folder and embed my applet by trying e.g.
    <applet code="../css/IDrive.class" width="300" Height="400">
    </applet>css is a folder outside the folder which contains the html file in which im trying to embed my Applet
    but no matter what I do i keep getting class not found error's, and as im totally new to applets I hope someone could please help me....
    Thanks

    I suggest you look at the applets under the demo directory and how they are done.
    Here are also some tutorials.
    [http://www.google.co.uk/search?q=applet+html+tutorial]

  • How to Embed InDesign doc into a MFC Program?

    Hi everyone,
    I am working with a distributed editing system. It requires to deal with several documents from several layout design software, such as InDesign, Word,Quark,and so on.
    Now, my problem is: Can InDesign doc, (.indd files), be embeded into a MFC software or Windowns Form software? Is there any plug-in or component to do it?
    PS: the "embed" should not be the static form,like JPEG,or PDF..., It should not lost the text format information!
    thanks a lot!

    Is there any ActiveX control?

  • How to parse xml data into java component

    hi
    everybody.
    i am new with XML, and i am trying to parse xml data into a java application.
    can anybody guide me how to do it.
    the following is my file.
    //MyLogin.java
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.util.*;
    class MyLogin extends JFrame implements ActionListener
         JFrame loginframe;
         JLabel labelname;
         JLabel labelpassword;
         JTextField textname;
         JPasswordField textpassword;
         JButton okbutton;
         String name = "";
         FileOutputStream out;
         PrintStream p;
         Date date;
         GregorianCalendar gcal;
         GridBagLayout gl;
         GridBagConstraints gbc;
         public MyLogin()
              loginframe = new JFrame("Login");
              gl = new GridBagLayout();
              gbc = new GridBagConstraints();
              labelname = new JLabel("User");
              labelpassword = new JLabel("Password");
              textname = new JTextField("",9);
              textpassword = new JPasswordField(5);
              okbutton = new JButton("OK");
              gbc.anchor = GridBagConstraints.NORTHWEST;
              gbc.gridx = 1;
              gbc.gridy = 5;
              gl.setConstraints(labelname,gbc);
              gbc.anchor = GridBagConstraints.NORTHWEST;
              gbc.gridx = 2;
              gbc.gridy = 5;
              gl.setConstraints(textname,gbc);
              gbc.anchor = GridBagConstraints.NORTHWEST;
              gbc.gridx = 1;
              gbc.gridy = 10;
              gl.setConstraints(labelpassword,gbc);
              gbc.anchor = GridBagConstraints.NORTHWEST;
              gbc.gridx = 2;
              gbc.gridy = 10;
              gl.setConstraints(textpassword,gbc);
              gbc.anchor = GridBagConstraints.NORTHWEST;
              gbc.gridx = 1;
              gbc.gridy = 15;
              gl.setConstraints(okbutton,gbc);
              Container contentpane = getContentPane();
              loginframe.setContentPane(contentpane);
              contentpane.setLayout(gl);
              contentpane.add(labelname);
              contentpane.add(labelpassword);
              contentpane.add(textname);
              contentpane.add(textpassword);
              contentpane.add(okbutton);
              okbutton.addActionListener(this);
              loginframe.setSize(300,300);
              loginframe.setVisible(true);
         public static void main(String a[])
              new MyLogin();
         public void reset()
              textname.setText("");
              textpassword.setText("");
         public void run()
              try
                   String text = textname.getText();
                   String blank="";
                   if(text.equals(blank))
                      System.out.println("First Enter a UserName");
                   else
                        if(text != blank)
                             date = new Date();
                             gcal = new GregorianCalendar();
                             gcal.setTime(date);
                             out = new FileOutputStream("log.txt",true);
                             p = new PrintStream( out );
                             name = textname.getText();
                             String entry = "UserName:- " + name + " Logged in:- " + gcal.get(Calendar.HOUR) + ":" + gcal.get(Calendar.MINUTE) + " Date:- " + gcal.get(Calendar.DATE) + "/" + gcal.get(Calendar.MONTH) + "/" + gcal.get(Calendar.YEAR);
                             p.println(entry);
                             System.out.println("Record Saved");
                             reset();
                             p.close();
              catch (IOException e)
                   System.err.println("Error writing to file");
         public void actionPerformed(ActionEvent ae)
              String str = ae.getActionCommand();
              if(str.equals("OK"))
                   run();
                   //loginframe.setDefaultCloseOperation(DISPOSE_ON_CLOSE);
    }

    hi, thanks for ur reply.
    i visited that url, i was able to know much about xml.
    so now my requirement is DOM.
    but i dont know how to code in my existing file.
    means i want to know what to link all my textfield to xml file.
    can u please help me out. i am confused.
    waiting for ur reply

  • How to embed audio clips into pdf document

    Hello I have a two-hour lecture I've transcribed. There are about 20 paragraphs. I want to embed the audio of the lecture into the pdf document so that when the reader clicks on a paragraph or on a button/control near the paragraph the audio for that particular paragraph starts up. An ideal version of this would be in pdf format and would allow the reader to click anywhere in the pdf and have the audio start from that point. I've never embedded audio before. I also have InDesign, Lightroom and Photoshop and can use them to embed audio before exporting to pdf.

    The exact process will depend on the version of Acrobat you have. In AA7, I just selected TOOLS>Advanced Editing>Sound Tool and added a sound file to the document. There were options for AA5 and AA6 compatibility as well as for embedding the sound file in the PDF.
    When you select the sound file, it asks if you want to play the file or accept the file as trusted for future requests. The file then played just fine. When I added the link, I was given a box to use to surround the area of interest on the page. You can set the border color and such (like make it invisible, though that might confuse folks).
    I am not sure what more you want. It is possible to add audio to open when you open the page also as well as set timing for the page. That would provide a way for the person to essentially have a lecture presented on your system without having to intervene. For the playing of the pages and timing, you may ahve to have the file open in full-screen, not sure.

  • How to Embed FPM ABAP into a WebDynpro ABAP Application

    HI all,
    I've embedded a custom  FPM component a custom WebDYnpro application and I've coded this:
          DATA: lo_usage TYPE REF TO if_wd_component_usage,
                ls_conf_key TYPE wdy_config_key.
          lo_usage = wd_this->wd_cpuse_po_manage_fpm_usage( ).
          IF lo_usage->has_active_component( ) = abap_true.
            lo_usage->delete_component( ).
          ENDIF.
          ls_conf_key-config_id = 'ZWD_SRM_PO_MANAGE_OIF'.
          TRY.
               CALL METHOD lo_usage->create_component
                EXPORTING
                  component_name   = 'FPM_OIF_COMPONENT'
                  configuration_id = ls_conf_key.
            CATCH cx_wd_runtime_api .
          ENDTRY.
    My application is called (debug stops) but the screen that's rendered is an empty screen with Start and Close buttons (the initial screen which is normally displayed is not in this case).
    What could the problem be?
    Also, how can I pass parameters to my FPM application? (According to the PDF guide, app_parameters can't be used!)
    Thank you.

    Hi ,
    Did you find a solution to your problem?. I'm trying to do the same kind of thing and have the same problem.
    Thanks.

  • How to embed a website into WEBI doucment

    I have seen some posts where website can be inserted in WEBi and a hyper link can be created a between webi data and website, passing the values. How can i do this? I have never used IFRAME, can anyone provide me the steps to open IFRAME and embed the website. Thanks in advance.

    Hi Rithesh Makkena,
    Can you please see if the following link is useful:
    http://scn.sap.com/thread/3332295
    BR
    Prabhith

  • How to make Page Dissecting into cachable component

    The Input is a HTML page and then Dissecting the page into cachable componet.. Table, Rows, and Cells are accepted. I would like to make that page with RSS feed feature.
    This is the my raw idea. I would like to know the way that how can I dissecting the page into the cachable componet.

    This is a user preference. For this&mdash;and a whole load of other excellent reasons&mdash;you should have individual user accounts.

Maybe you are looking for

  • Why is my hard drive rapidly filling up?

    Hello, this has recently become a serious problem for me. I have checked other threads which suggest removing log files, but using the console I cannot seem to find any log files with any outstanding volume (none are larger than 2 MB and I'm talking

  • E-mail button using something other then Outlook

    My question is simple when using an e-mail button you can send the PDF or XML through e-mail to a certain address such as a gmail, yahoo, msn or etc.. email account but the host e-mail server it is using is the Outlook on your local machine. My quest

  • How to empty the trash? The process end without delete

    I need help on how to empty the trash - it is 48900 items to be deleted and the process ends without deleting anythng.

  • Big problem! Can someone help me?

    I was using software update yesterday, and the computer crashed during installation of the update. I started the computer again, and since then, nothing is mounting to the desktop, and the finder won't open. The dock is still there, and most apps sti

  • CRM 7.0 Webservice Tool error

    Hello friends, I have an issue : I want to use the Webservice Tool to provide data for the Document Template Designer. I copied a standard Webservice to ZMYWEBSERVICE. When I tested my Webservice Object by completing the wizard  after pressing Produc