Show HTML page on initial SAP Screen

Hi all,
I know how to change the image on the initial screen by maintain table SSM_CUST and upload *.gif with tcode SMW0.
In SMW0 there is another part about HTML templates. I have uploaded an HTML page but I was not able to see this on the initial screen.
Any way to do this or we can only show images on the initial screen ?
Thanks
Utku UTKAN

Hi Mike,
I don't mean the login screen, I mean the initial screen which comes after we logon.
Thanks

Similar Messages

  • Servlet showing HTML page

    I ma using Tomcat as standalone server.
    have servlet showing HTML page which has frames in it . All frames are linked to some html pages. These pages are stored in
    webapps/project directory and servlet is in
    \Tomcat 4.1\webapps\Project\WEB-INF\classes
    Tomcat can show the servlet with al frames witherror402 means it is unable to take html pages from webapps/project
    what's wrong
    my codes are
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Htmlservlet extends HttpServlet {
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException,IOException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("<HTML>\n"+
    "<HEAD> <TITLE>A frameset document</TITLE></HEAD>\n"+
    "<FRAMESET rows= \"20%,40%,40%\" >" +
    "<FRAME src=\"contents_of_frame3.html\" frameborder=\"0\" scrolling =\"no\">"+
      "<FRAMESET cols=\"*,200\">"+
          "<FRAME src=\"contents_of_frame1.html\" scrolling=\"no\">"+
          "<FRAME src=\"contents_of_frame2.gif\" >"+
    "</FRAMESET>"+
      "<FRAME src=\"contents_of_frame4.html\" frameborder=\"0\"> </FRAMESET>"+
    "</HTML>");
    }

    Hi,
    Please please try this
    <FRAME src=\"/contents_of_frame1.html\"
    thanks,
    nvseenu

  • Customizing the sample HTML pages delivered by SAP in Life and Work Events

    Hi All,
    I have released all the process of the LWE and assigned the default roles to the all processes.
    Now I am able to see all the SAP delivered screens perfectly. I wanted to change the all the default HTML and Java Web Dynpro iviews to suite the business requirements.
    I know all Web Dynpro applications needs to be changed from NWDS. But I don't know how to change the HTML pages i have lot of questions like
    1) where can I found their source files for the HTML pages ?
    2) When I checked out the callable object of HTML pages it is showing as 'ESSHTMLContentPackage' where can I found this one ?
    3) how to change them ?  
    4) how can I integrate the changes to the actual ESS LWE screens ?
    5) where do I need to change the HTML pages?  is it in back end SAP system or in portal ?
    6) Do I need to do any other additional configurations in portal and sap system ?
    Any kind of help is highly appreciated ...Thanks a lot.
    regards,
    Seshu.

    Is there a simple way to copy a process and remove a couple of steps? For example, I would like to copy the Benefits process but remove the What's new step (the instructional pages). I would just like the webdynpro calls to remain with no instructional pages.  When I do a copy of the process, I can uncheck the What's new steps along with all of the other instructional pages so that they won't be copied. However, when I don't copy those pieces, the whole benefits process gives errors when you try to access it through the portal.  Any suggestions?

  • Show HTML-Page

    Hi!
    How can I show a HTML-Page in Internet Explorer by clicking a Menu Item or a button?
    Thx!

    thx man, i'll try it
    Try this:
    http://www.javaworld.com/javaworld/javatips/jw-javatip6
    .html

  • JSP, downloading files and show html page

    I like to download files and show a html page on JSP.
    With the source following, downloading works well.
    But, it is just remained on the previous page, not showing the next html page.
    Someone tell me why is it?
    <%@ page import="java.io.*, java.net.URL"%><%
    String file_name = request.getParameter("file_name");
    File fileDir = new File(config.getServletContext().getRealPath("upload/"));
    File theFile = new File(fileDir, file_name);
    FileInputStream fin = new FileInputStream(theFile);
    response.setHeader("Content-Disposition","attachment; filename=\"" + theFile.getName()+"\"");
    response.setContentLength((int) theFile.length());
    BufferedInputStream bf = new BufferedInputStream(new FileInputStream(theFile), 8096);
    int i;
    while ((i=bf.read()) != -1)
    out.write(i);
    bf.close();
    out.close();
    %>
    <html>
    <head>
    <title>file download</title>
    </head>
    <body>
    <p align="center"> </p>
    <p align="center"><b><font face="Tahoma" color="#000000" size="2">You have
    successfully downloaded your file(<%=file_name%>)!</font></b></p>
    </body>
    </html>

    You's already close the JSP output stream befor you try and write your html confirmation, and I don't think browsers can provide the kind of functionality you're trying to demonstrate here. A browser will download the file and open it directly itself or using another application based on user input (e.g. save as, open file, etc.). Once the file is opened or downloaded, it's done!
    I think your best bet is to show a dialogue that the user's download should begin, then set the pages href w/ JS to the location of the file, same way other sites that allow you to download files do it. Go take a look at download.com or something like that.
    Hope that helps.

  • HTML document on initial screen does not display

    Hi,
    In thread Links on Login Screen
    there is a description on how to display a html document in stead of a image on the initial SAP screen.
    I tried this (uploaded a html document, set MIME editor, and customized the SSM_CUST table),
    just to displaying a simple text like "Hello World", but however i keep getting a blank screen without anything in it on the initial screen.
    If I display the uploaded html file in transaction smw0 (selecting it, and pressing the glasses),
    a browser window opens and shows the expected content.
    Any idea what i have missed, or what i can check?
    Thanks
    Rolf

    Is it a blank html screen that you uploaded?
    Try crating a html page with some content and then try to configure it.
    Also, did you follow all the steps as -
    Change the logo in the right-hand side of the initial screen
    -   To put your company logo in the right-hand side of the initial
        screen:
        Put your picture in the database with the transaction SMW0
        "Binary data" options, e.g. in ".GIF" format.
        <b>Put a record with the picture name in the key "START_IMAGE" of
        the table SSM_CUST in the View maintenance transaction SM30.</b>
    -   You can adjust the picture to the window size automatically or
        center it in the right-hand side of the initial screen    
        ("RESIZE_IMAGE" "YES" or "NO" in the table SSM_CUST).
    -   You can deactivate the picture globally so that noone sees it
         with "HIDE_START_IMAGE" "YES" in the table SSM_CUST.
         User-specific picture display settings are then ignored.

  • Viewing HTML Pages

    I used JEditorPane and JTextPane to show HTML Pages, but it did not work with the hyperlink texts. How do I solve this problem.

    You have to add a hyperlinklistener to handle user interactions.
    Code sample comes from http://www.exampledepot.com/
       try {
            String url = "http://java.sun.com";
            JEditorPane editorPane = new JEditorPane(url);
            editorPane.setEditable(false);
            editorPane.addHyperlinkListener(new MyHyperlinkListener());
        } catch (IOException e) {
        class MyHyperlinkListener implements HyperlinkListener {
            public void hyperlinkUpdate(HyperlinkEvent evt) {
                if (evt.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {
                    JEditorPane pane = (JEditorPane)evt.getSource();
                    try {
                        // Show the new page in the editor pane.
                        pane.setPage(evt.getURL());
                    } catch (IOException e) {
        }

  • Modify initial screen with an HTML page

    Hi,
    I would like to replace the first right picture by an HTML page. Is it possible ??
    (please don't speak about the replacement of the picture with a GIF, or about the text you could add with SE61 ..)
    Thanks
    fred

    I found how to close and I restart the recovery.

  • Rendered html pages in results file(html) not showing the images of origina

    hi,
    rendered html pages in results file(html) not showing the images of original page
    when i click on rendered html pages of different html section of a results file.
    both master and tested as well.
    thx
    pasumarthi

    By design, the report will not show the images, will not apply imported css or javascript files and will not show framesets. Also, in the case that an image is shown there is no guarantee that that was the image that was seen when recording/playback the script.
    The rendered html pages that are shown in the report only contains the structure of the html page. If an image is shown the image will be a reference to the location of the image and not a saved copy of the image as part of the report. If the website has a simple structure this can give an idea of what was different. If the website relies extensively on images, stylesheets or javascript to present the information then this report feature becomes less useful.
    Few weeks ago I requested a feature request in order to be able to see in the report the page exactly as it was when recording the script and exactly as it was when the script was played back. In the way that the feature request was written it specifies the use of screen captures or saving the page as a pdf file.
    Regards,
    Zuriel

  • 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

  • Help. when I link html pages, they show up much larger in browser

    Hello,
    I designed 5 pages. When I look at them all through the browser individually in Dreamweaver CS4, they show up all correctly with a fixed width of 950.
    The problem comes when I link my navigation buttons to the html pages. When I click onto the links to the pages in the browser, three out of five of the pages become large. Instead of a 950 pixel width, all the content becomes bigger to fit my browser on my 15 inch screen.
    Can someone please help? I've been looking at this all day and need to get this done for a friend soon.
    I have saved all my files as document relative in Dreamweaver cs4. I have also defined the target of each link as "self".
    Thanks so much in advance.Would be super grateful for any help!
    Quianna

    Perhaps you could jsut paste the html for one of yoru problematic pages here so we can see it, altho tht may not be enough to really tell.
    The method you appear to have used to create the page is not the most desirable, but should have worked okay I would think.  And such a table ought not typically be fluid unless you went out of yoru way to make it so, so not sure what is happening.  Have to see the page.
    Another option is to upload your page, and its associated assets (images, cs js files etc) to http://www.getdropbox.com/ i jsut learned about
    this site recently on this forum and it seems a great idea for allowing us to see yoru page and help you.  Far bettr than pasting yoru code here!
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • HTML Page not appearing after SAP Upgrade from 4.6c to ECC 6.0

    Dear All,
    I am novice in ITS and IAC configuration stuff....
    Issue: We have a HTML page which shows a tree structure of Functional location and Equipments. A Z transaction is built to cater the requirement. User logs on to the HTML page navigates thru the Tree structure of Functional locations and equipments and the logs the workrequest or Break down details. In 4.6C every thing is working fine. But after Upgrade in Testing Server (We are not go live yet) we are facing a problem where the HTML page with tree structure is skipped off and directly the Z transaction is appearing on the web page.
    Did any one faced such issue? Any thoughts is highly appreciable?
    Thanks,
    Sanjay.

    Thanks Frank and Dhurairaj....and sorry for the delay in responding..
    I have checked my service in SICF and it is active. I also tried to create a new Service and now I am now getting "500 Connection timed out" error.
    Our Z transaction is ZW03 and Service name is ZW03_2.
    We are on Netweaver 7 (2004s)
    Steps I followed:
    1. Created a Service ZW03_2 in SICF (New Sub element) and then Activated.
    default host -> SAP -> bc -> gui -> sap -> its
    2. Created a folder ZW03_2 under SAP->Public->ITS (Transaction SE80, MIME Repository) and imported all MIME objects into that folder.
    3. Created a Internet Service ZW03_2 in SE80. Once I created a Service already there is blank folder Topic 99. Then I created two folders Mime Objects and HTML Templates. Imported all Mime objects into folder "Mime Objects" and Created templates in "HTML Templates" folder. Then I published ..
    After doing all the above setting then I tried to test the service and I am getting 500 Connection time out.
    Please let me know if I missed any step or if I have done any setting incorrectly.
    Thanks,
    Sanjay.

  • Toolkit for CreateJS showing blank HTML pages after publish on only some Flash projects?

    When I used Toolkit for CreateJS on Flash CC for the first time on a simple test movie, it worked fine. I've now created a new movie of a scrolling portfolio banner to go on my homepage. After hitting publish, it only shows a blank HTML page, with a white box the size of the stage.
    I even tried it again when removing the buttons and tweens and still no joy. Is there a way I can upload both files to show you and to see if there's a difference in which why the newer one isn't working. Both have more than one layer. The test one moves out of the screen, while the new one fades out. I've even tried putting an alpha effect on the test to see if it doesn't play, but it still works fine.
    Please help.
    Thanks
    Adam

    Do you see any errors listed in the output panel?

  • How to show an HTML page in a new browser window

    Hi Everyone,
    I am trying to show a page generated by some servlet in a new browser window when the button is clicked on the applet. I can accomplish that by using AppletContext as in:
    myApplet.getAppletContext().showDocument(servletUrl, "_blank");
    The only problem with this is that I don't have any control over how the new browser window is displayed. Using JavaScript I can set size, hide toolbar and address bar, etc. But how can I hide address bar on a new browser window generated in this scenario?
    I tried to call intermediate servlet from my applet which in turn generates a new window by writing out JavaScript code. This way I lose my previous page with the applet even though a new window is displayed the way I wanted but I want this new browser window to act as a pop-up box and my applet page stay on screen. Also, is there a way to send a POST request from an applet by using AppletContext.showDocument() method?
    Any help will be greatly appreciated!
    Thanks in advance,
    Y.M.

    Did you ever figure out a solution for this? I too would like to open a new browser window to act as a pop-up box and my applet page stay on screen. If anyone has any thoughts on how to do this, please post! thanks.

  • In Options -- General -- I want the option to "Show my windows and tabs from last time" AND "Show my homepage", but that choice isn't given. When I open a new tab, I'd like to see my iGoogle page, not a blank screen. Hope you can help. D

    In Options --> General --> I want the option to "Show my windows and tabs from last time" '''''AND''''' "Show my homepage", but that choice isn't given. When I open a new tab, I'd like to see my iGoogle page, not a blank screen. Hope you can help. D

    You can middle-click or Ctrl left-click the Home button on the Navigation toolbar to open the Home page in a new tab.
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

Maybe you are looking for

  • Edit in Adobe Photoshop CC

    When I have an image in Lightroom 5 that I want to edit in Photoshop, if i use Photo> Edit In> Edit in Adobe Photoshop CC I get a message that Photoshop can not be opened. If I launch Photoshop first, then the Edit In command will send the image to P

  • Java Help with ...conversion?

    I've got to make sure that the answer is an integer, this is what I have: import java.util.Scanner; public class Homework622a           public int temp2Celcius()           Scanner input = new Scanner(System.in);           int tempf;                do

  • Currency display in a separate cell

    Hi BI experts, I have a question about currency display in BI reporting. In BI reporting, the currency amounts are shown with the amount and currency together in one cell, such as 500 EUR, etc. But my current request is to split this into two cells,

  • BH 214 can not make call but can hear music.

    I am using Nokia X6-00 8GB, I have BH 214, I have succesfuly connect the bluethooth headphone and i can heared music throgth it but  when make call, the call is not handfree to bh 214. please reply as soon as posible. thank you. But with E63 it work

  • Reorganization

    Hi, I am New to SQL database.can anybody explain me the Reorganization procedure for SQL database? Thanks in advance. Vinnu.