Delete ALV WD settings (set in the Browser)

I have used the settings (Right mouse -> settings) of an ALVA WD to remove a column. This gave me a NULL reference exception. However, this is not my trouble.
My problem now is how to reset the ALV to all columns. Since I can not get back to the window ("the null reference issue") I am not able to reset my settings in the Browser.
Where are the settings stored so I can delete them?

This can be done with wd_analyze_config_user
<xx>/sap/bc/webdynpro/sap/wd_analyze_config_user

Similar Messages

  • Each time I open my Firefox browser, the tab from the last time opens. I have the browser set to open on my home page, not to the tab from the last time. I keep trying to save the setting for the browser to open on my home page but it doesn't.

    Each time I open my Firefox browser, the tab from the last time opens. I have the browser set to open on my home page, not to the tab from the last time. I keep trying to save the setting for the browser to open on my home page but it doesn't.

    Try to create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • How do you ALLOW SSL through 8080 Proxy set via the browser?

    1) I installed Sun Proxy Server
    2) Requested Verisign Certificate
    3) Installed the Certificate
    4) I enabled the Security to use the Certificate server-cert (Configure HTTP Client)
    5) Set up the browser to use the proxy server and port 8080
    6) I am unable to access our https:// application.
    7) Now, the question is, how do I use it. The help procedures do not tell you how you use it. Using Etheral and it shows the following errors:
    CONNECT w2k3-interop:8443 HTTP/1.0
    Server: Sun-Java-System-Web-Proxy-Server/4.0.2
    Date: Mon, 06 Mar 2006 22:46:03 GMT
    Content-length: 194
    Content-type: text/html
    Connection: close
    HTTP/1.1 403 Proxy denies fulfilling the request
    Server: Sun-Java-System-Web-Proxy-Server/4.0.2
    Proxy denies fulfilling the request
    Your client is not allowed to access the requested object.
    8) What I'm I missing?
    9) What do I have to configure in order to get it working?

    Try adding this line to your obj.conf.
    what it does is to allow ssl traffic to 8443 port for any webserver.
    <Object ppath="connect://.*:8443">
    Service fn="connect" method="CONNECT"
    </Object>

  • ALV GRID - Get setting of the variants

    Dear All,
    I have a program which provides a list with ALV - the user can give his ALV variant on the selection-screen.
    I have to know the setting of the variant chosen - Field - Sort - subtotal - This program could be ran in background, that why I have to know all these information by the variant name .
    Goal : Let the user chose the layout he wants, and then, the program take over all information he wants and sends by mail the result in an excel file.
    Does someone know how to do ?
    Thanks a lot
    Nat

    Hi  go through  the fallowing code,
    DATA: sp TYPE  syldb_sp,
          l_params       LIKE  vanz OCCURS 0 WITH HEADER LINE,
          l_params_nonv  LIKE  vanz OCCURS 0 WITH HEADER LINE,
          l_selop        LIKE  vanz OCCURS 0 WITH HEADER LINE,
          l_selop_nonv   LIKE  vanz OCCURS 0 WITH HEADER LINE,
          valutab        LIKE  rsparams OCCURS 0 WITH HEADER LINE,
          objects        LIKE  vanz OCCURS 0 WITH HEADER LINE,
          free_selections_desc TYPE  rsdynbrepi OCCURS 0,
          free_selections_value TYPE  rsseldyn OCCURS 0,
          g_subrc LIKE sy-subrc VALUE 0.
    SELECT report variant FROM varid
                INTO CORRESPONDING FIELDS OF
                TABLE it_varid
                WHERE report = sy-repid.
        IF sy-subrc <> 0.
          REFRESH it_varid.
        ENDIF.
        LOOP AT it_varid.
          CLEAR p_run.
          CALL FUNCTION 'RS_VARIANT_CONTENTS'
            EXPORTING
              report                = it_varid-report
              variant               = it_varid-variant
              execute_direct        = 'X'
            IMPORTING
              sp                    = sp
            TABLES
              l_params              = l_params
              l_params_nonv         = l_params_nonv
              l_selop               = l_selop
              l_selop_nonv          = l_selop_nonv
              valutab               = valutab
              OBJECTS               = OBJECTS
              free_selections_desc  = free_selections_desc
              free_selections_value = free_selections_value
            EXCEPTIONS
              variant_non_existent  = 1
              variant_obsolete      = 2
              OTHERS                = 3.
    Regards,
    Vijay

  • Firefox deletes history every time I close the browser

    Firefox just deletes browsing history when I close it. I have the version 3.5.8.
    I've set it to save the history for 15 days, and I don't use Private Browsing.
    The strange thing is that it saves history stored more than 15 days ago, I can't even remember when I've visited those sites, but if I close the program and re-open it immediately after, all my history for today (and for the last days) is gone.
    It even doesn't save history in the address bar. If i go to a site (let's say: www.ebay.com) and return to Google, if I write "Ebay" I find www.ebay.com in the suggestions of the address bar.
    Now, if I close Firefox and re-open it 10 secons later, www.ebay.com is gone like I've never been to that site.
    It does this every time, every day.

    If you really have Firefox 3.5.8 (Help > About) then you should check the user agent.
    Check the '''general.useragent''' prefs on the '''about:config''' page.
    You can open the ''about:config'' page via the location bar, just like you open a website.
    Filter: '''general.useragent'''
    If any ''general.useragent'' prefs are bold (user set) then right-click that pref and choose ''Reset''.
    See [[Finding your Firefox version]] and [[Web sites or add-ons incorrectly report incompatible browser]]
    See also http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default
    Make sure that you not run Firefox in [[Private Browsing]] mode.
    In Private Browsing mode some menu items are disabled (grayed) and some features like visited links and others are disabled and not working.
    You are in Private Browsing mode if you see "Tools > Stop Private Browsing".
    See [[Private Browsing]] and http://kb.mozillazine.org/Issues_related_to_Private_Browsing
    You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    To see all History settings, choose: Tools > Options > Privacy, choose the setting '''Firefox will: Use custom settings for history'''
    UnCheck: [[ ] "Automatically start Firefox in a private browsing session"
    Also make sure that you do not use [[Clear Recent History]]

  • Result row display setting on the browser.

    Hi,
    is it possible to set whether to display the result row of each characterisitc on the 2004s Web report? On BW 3x web report, it is possible. But on 2004s, it seems not to be possible.
    Kind regards,
    Masaaki

    Hi Prakash,
    Is it possible to display the result row again after remobving once.
    Kind regards,
    Masaaki

  • I have a new Mac Book Pro, and just like my last Mac, I somemtimes cannot open emails, or delete emails, w/Firefox. Plus the browser along with the Hotmail Browser is very slow. At first I thought it was the old Mac. But not so. Ideas?

    '''bold text'''

    To free up hard drive space the best bet is to move data files that you don't need access to all the time. Likely candidates are music, video, and photos. Things like word processing and spreadsheet files can also be moved but they tend not to be very large and so don't free up much space. The problem with moving the above mentioned files is that iTunes and iPhoto need to know where the files are stored.
    Here's an article explaining how to move the iTunes folder. You can move the iPhoto library using the Finder but there is a slight complication. Start iPhoto, open the Preferences and click on the Advanced tab. The first option is "Copy items to the iPhoto Library". If this option is checked, copy the iPhoto library to your external folder (drag it from the Pictures folder to your external drive) and then delete it from your Picture folder. If this option is not checked, it is a bit more complicated and we'll need to talk a bit.

  • How can I set Firefox up with previously saved profiles? I had to erase my hard drive but saved my Firefox profiles to another drive first and copied them back but I don't know how to set up the browser to reload/recognize them.

    Mac OS X 10.5.8 G5 PPC 2.5GHz Dual Processor -
    Firefox 3.6.24

    Never mind, I got it. I found the page on "Manage Profiles" that explained everything. Thank you for your time if you were considering responding.

  • How can I keep a cookie for a certain site when I have set Firefox to delete cookies when I close the browser?

    I have set Firefox to delete all cookies when I close the browser. Some websites identify my computer with a cookie, so when I try to log in to these sites, they don't recognize my computer because the identifying cookie has been deleted. I understand that Internet Explorer has a feature that preserves specified cookies, but haven't been able to find that capability in Firefox. Is there a way to do it?

    Let all cookies expire when you close Firefox.
    * Tools > Options > Privacy > Cookies: "Keep until": "I close Firefox"
    Make an Allow exception for the ones that you want to keep.
    * Tools > Options > Privacy > Cookies: "Exceptions"
    You can inspect and modify the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    Make sure that you do not use "Clear Recent History" to clear the "Cookies" and the "Site Preferences" (Site Preferences includes the cookie exceptions)
    * https://support.mozilla.com/kb/Clear+Recent+History
    Clearing cookies will remove all specified (selected) cookies including cookies that have an allow exception.
    See also:
    * https://support.mozilla.com/kb/Cookies
    * https://support.mozilla.com/kb/Enabling+and+disabling+cookies

  • Can I manually access, and set-up, a profile outside of the browser?

    I set up a proxy in the browser using an address from a proxy list website and right after I did that it crashed every time I tried to open the browser. I searched on Chrome, trying to find a way to manually access my settings outside of the browser since I couldn't even get in to the browser, and I was directed to my profile. No website said how to alter the settings but they did say my settings were contained in the profiles. I thought to myself, "Since all my settings are in that profile, deleting it and reinstalling Firefox should fix it." It unfortunately didn't and now I have absolutely no way to make a new profile and every time I try to open Firefox it says I have an instance of the application running already.

    Hi,
    Please try '''firefox -p -no-remote''' in the '''Start''' > '''Run''' box (or press windows key + '''R''' if the Run box is not present), delete all the profiles with the files in it and create a new one. Please also see [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files] and [https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information?s=backup&r=1&as=s Backup.]
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://addons.mozilla.org/en-US/firefox/addon/whats-that-preference/ What's That Preference? add-on] - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing video in Firefox without a plugin]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]

  • WRT54G v8: Unable to change some settings via the browser interface

    I have a WRT54G V8 router which I'm trying to set up as a wireless access point.
    I purchased it some time ago and flashed the firmware to version 8.00.2. I see there
    is a newer firmware version available, and I'm going to try flashing that to see if it
    helps, but wanted to ask here first.
    The problem is that when I connect to the router using a web browser, I can see
    the administration pages, and even change most settings, but some settings
    just snap back to their previous values.
    For example, I go to Setup -> Advanced Routing, and change Operating Mode
    from Gateway to Router. When I do, I see it changes to Router, then I see it
    talking to the HTTP server, and then it changes back to Gateway.
    This also happens in other areas, like trying to enable MAC address filtering -
    it won't let me enable it, and the Security Mode setting (under Wireless -> Wireless
    Security) - It won't let me select WPA2 Personal, among others.
    Note that I've had this router for a while, but decided to change how it was configured
    today, so I started by pressing and holding the reset button for >5sec to reset it to
    factory defaults and went from there.
    I'm assuming there must be some settings which are preventing these from taking,
    but I can't imagine any setting which should prevent me from enabling the MAC
    address filtering.
    Just in case this matters, I have the router connected to my in-home network using
    one of the 4 Ethernet ports, and don't have anything plugged into the Internet port.
    Also, I have turned off the DHCP server, and assigned a static IP address to the
    router. This is the IP I'm using to connect to the router's administrative pages via
    a browser running on one of the other PCs on my in-home network.
    The wireless access point is working, in that I can connect to my in-home network
    with my wireless client (laptop). 
    Can anyone help me understand what I'm doing wrong?
    Thanks,

    Thanks, Yes, I did reset the router. Just to clarify:
    - I was having the problem where making changes to some settings would cause the settings to revert back to the original settings. In fact, the settings would switch back before I would have a chance to click on the Save Settings button. Clicking on the button after the settings changed back, of course, saved the original setting. For example, I would click on a drop-down control to change a setting, see the browser communicate with the HTTP server, then the drop-down would just snap back to the original value. It wouldn't allow me to change it to a different value.
    - I reset the router, including holding the reset button for >5 seconds to force a full-reset. This didn't help.
    - I attempted to update the firmware with the latest version for my router (yes, I double-checked that I had the correct version for my router/version). This failed with a strange message and required that I do another reset of the router.
    It was after this failed attempt at the update that the problem went away. Now, I am able to change these particular settings and the changes stick.
    At this point, I updated the firmware to the latest version and it worked. After this, I am still able to make all the necessary setting changes and the router is performing as I need.
    Thanks for all the help,

  • Recomnded setting for the client browser with oas

    Hi all,
    I am using webforms10g(9.0.4) with OAS(first release).
    In some sites the client can not open the reports(in rtf format)-the screen shows up
    for a second,and then disappear.
    In others the client get alert that allow him only to save the file(not to open).
    I think that it relate to security setting in the browser of the client(internet explorer).
    Is there recommend list for parameter setting in the explorer of the client for using with OAS?
    Thank in advance
    Z

    Hi Chris,
    Thanks for your answer.
    I will search about jinitator in metalink.
    Z

  • How to set locale to the browser locale

    How i can set the locale of the view to the
    locale setting of the browser ???

    not sure if this is up-to-date info, but:
    http://www.devx.com/tips/Tip/13522

  • Firefox no longer loads home page or deletes cookies. I have repeatedly checked both settings and they are correct. It always goes to the last page I was on when I closed the browser ..

    Firefox no longer loads home page or deletes cookies. I have repeatedly checked both settings and they are correct. It always goes to the last page I was on when I closed the browser .

    Go to '''TOOLS''' then''' OPTIONS''' then in '''GENERAL''' panel in '''STARTUP '''session choose '''Show my home page''', then click '''OK''' to save it, exit firefox and restart-it.
    see for more info: [https://support.mozilla.org/en-US/kb/Options%20window%20-%20General%20panel Options window - General panel]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • When I open firefox it is returning to the last viewed page instead of my homepage even though I have the settings set to clear history every time I close Firefox. I check and all of the previous history is still there and not deleted..

    When I open firefox it is returning to the last viewed page instead of my homepage even though I have the settings set to clear history every time I close Firefox. I check and all of the previous history is still there and not deleted..

    Make sure that Firefox closes properly and that that there are no longer Firefox or plugin-container processes left on the Processes tab in the Task Manager. Otherwise session restore will reopen the page(s) from the previous session.
    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * https://support.mozilla.com/kb/Firefox+hangs

Maybe you are looking for

  • Is there a way to create a year at a glance with detail and print?

    Is there a way to create a year at a glance with detail and print?

  • Another HDR Pro Issue (The operation could not be completed.)

    HDR Pro worked about three weeks ago. An Adobe update came out maybe a week or two ago that  may have broken the functionality of HDR Pro for me. http://i.imgur.com/LIvpLjn.jpg I have Googled around quite a bit and not found this particular issue, or

  • Comcast Can't Connect

    I moved from Verizon DSL and changed to Comcast. The tech spend 5 hours trying to get my internet working via direct Ethernet connect and via the Airport Express; neither worked. It did work on his PC hardwired but not via the Airport. It won't conne

  • Database creation problems and parition consolidation

    This is my first time on here so please look past my green-ness. =) I Installed Oracle 8.1.7 successfully and opted to setup the database creation later so I could put the database on another partition. Well, I tried once to create the database on th

  • Automatically print to different printers from outlook

    I apparently have a unique situation that I can't seem to find any information on. I need to find a way to print emails to any one of the 65 different printers installed on my work computer as soon as they come in. The printer that the email gets pri