Transfering my gui screen to html

hi,
i have a gui screen created with swings.is it possible to transfer my gui screen to a html page?i have a JTree,JTable etc in my screen and my gui screen extends JFrame , since i need to interact with database. i thought of going for jsp. but i m not strong in it. and i dont know whether this is possible in jsp.any suggestions and ideas on this subject is welcome
cheers
kiran

maybe applet is pain less way. but you still need write some servlet to help your applet.

Similar Messages

  • In ESS we are getting SAP GUI screens instead of web screens??

    Hi,
    How the problem has come up---
    We have transferred the production data and OS into test server and changed the test server IP address to production IP address after shutting down the production server.
    Which means that now ITS/ESS will be pointing to the new copied server. After this when this new server was shutdown and old production was started the ESS/ITS points back to the original production server.
    Now the problem is that When we execute any transaction from ESS we are getting SAP GUI screen instead of Web screen.
    Can somebody tell me why this is happening.
    Any pointers to this will be highly appreciated.
    Thanks and Regards,
    Varun

    First off...what version are you on (backend)? Also, how did you "switch" your ITS instance?A little more info and we will solve this for ya. =)

  • SAP Screens to HTML conversion

    Hi Friends,
    I need to convert SAP Transaction screens into HTML pages.
    SAP GUI for HTML gives only BHTML pages but not normal HTML pages.
    Even from EP TRansaction iview, teh same SAP GUI for HTML pages will be displayed. Even we can not save them also.
    Can anybody suggest any good method to convert SAP screens into normal HTMl pages?
    Thanks lot!!
    Kind regards,
    Ramesh.

    Hi u can use one of these FM
    convrt the itf to html.
    CONVERT_ITF_TO_HTML            Text Conversion of the Internal SAPscript Format (ITF) to HTML
    CONVERT_ITF_TO_HTML_CSS
    SAPSCRIPT_WWW_DOCU_TO_HTML
    SAPSCRIPT_WWW_ITF_TO_HTML
    Thanks & Regards.
    D Tarun Kumar

  • How to display  a calendar on an GUI screen

    Hi,
    I need to dispaly a calendar on GUI screen, for instance if you go to www.hotwire.com, you can see a "Depart Date" field next to this filed there is a small box, click on that you will get calendar. In my screen I had a start date field I need to get the same on my screen too.
    Could anybody had script(Javascript) to display a calendar like that. Please forward to me if anybody had.
    Thanks to All.
    Art

    I use JCalendar for my applications. It's easy to implement and it looks great.
    http://www.toedter.com/en/jcalendar/

  • How to change the size of the characters displayed on GUI screen?

    Hi All,
    My problem is : the characters displayed on GUI screen are smaller than other associates when we are in same condition.
    Can anyone tell me what i should do to change the size?
    Thank you very much.
    Regards,
    Fiona

    hi,
    click on the layout menu button at the end of standard tool bar.
    select visual settings. there u will get font size options.
    u can manage through this your font size.
    and this will effective with the first front end mode u start.
    layout menu button >> visual settings >>general tab>> font size
    hope it will help you.
    Edited by: Sachin Gupta on Jul 15, 2008 9:42 AM

  • Function Key problem in GUI Screen

    Hi,
    I am trying to add a button in an existing GUI screen (earlier copied from standard GUI status). When I am trying to add a button in the application toolbar, its showing me the following error.
    Function code &REJ has not been assigned to a function key 
         Message no. EC181                             
    When I am trying to create a button for the same scenario in IDES its working properly...
    Please let me know what to do.
    Thanks in advance.
    Regards,
    ravi.

    Hi,
    have you tried to assign function key to your new button? You can see all assignments in Utilities -> F key consistency. You can assign you new button to any free function key on your screen.
    Cheers

  • Does SAP has a GUI screen painter or not? If yes what operating systems is

    Does SAP has a GUI screen painter or not? If yes what operating systems is  it available on? What is the other type of screen painter called?

    SE51 is the transaction code for the screen painter.
    Check this link for <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801b50454211d189710000e8322d00/frameset.htm">Screen Painter</a>
    Regards
    - Gopi

  • Screens in HTML +Servlets

    Hi ,i am writing my screens in HTML but form the out.println also ,and my textfields will not line up ,i was wondering if any of know why this is ,and is there a differnt way of doing so ?
    heres what i have,and all the spaces are equal size but yet are not lined up?
    out.println("<param name=\"lastName\" value=\"\" />");
    out.println("<p align=\"center\">* Last Name:     <input type=\"text\" name=\"lastName\" size=\"30\" value=\"\">");

    hi, i just wanted to point out that your problem is HTML specific, (not java)
    so you would have more luck with it if you'd go to some HTML forum or something...
    once you've figured out exactly what kind of text your servlet should output, so taht it would line up correctly in browser, then you might want to check here for some servlet specific questions (if by that time you havent solved these yourself)
    good luck

  • Display application server time and date on GUI screen.

    Hi experts,
       My client's requirenment is to display the application server time and date on the on GUI screen
       pls give the step by step procedure.
    Thanks in advance.
    Abhishek

    Hi,
    For TIME purpose,
    Fixed Length  6
    Format  u2018HHMMSSu2019
    DATA  times  TYPE  T.
    times  =  sy-uzeit.
    WRITE  times.
    For DATE purpose
    Fixed Length  8
    Include Representation  u2018YYYYMMDDu2019
    DATA  today  TYPE  D.
    today  =  sy-datum.
    WRITE  today.
    today  =  u201819991231u2019.
    WRITE  today.
    Regards,
    Anki Reddy

  • Transport GUI Screen (SE51), GUI-status (SE41) and Titlebar - how?

    Hi,
    Please help me with the following:
    How do you transport the following objects:
    GUI Screen (SE51)
    GUI-status (SE41)
    Titlebar for the GUI
    Thanks,
    John

    You can not create a screen or gui status or gui title without having a program, so there is always a reference to the program.  If you go to SE80, and enter your program name, and hit enter, you will see folders for the screens, gui statuses, and gui titles.  
    The code in your PBO is simply saying that you want to use those for that particular screen, they must already exist in your program.
    In reality, you should always create all of the objects of your program in SE80, and forget about SE51 and SE41,  in doing so you will see how all of the objects of your program are together when using SE80.
    And yes, to confirm, the screen and gui status/titles will be transported with your program.
    Regards,
    Rich Heilman

  • Help needed on ALV variant with new GUI screen is created by set PF status

    Hi Gurus,
    I have created a new GUI screen for ALV grid display thru set pf-status, since i need two buttons on application toolbar.
    have been passing parameters to alv_grid_display FM for display-*
    i_save            = 'A'
    is_variant        = gwa_variant
    I have an ALV variant selection paramter on selection screen.
    Please guide me with some pointers on how to implement ALV variant selection thru selection screen.
    Many Thanks,
    Madan

    Hi,
    Search default variant for the report
      CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET'
           EXPORTING
                i_save     = 'A'
           CHANGING
                cs_variant = i_variant1
           EXCEPTIONS
                not_found  = 2.
    If default variant is found , use it as default.
    Else , use the variant LAYOUT1.
      IF sy-subrc = 0.
        p_var = i_variant1-variant.
      ELSE.
        p_var = 'LAYOUT1'.
      ENDIF.
    endform.                    " SUB_VARIANT_INIT
    *&      Form  SUB_CHECK_PVAR
    Once the user has entered variant, check about its existence
    FORM SUB_CHECK_PVAR.
    If the name of the variable is not blank, check about its existence
    if not p_var is initial.
      clear i_variant.
      i_variant-report = sy-repid.
      i_variant-variant = p_var.
      CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE'
             EXPORTING
                  I_SAVE     = 'A'
             CHANGING
                  CS_VARIANT = I_VARIANT.
    If no such variant found , flash error message
         if sy-subrc ne 0 .
          message e398(00) with 'No such variant exists'.
         else.
    If variant exists , use the variant name to populate structure
    I_VARIANT1 which will be used for export parameter : IS_VARIANT
    in the function module : REUSE_ALV_GRID_DISPLAY
           clear i_variant1.
           move p_var to i_variant1-variant.
           move sy-repid to i_variant1-report.
         endif.
    else.
       clear i_variant.
    endif.
    ENDFORM.                    " SUB_CHECK_PVAR
    *&      Form  SUB_VARIANT_F4
    Display a list of various variants of the report when the
    user presses F4 key in the variant field
    form SUB_VARIANT_F4.
    i_variant-report = sy-repid.
    Utilising the name of the report , this function module will
    search for a list of variants and will fetch the selected one into
    the parameter field for variants
    CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
           EXPORTING
                IS_VARIANT         = I_VARIANT
                I_SAVE             = 'A'
                I_DISPLAY_VIA_GRID = 'X'
           IMPORTING
                ES_VARIANT         = I_VARIANT1
           EXCEPTIONS
                NOT_FOUND          = 1
                PROGRAM_ERROR      = 2
                OTHERS             = 3.
      IF SY-SUBRC = 0.
        P_VAR = I_VARIANT1-VARIANT.
    ENDIF.
    endform.                    " SUB_VARIANT_F4
    Thanks
    Ashu

  • GUI screen

    Hi,
    I have to do the SAP AutoId scenario with the GUI screen. Is it possible?
    Regards
    Sara

    Hi Sara,
               Ya its absolutely possible to do Auto ID Scenario with a GUI Screen. No probs.

  • GUI Screen triggered by external system

    Hi Guys,
    Is there a way to trigger a SAP GUI Screen to open from an external system?
    I need a GUI Screen (showing a specifik Sales Order) to pop up when I press an icon on an external application.
    The user will have SAP GUI installed and will be logged in. But the screen will have to be initiated from the outside.
    (I cannot use Webdynpro since it doesn't support variant configuration.)
    Please advise
    Thanks!

    Hi Thomas,
    Here is a possible method even though it doesnt contain the code that solves your requirement.
    Firstly we have the legacy(.net) and sap systems connected to each other.
    Now we have a BAPI in SAP for creating a sales order, for eg: BAPI_SALESORDER_CREATEFROMDAT1.
    We can customise this BAPI in SAP by adding a CALL SCREEN statement in such a way that after feeding the customised BAPI with all the mandatory parameters(mentioned below), it displays a screen containing a sales order.
    Now configure your .net system in SM59(RFC connections)->HTTP connections to external server of the sap system in which the customised bapi resides.(Basis help possibly required).
    Then in the SAP system go to SE37 mention the name of this customised BAPI and click on change. Now go to Utilities->More utilities->Create Web service. I think here also you need to mention the target system details where the bapi has to be executed.
    We can then call this customised BAPI from within the .net code and pass all the mandatory parameters there itself.
    ORDER_HEADER_IN : DOC_TYPE     Sales document type
                      SALES_ORG    Sales organization
                      DISTR_CHAN   Distribution channel
                      DIVISION     Division
    ORDER_PARTNERS..: PARTN_ROLE   Partner functions, SP sold-t
                      PARTN_NUMB   Customer number
    ORDER_ITEMS_IN..: MATERIAL     Material number
                      REQ_QTY      Order quantity in sales unit

  • Make gui screen feel like web on portal

    Hi all:
        I hear there is some technique that can make Gui screen like Web on Portal , could you please tell me how ?
    thank you very much
    Edited by: jingying Sony on Apr 29, 2010 10:28 AM

    Hi,
    If i am not wrong , the think wich you are looking is called as SAP WEBGUI ( SAP INTERGRATED ITS )
    Refer the below lnik for how to activate and use integrated ITS.
    http://wiki.sdn.sap.com/wiki/display/EP/12ITSWebGUI-Activation(BackEnd)
    http://help.sap.com/saphelp_NW70EHP1core/helpdata/en/3d/b5f9c2ea65c242957ee504ca4a37a9/content.htm
    www.arlati.ch/knowhow/archive/Integrated_ITS_WebGui.pdf
    Thanks
    Anil

  • Transferring OpenGL GUI for help

    Hi all,
    I've upgraded my OS to Mountain Lion now.
    But when I was trying to transfer an OpenGL GUI (VMD) from remote server to my MacBook Pro,
    it can't show me the object in the transferred window. And even worse, when I tried to
    close the GUI window of remote VMD, the whole screen flickered, and I had to reboot.
    Is this a bug or something else needs to specific setting?
    Who'd please help me to fix this problem?
    Thanks!
    P. S.
    The details of my MacBook Pro:
    Processor  2.2 GHz Intel Core i7
    Memory  8 GB 1333 MHz DDR3
    Graphics  AMD Radeon HD 6750M 1024 MB

    Bad imports; use these:
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.*;

Maybe you are looking for