WAD Main Screen

Hi All,
We just upgraded our BI to 7.02 SP6, and noticed that when we start the WAD, our Web Items, Error and Warnings, and Select Web Template windows do not open. Each time we have to manually add them(View, then select them). I know this isn't a big issue, but our users are complaining.
We also noticed that the WAD won't close properly (we have to kill the process) unless those views are selected.
Thanks In advance.
Cheers,
Chris

Hi Chris,
I have the same problem. But there are no entries in RSZWMDITEM table with MDITEMNAME = 'TARTITLE'.
Is TARTITLE a place holder ?
Thanks in advance.
Heiko

Similar Messages

  • How can I move pictures from Finder to a folder on my main screen?

    I'm trying to put a bunch of photos that are currently in Finder into a folder on my main screen so I can drag them easily onto photo printing sites. How do I do that?
    Thanks!

    Thanks! But I have like 100 pictures………is there a way to do them as a group instead of individually?  I also want them in some sort of folder not just 100 individual photos all over the main screen. Is there a way to create that?

  • I have updated Firefox to 8.0.1 but the main screen still says " You're not on the latest version of Firefox. Upgrade today to get the best of the Web!" What is the problem?

    I downloaded Firefox Setup 8.0.1.exe from the website to my desktop and opened it as an administrator. The available choice (once opened) was to upgrade. When the process was complete my version of Firefox was identified as 8.0.1 but the main screen still said - "You're not on the latest version of Firefox. Upgrade today to get the best of the Web!"

    This - http://www.google.com/firefox - is the old Firefox Start Page used by the Firefox 3.6 and earlier versions of Firefox, I don't think it is being maintained.
    Starting with the Firefox 4 version, Firefox is using a "local" Start Page with the address of '''about:home'''. It looks similar to the old Start Page, but it isn't exactly the same.

  • How can I set up Cinema Display as a main screen and leave my macbook pro as a second screen instead?

    How can I set up Cinema Display as a main screen and leave my macbook pro as a second screen instead?

    I learned that the Dock is positioned at the chosen edge of whatever Display is positioned farthest to that side.  E.g. for the Dock to be positioned on the right side of the Cinema Display (instead of the right side of the MacBook), the Cinema Display must be oriented (by dragging) to the right of the MacBook monitor on the "Arrangement" tab of the Displays Preference Panel.

  • Wht is the tcode to include and report on the sap main screen?

    Hi all,
    What is the Tcode to include any program on sap main screen?
    like when we logon to the sap, it will display abap editor, etc.... i want to include one more item there, can anybody let me know how to do that?
    thanks

    I placed the cursor on desired node and select EDIT->INSERT MENU ENTRY->INSERT AS SUB NODE
    but it says node cannot be inserted at desired position.
    I tried with same level as well, but its not working.
    If i click on change nodes, its saying "changes nodes change be done through Enhancement ID"
    can suggestions?
    thanks

  • Until yesterday I have been happily using Viber on my Iphone 3.   suddenly stopped working. app wont open properly, returns to main screen. have deleted, rebooted , reinstalled but no change ?

    until yesterday i have been happily using Viber.  suddenly the App wont open properly,  tries to but times out and sends me back to
    the  main screen on my iphone 3.  i have tried deleting, rebooting and reinstalling but doesnt solve it.  after downloading again from
    i-tunes i fail to receive the access code.  push notifications are on, nothing has changed on my phone settings since it was working.
    can anyone throw any light on the problem ?

    Tap Settings > General > Reset > Reset All Settings
    Then restart your iPad.
    See if that makes a difference.

  • I cracked my screen. I want to use other monitor which I had one. I bought Apple Mini-DP to VGA adapter. It worked. It means I can see ADDITIONAL screen. However I want to use this monitor for the main screen. How can I do?? Please help.

    I cracked my screen. I want to use other monitor which I had one. I bought an Apple Mini-DP to VGA adapter. It worked. It means I can see ADDITIONAL screen. However I want to use this monitor for the main screen. How can I do?? Please help.

    You have the display set in Extended Desktop mode. The Menu Bar and Dock will be on the MacBook display and your background screen on the monitor. In System Preferences>Display on the MacBook screen there should be an Arrangement tab when you have the MacBook hooked up to the monitor and both screens working. When you click the Arrangement tab do you see two monitors side by side? One of them will have a Menu Bar at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen. You can now use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.  http://support.apple.com/kb/HT3131 When you disconnect from the monitor your Menu Bar will automatically change back to the MacBook.

  • How do I get a "PLAY ALL" button on the main screen for iDVD?

    I spent a lot of time creating a DVD with pictures and music, and the main screen when I play the DVD shows all of the different scenes, but when I click on one of the scenes, it won't continue to the next one. I have to individually plan every scene in order to watch the whole DVD, rather than just clicking on the first scene and letting it play through. How do I make it so that I can either create another button that will play the whole DVD through or make it so that it continues to the next scene after the previous one is finished??

    You can't create a 'play all' button with iDVD. All your separate scenes are separate movies as far as iDVD is concerned. You need to assemble all you separate scenes into one movie in iMovie and then insert chapter markers if you want separate entry points.
    Apple's pro DVDSP does let you link movies to obtain a play all function.

  • My ipod touch is stuck on the restore picture and when i try and sync it to itunes i cant sync to itunes because i have a password on my ipod touch and i cant get to the main screen so how do i reset my ipod ?

    my ipod touch is stuck on the restore picture and when i try and sync it to itunes i cant sync to itunes because i have a password on my ipod touch and i cant get to the main screen so how do i reset my ipod ?

    Connecting in recovery mode will help: http://support.apple.com/kb/HT1808

  • Hiding a Complete Subscreen in a main Screen

    HI All,
             I have a req in which there is 5 subscreens present in one main screen. My issue is i want to hide a complete Subscreen based on 1checkbox present in that mainscreen itself.
    After checking that checkbox user will be pressing ENTER. After that i need to hide some of the subscreens.
    Thanks in advance,
    Shyam

    HI,
    You can check for the subscreen_area that you use to put the subscreen and in the PBO of the main screen you can avoid calling this subscreen or you can hide the subscreen area by making SCREEN-ACTIVE=0 for the subscreen area.
    For the check box you can set some fcode and in the PAI you can set some global flag which you need to check in PBO and then deactive the subscreen area.
    PAI module.
    if ok_code is <your check box>.
    if check_box = 'X'.
    global_flag = 'X'.
    else.
    clear global_flag.
    endif.
    PBO Module.
    if global_flag = 'X'.
    loop at screen.
    if screen-name = 'SUBSCREEN_AREA'.
    screen-active= 0.
    modify screen.
    endloop.
    endif.
    Regards,
    Sesh

  • How do I get back to main screen after looking at Downloads?

    This such a dumb question, but I've forgotten how to get back to the main screen after looking at downloads.

    Close the Download Tab or Window(If you are using some addon) or only change the tab:
    *[https://support.mozilla.org/en-US/kb/tabs-organize-websites-single-window Use tabs to organize lots of websites in a single window]
    About downloads:
    *[https://support.mozilla.org/en-US/kb/find-and-manage-downloaded-files Find and manage downloaded files]

  • Can I disable "Slide to Call" from main screen?  Forced to take call on accidental swipe

    I have an iPhone 4s with iOS7 and I seriously do not like the "Slide to Call" feature from the main screen and would like to disable it.  I would still like to see notifications on the home screen.  I have accidentally swiped a call amongst other notifications and NO FUNCTION BUTTONS POP UP TO LET ME CANCEL THE CALL!.  Seriously.  A blank screen.  I make an accidental swipe and now have to talk to someone I didn't want to talk to at the time.
    Let me better describe the situation.
    The 4s phone was locked.  I had received a call and a text which were displayed on the home screen.  I attempted to swipe the text, but hit the call.  NO BUTTON, I had a blank screen and the call was going off in the 4s ear piece.  I had to take the call or look totally stupid.  I was just so angry that there was no way for me to end the call.  In the second after the connection was made, after having held it to my ear and moved it away a few times, the buttons (End, speaker, etc) finally appeared. 

    You can always press the Sleep/Wake button.
    If you have the iPhone ear-phones on, you can press the the remote button also.

  • HT4847 i have done a factory restore on  my ipad. i backed everything up but some of my apps are not up. i did however find them in the manage storage under my device. is there a way to restore the app back to my main screen?

    I am trying to get a certain app back on my main screen from the manage storage section of my ipad. Does anyone know how to do that?

    Solve my own problem!!!!!!!!!!!!!

  • How to add a Custom field in the Standard SAP Sales Order main screen

    Dear Experts,
    We have a requirement of adding a Custom field in the Sales Order screen. I know how to add the Customer field in the Additional data B tab of the Sales Order Header Screen as that is the screen user exit provided by SAP. Can someone tell me how to add the Custom field in the Sales Order main screen. Program Name - SAPMV45A and Screen Number - 4001. What is all I need to take care.
    Thanks,
    SNK.

    I have not added the Custom filed in the main screen and added in the Additional data B screen. So closing the message.

  • Unable to sync contacts, keep saying 'ipad already using contacts'.  When I open contacts app it opens for fraction of secs and goes back to main screen. any ideas?

    Unable to sync contacts, keep saying 'ipad already using contacts'.  When I open contacts app it opens for fraction of secs and goes back to main screen. any ideas?

    Sorry for double post, doesnt seem to be an edit option, this also works both ways.

Maybe you are looking for

  • My creative Zen Sleek is frozen can anyone he

    I was trying to add more songs to my Zen Sleek but it won't work kept saying there was an error and try restarting the Zen well I did but then it wouldnt connect to my computer it was just saying that the device was not dectected then to top it all o

  • Port Security - CMS

    I am using CMS on a 3550 to implement Port Security. I want to know how to clear the Violation Rejection count? I have tried changing the Violation, turned off Sticky Behavior and disabled Port Security. Nothing clears the Violation count. When I re-

  • Customer Account Statement sent by Email

    Is there a procedure to send Account Statement by Email, at the moment, we can only Print.

  • Always 100% Opacity after changing the clip speed.

    I have a big compositing problem with Premiere CC. After I change the speed of a clip to slow motion, I can't change the opacity anymore... I set keyframes from 100 to 0 %. It only works with my ProRes HQ Files in normal speed. Does anybody know this

  • No blank preview pics in iphoto

    Hello, i have the problem that some pictures have no preview in iphoto. This happends only when i do changes like turn the photo in iphoto. I get only a blank preview image but the original photos are ok. What can i do ? Regards Jens