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.

Similar Messages

  • Design view screen does not display body region

    I was working in Dreamweaver 5 using the split screen.  I was updating a page in the code view and during the work the design view screen stopped showing the editable body region.  I only see the template fields which I cannot change of course.  I may have clicked something by accident on my laptop, but not sure.  Other pages show the body region in design view fine.  The page displays fine in browsers.  How do I get the design view to show the whole page?

    I tried your suggestion.  I had to create a blank page to do it, but no luck.  It is the only page that does not display the the body region.  I can't help but think I "set" something to change the view properties but cannot find what is different.  FYI - Here is the page as it currently exists on the web.
    http://riedmannfamily.com/adamriedmannfamily.html
    Here is a screenshot - no EditRegionBody shows

  • T500 Windows 7 - Screen does not display - Switchable Graphics Problem

    Hello,
    I have a T500 and I recently upgraded to Win7. Evrething was fine until I tried to install the drivers for the graphic cards and went on in BIOS and selected to use the integrated graphic card option. After reboot everything turns on except for the display. The fan works, everything looks OK but the screed does not display anything. I even tried to boot directly from the Win7 disk and install a fresh copy (maybe it would have been a better idea to do that in the first place) but it's the same, nothing happens. I don't know what else to try.
    Please help.
    Thank you.

    UPDATE: I just came back after a visit to the apple service provider here in New Delhi. They have replaced the logic board on my macbook pro and guess what? the situation is still the same. No difference what so ever as far as the screen resolution is concerned. I can still see those black bars in the exact same places i.e. the right hand side as well as on the top of the screen. Even the size of the black bars are still the same.
    I am so upset right now. After trying my best in order to solve this problem I went to the AASP with high hopes. I was very confident that after replacing the logic board this annoying problem would go away but unfortunately that's not the case. Even the Apple Engineer was clueless on how to solve this problem.
    I think I'll call apple care and speak to the customer relations regarding a replacement.
    If any of you can come up with a solution to this problem please let me know.
    I'm all ears!!!

  • Variable Screen Does Not Display in Bex Web Analyzer after first time

    We recently upgraded from BW 3.1 to BW 7.0 (without upgrading specifically to 3.5).  We are having a problem with our Web Bex Analyzer not showing the variable screen although the variable screen is displayed successfully when running the same query from the Bex Analyzer.  Based on feedback from other posts regarding similar topics, we modified the 0analysis_pattern template to ensure that Display Variable Screen was checked on.  We are finding that when we open the Web Bex Analyzer and do a New Analysis, the first query we try to run will always have the variable screen displayed successfully.  Any susbsequent queries we try to run by clicking on New Analysis in that same open window will not show the variable screen and will start executing open ended.  This is occurring regardless of whether the query has mandatory or optional variables and we have confirmed that there is no personalization set for the variables being used.  We have tried it with several different queries and the results are consistent.  The first query you run shows the variable screen successfully and any queries run after that do not.  Any help in resolving this would be greatly appreciated as we have exhausted our resources researching and troubleshooting this problem.

    We did open an OSS note and heard back from SAP.  We made the recommended setting, see their response below, but as they stated, it will only show variable screens for queries that have at least one mandatory variable entry after the first query is opened. 
    Response from SAP: 
    Please check if the following setting is made within your template --
    In the 'Standard Actions' of the Web Template, do you have the setting
    'Action Before First Display' set to OPEN_VARIABLE_DIALOG
    The behaviour of the variable screen is different if you use mandatory
    variables and optional variables. If you have only optional variables,
    the Display Variable does not force the variable screen.
    Also, using the parameter VARIABLE_SCREEN=X only influences the
    web application at STARTUP. This would not come into affect when you
    use the 'New Analysis' button. This button resets the dataprovider so
    this would not affect the variable screen and would not redisplay the
    variable screen as you require.

  • How can I reduce the display width of Firefox: I have my monitor in portriat mode, and the right side of the screen does not display.

    How can I reduce the size of the Firefox monitor display?
    I use my monitor in portrait mode, and the right side of the Firefox window is not displayed.

    Try using this extension. <br />
    https://addons.mozilla.org/en-US/firefox/addon/textarea-cache/

  • Splash screen does not display correctly

    Hello everyone. I have a class which shows a spashscreen. When run from the main method it display the splash correcly.
    I have a login module. When the login is sucessful , I call the splashcreen module. Here the problem arises. It just gives me the white background. The image is not there.
    I also encounter this sort of problems when calling other panels from my mainpage. The panels have a background. When called for the first time they appear distorted. When a second time they are called( by clicking the menu button from my mainpage) everything displays correctly.
    I am very confused with the above problem because there is simply no error in the coding. I can't see where the problem lies.
    Please Please Help me! I'll be indepted to you all!

    This is my class that I've written that works fine. Feel free to use it.
    * SplashScreen.java created on May 14, 2003
    * Copyright (c) 2003 Rene Peters Consultancy.
    * This software is the confidential and proprietary information of Rene
    * Peters Consultancy ("Confidential Information"). You shall not
    * disclose such Confidential Information and shall use it only in
    * accordance with the terms of the license agreement you entered into
    * with Rene Peters Consultancy.
    package nl.renepetersconsultancy.util.gui;
    * An application to show a title screen in the center of the screen
    * for the amount of time given in the constructor. This class includes
    * a sample main() method to test the splash screen, but it's meant for use
    * with other applications.
    * @author Ren� Peters
    * @version 1.0 May 14, 2003
    import java.awt.Dimension;
    import java.awt.Toolkit;
    import java.net.URL;
    import java.util.logging.Logger;
    import javax.swing.ImageIcon;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JWindow;
    public class SplashScreen extends JWindow implements Runnable {
    private Logger logger = null;
    private int minimumDuration;
    private String resource;
    private boolean keepRunning = true;
    private boolean waitForStop = true;
    private boolean done = false;
    * Constructor for the SplashScreen. Only used for initialisation. Nothing really happens yet.
    * @param resource Location of the image (jpeg, gif, png or xbm)to be displayed in the SplashScreen.
    * Image must be located somewhere on the classpath. E.g. "nl/petersconsultancy/planner/gui/logo.jpg".
    * @param minimumDuration The time in milliseconds the SplashScreen will be displayed, at least.
    * It can not be stopped before that. Values must be in the range [0, ->]. If smaller the 0 the will be
    * set to 0.
    * @param waitForStop Boolean to indicate if the object will be displayed after the minimumDuration has passed
    * by calling the "pleaseStop" method or if it will stop being displayed anyway.
    * background or the rest of the execution should hold for a while.
    public SplashScreen(String resource, int minimumDuration, boolean waitForStop) {
    logger = Logger.getLogger("nl.renepetersconsultancy.util.gui.SplashScreen");
         if (minimumDuration < 0) {
              this.minimumDuration=0;
         else {
         this.minimumDuration = minimumDuration;
    this.resource = resource;
    this.waitForStop = waitForStop;
    Thread thread = new Thread(this);
    thread.setDaemon(true);
    thread.start();
    * Check if the minimumDisplay time has elapsed already.
    public boolean isDone(){
         return done;
    * Request this from being displayed and have it removed.
    public void pleaseStop(){
         keepRunning = false;
    * Display the SplashScreen.
    public void run() {
    // Build the splash screen.
    if (resource==null) {
    logger.warning("The image to display in the SplashScreen is set to 'null'.");
    return;
    } else if (resource.equals("")) {
    logger.warning("The image to display in the SplashScreen is set to an empty string.");
    return;
    URL URLImage = this.getClass().getClassLoader().getResource(resource);
    if (URLImage==null) {
    logger.warning("The resource for the image to display in the SplashScreen can not be found.");
    return;
    ImageIcon imageIcon = new ImageIcon(URLImage);
    JLabel label = new JLabel(imageIcon);
    // Set the window's bounds, centering the window.
    // Take the dimension of the icon for reference.
    int width = imageIcon.getIconWidth();
    int height = imageIcon.getIconHeight();
    Dimension screenDimension = Toolkit.getDefaultToolkit().getScreenSize();
    int x = (screenDimension.width-width)/2;
    int y = (screenDimension.height-height)/2;
    this.setBounds(x,y,width,height);
    JPanel content = (JPanel) this.getContentPane();
    content.add(label);
    // Display it while running for a while in the background.
    this.setVisible(true);
    try { Thread.sleep(minimumDuration); } catch (Exception e) {}
    done = true;
    if (waitForStop) {
         while (keepRunning) {
    try { Thread.sleep(100);} catch (Exception e) {}
    setVisible(false);
    this.dispose();
    public static void main(String[] args) {
    SplashScreen splash = new SplashScreen("nl/renepetersconsultancy/util/gui/images/Ape.jpg",500, true);
    while (!splash.isDone()){
    try { Thread.sleep(50000); } catch (Exception e) {}
    splash.pleaseStop();
    System.exit(0);

  • Screen does not display when coming out of standby when screen turned off after timing out

    my dx7 2185dx laptop, running win8.1x64, just started a problem recently.  I run a backup program every night after I go to bed.  The backup program puts my laptop to SLEEP when the backup finishes.
    My setting for lid closure is to do nothing other than turning off the display, no Hibernate nore Sleep.
    If i leave the screen open when I go to bed, the PC starts up the next time OK. 
    If I had closed the screen, the PC starts up OK the next day, except the screen is blank.  No combination of screen display keys turns it on.  I know the PC is OK because I can remote into it from another PC.
    When the display is blank, I press the power buitton, which I have set to Hibernate the laptop,  It comes out of Hibernate mode with the display functioning normally.
    I have WIN update set to get and install updates automatically.  Windows Update says al is up today after I did a manual check today.  I ran a utility that I have that checks all of my drivers.  It said all were up to date.

    I highly recommend that you change your Windows update setting from automatic to download updates available but let me choose to download or install them.  
    There have been some recent Windows 8.1 updates which caused enough BSOD events for Microsoft to yank them from the Windows Update servers.
    Your issue might be resolved by running the system file checker utility at the command prompt.  That is certainly worth trying.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • 7970 LCD screen does not display anything

    Hi everybody,
    When I power up Cisco IP phone 7970,these button flashes in sequence:
    headset, mute and speaker. Then line keys start flashing green in sequence. Then headset button start flashing green.After 15 seconds everything stops. Switch Catlyst Express 500 sees through CDP protocol IP phone 7970, but IP phone doesn't get IP address from DHCP server.When I try factory reset, after all line keys flashe yellow, I press 123456789*0#, line keys don't flashe red but green. And again after 15 seconds, everything dies. What is wrong with my phone?
    Best regards,
    Marija

    Hi
    I had a phone in a similar state, it was completely useless... I built a console cable for it, and could see it trying to TFTP a particular image from the server - this image wasn't on the server and I'm sure it never was... I suspect it must have been the original load or something.
    Anyway - make a serial cable, and plug it in. Start up the phone, and see what the debug shows you - it's quite easily readable.
    You should be able to see where it fails. To fix mine I had to put the software it was looking for on the TFTP server and it fixed itself - I had to get someone on this forum to supply me the software as I couldn't find it anywhere...
    Serial Cable (same for 7970 and 7960 regardless of software):
    http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/prod_troubleshooting_guide_chapter09186a0080558541.html#wp1041428
    Aaron
    Please rate helpful posts

  • Newest firefox does not display aspects of simple html web site correctly

    Newest Firefox does not display certain web pages correctly whereas Safari does- previous versions of Firefox worked fine.
    The web pages are simple html using bumpers to position photos. Several of these pages allow "see through" in these bumper areas of prior page. It appears that Firefox is not releasing its memory of the prior page. Each of these pages is a specific address and should be loaded as a separate solo page. Please look at html pages 10 and 14 of this site. It seems that the code for these bumpers is not being honored and the persistent memory of the prior page is being intermixed. I cleared the cache and reinstalled Firefox with no change in problem.
    Please help.
    My business is struggling...
    Robert Bell
    [email protected]

    Hello - thanks for your response!
    I reinstalled Firefox 7.0.1 - still have the problem.
    Cache was cleared.
    I tried restarting in safe mode also with no change.
    I reinstalled Firefox 6.0.1 - works fine.
    I have attached a screen shot showing the problem on 1 of the pages.
    These are simple html pages that use .gif bumpers to help position the photos in some cases but not on all of the site pages. The sample screen shot shows the compound problem - the code for the gif bumpers is not being honored and part of the image from the prior page is showing through - the prior page is not being fully released. Each page is a separate entity with a separate address, so when the new page loads there should be no evidence or visibility of the prior one.
    This simple bit of website building should be working on this browser, on this Mac with this OS. Safari works. Firefox 6 works.
    Sample problem pages are 10 and 14.
    Site is http://www.robertbellphoto.com
    Thank you so much!

  • MacBook Pro screen does not turn on after using external display?

    Hello,
    I am using a 15 inch MacBook pro from mid 2012. At work I connect it via mini-display port to an eternal monitor. Recently however, sometimes after I go home and try to turn the laptop back on, it turns on, but the screen does not. If I connect it to another external monitor, it uses that as the default display. Sometimes I can just restart the laptop and everything is fine, other times I have to turn it back on while holding the shift key in order for the laptops built in display to be used.
    After work, I unplug the mini-display port, and then power off the laptop.
    Can anyone help me understand why this may be happening so I can prevent it from happening again?
    Thank you.

    Try a smc reset:
    http://support.apple.com/kb/HT3964
    Also try a pram reset. Power off, power on holding the keys: Option, command,P,R(no commas) press the keys before thr start chime, then hold them till you hear the chime 2 times. Release and reboot.
    ATB

  • Indesign CC does not display linked PDF image on screen

    On Mac1 (10.6.8) When I imported a PDF file into Indesign CC 9.1 as a linked image - the image would come in as usual, however the image would not appear on my screen. Only a blank page box.
    I can see the thumbnail image of the imported PDF in the links palette correctly.
    However, on my page it appears as a blank box.
    Selected Hi-res preview, and still it appears as a blank box.
    I export to PDF, and the image is there as it should be on the exported PDF.
    I tried the same image on Mac2 (10.8.3) with Indesign CC.
    The imported image appears correctly on the page. (no blank box)
    I saved that file and opened it on Mac1 that is having the problem displaying the image.
    Mac1 again does not display the image, instead it is a blank box.
    Tried the same image import in Cs6. No issue on either mac1 or mac2
    What could be causing the imported PDF not to display on the page in Indesign CC?
    Has anyone else come across this problem?

    Hi
    Are you still facing the same issue ?
    Please refer to these threads for steps that you can try :
    Edge Animation not working properly
    Edge Animate not working in Muse Browser Preview, But works in Edge Preview
    http://tv.adobe.com/watch/learn-adobe-muse-cc/integrating-adobe-edge-animate-graphics/
    Thanks,
    Sanjit

  • Ibooks author, how do I get the standard book pages background into my document. I have published one book so far which does not display with a book pages background or options for font size.

    ibooks author, how do I get the standard book pages background into my document. I have published one book so far which does not display with a book pages background or options for font size.

    No on the book title, no problem there.
    The issue is: my book pages appear as on white paper, no background that resembles a open book and also no option to change fonts. The book was created in iBooks author, there was a problem going with the "Publish" menu route so I was instructed my Apple to "export" the file and submit that. I think that's the problem after reading that iBooks author is a hybrid epub file.
    Thanks for getting back to me.

  • Screen briefly flashes white but does not display the page when the Safari icon or other icons are tapped.

    A problem has just started with my IPAD Air after 3 months of use.
    If I try to open Safari by tapping on the icon the screen  briefly flashes white but does not display the page.
    Similarly if I try to open Settings page, Mail page, Calendar or Clock the screen just briefly flashes but the Apps do not run.
    Some of the Apps do work on tapping the icon e.g. Maps, iBooks, Appstore, iTunes, Newstand etc.
    I do have some website links which display when the icon is tapped e.g. John Lewis but some links do not work.
    I have ensured that the ipad is fully charged,  powered it off an on again, and cleaned the screen with a lint free cloth  but the
    same problem keeps occurring.

    I saume you used a second display at one time, otherwise the Display settings wouldn't be treating your primary display as a secondary.
    IF you open your System Preferences>Displays (-System Preferences) and click "Gather Windows" it should pull everything to the display on which you clicked it.

  • Followon Documents does not display PO

    Hi,
    We use SRM 4.0 SP13 with classic scenario.
    We recently upgraded backend to ECC 6.0 and ran into an issue where we do see PO replicated to SRM when viewed using BBP_PD but it does not display under Follow-On document---> History.
    I looked at some notes, but not sure if they help as only I1113 is only active.
    Note 729967 - Shoppng cart:Status I1111,no follow-on docs->analysis report
    Also any other notes that could be useful.
    Note this issues is consistent and not for a few SCs.
    Thanks,
    Nikhil

    Hi
    It turns out that SRM does not support "stock transfer", even though this may be supported by other SAP Applications.
    SAP suggested In order to resolve this issue, you could enter the following codes:
    We plan to try it later after our current release is implemented.
    In MAP_ITEMS (LBBP_PDMAPF01) you can find this coding:
    LOOP AT i_be_items WHERE ITEM_CAT EQ c_item_cat_mat OR
    ITEM_CAT EQ c_item_cat_third.
    In your case, we enter this coding with the following:
    i_be_items[1]-item_cat = 7 -> Stock Transfer
    I would suggest that you try a modification here:
    LOOP AT i_be_items WHERE ITEM_CAT EQ c_item_cat_mat OR
    ITEM_CAT EQ c_item_cat_third OR
    ITEM_CAT EQ 7. " Modification for Stock Transfer
    Thanks,
    Nikhil

  • Help! Bridge does not display Indesign Documents as spread thumbnails anymore.

    Adobe please fix this issue. Adobe Bridge CC and (also CS6) does not display Indesign documents as spreads like it always used to. It displays a preview of the left hand page only not both left and right. This is very frustrating as this was a very useful feature from day one. Why is it not there and what can you do to get it reinstated asap.

    Moving this discussion to the Bridge General Discussion forum.

Maybe you are looking for

  • Nokia Lumia 920 data back up

    Please I need help regarding the below: (1) I need to know how I can back up all my Nokia Lumia 920 data before attempting working on it. (2) I need to know how I can transfer my contacts from laptop back to Nokia Lumia 920 phone. Kindly help me out.

  • Can you change the line spacing in the legend?

    Is there a way to change the line spacing in the legend? I have a pie chart with text and I can't change the line spacing for its legend like you would in a regular text. Is there a way to change it?

  • How can I find if someone is using my computer remote

    how can I find if someone is using my computer remote

  • Music skipping while playing

    Hey all. For some reason when I play my MP3's through iTunes they seem to be skipping, like a scratched CD almost. All the songs are ones I bought through iTunes so I know it's not that. Any ideas?

  • Opening files in fireworks

    i recently had a new hard drive installed and after reinstalling dreamweaver/fireworks 4.0 dreamweaver works fine but i can not get any file to open in fireworks. any suggestions ??