Check menue item does not work

Hello,
I create a menu item MI_DEBUG of type Check in a submenu named EXTRAS_MENU.
In the menu item code I want to enable debug logging of the current user actions.
In the Menu Startup Code I set the status UNCHECKED.
When the user clicks the menu item I want the status to be changed to CHECKED and back on a second click
Menu Startup Code
DECLARE
    mi_id   MENUITEM;
BEGIN
    mi_id   := find_menu_item('EXTRAS_MENU.MI_DEBUG');
    IF id_null(mi_id) THEN
        my_debug.pl('EXTRAS_MENU.MI_DEBUG not found','zvc_menu.mmb Menu Startup Code');
    ELSE
        set_menu_item_property(mi_id,CHECKED,PROPERTY_FALSE);
    END IF;
END;Menu Item Code
DECLARE
    mi_id   MENUITEM;
BEGIN
    mi_id   := find_menu_item('EXTRAS_MENU.MI_DEBUG');
    IF id_null(mi_id) THEN
        my_debug.pl('EXTRAS_MENU.MI_DEBUG not found','zvc_menu.mmb mi_debug');
    ELSE
        my_debug.pl('EXTRAS_MENU.MI_DEBUG found','zvc_menu.mmb mi_debug');
        my_debug.pl('Status '||get_menu_item_property(mi_id,CHECKED),'zvc_menu.mmb mi_debug');
        IF get_menu_item_property(mi_id,CHECKED) = 'TRUE' THEN
            my_debug.pl('property(CHECKED) = TRUE','zvc_menu.mmb mi_debug');
            set_menu_item_property(mi_id,CHECKED,PROPERTY_FALSE);
        ELSE
            my_debug.pl('property(CHECKED) = FALSE','zvc_menu.mmb mi_debug');
            set_menu_item_property(mi_id,CHECKED,PROPERTY_TRUE);
        END IF;
    END IF;
END;But I never get the checked sign in the menu and every time my debug messages say, that the property CHECKED = 'TRUE'.
I even have tried it with PROPERTY_ON/OFF as some examples suggest, but it doesn't work.
Any ideas what is wrong with my code?
Forms [32 Bit] Version 11.1.1.4.0 (Production)
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
Regards
Marcus

Hm. In that case the only thing that comes to my mind is to apply the latest patchset for forms 11gR1 which is 11.1.1.6 if memory serves.Not possible, applying patches requires tons of tests for many applications.
Does it work in a previous version of forms?This is a new menu item and I have not other version available to test.
Another thing I found: When I open or close a form after clicking the menu item, then the check mark appears. Changing the label of an item works without opening a form.
Therefore I changed my Menu Item Code to
DECLARE
    mi_id   MENUITEM;
BEGIN
    mi_id   := find_menu_item('EXTRAS_MENU.MI_DEBUG');
    IF id_null(mi_id) THEN
        my_debug.pl('EXTRAS_MENU.MI_DEBUG not found','zvc_menu.mmb mi_debug');
    ELSE
        my_debug.pl('EXTRAS_MENU.MI_DEBUG found','zvc_menu.mmb mi_debug');
        my_debug.pl('Status '||get_menu_item_property(mi_id,CHECKED),'zvc_menu.mmb mi_debug');
        IF get_menu_item_property(mi_id,CHECKED) = 'TRUE' THEN
            my_debug.pl('property(CHECKED) = TRUE','zvc_menu.mmb mi_debug');
            set_menu_item_property(mi_id,CHECKED,PROPERTY_FALSE);
            set_menu_item_property(mi_id,LABEL,'Debug on');
        ELSE
            my_debug.pl('property(CHECKED) = FALSE','zvc_menu.mmb mi_debug');
            set_menu_item_property(mi_id,CHECKED,PROPERTY_TRUE);
            set_menu_item_property(mi_id,LABEL,'Debug off');
        END IF;
    END IF;
END;Now when I click the menu item the first time, the label changes immediately, but not the check mark. When I click the menu item a second time without opening a form the label does not change, this means, that the property CHECKED is only changed, when a form is opend/closed.
Even better: The initial label id Debug, clicking the item should change it to+ Debug on+ and on subsequent clicks change between Debug on and Debug off
1. Click -> Label changes to "Debug on", check mark unchanged
2. open a form
3. Check mark is shown but label is the default Debug
4. close the form
5. Check mark is not shown, label is back to Debug on
6. Repeat step 2 - 5 with the same result
Different sequences of clicking and opening/closing forms give seemingly random combinations of check mark on/off and label texts.
Conclusion:
A menu check item is a very obstinate thing. I will not use it if I can avoid it.
Regards
Marcus

Similar Messages

  • Since upgrade to v29, pinned tabs don't appear and sometimes all tabs don't appear and open menu button does not work

    My pinned tabs don't appear at any start and at some starts, I don't see the bookmarks toolbar (I can restore that by removing it from view-toolbars and then reselecting it). when this happens, FF also does not show any tabs and the Menu button does not work.
    I have tried various suggestions found on here like deleting the sessionstore.js and re-installing FF, also tried disabling hardware acceleration in safe mode and still have the same problems.
    Am reluctant to reset FF in case I lose my favourites and Bookmarks, is there anything else I can try?

    Firefox may not have closed properly.<br />
    You can try to update to Firefox 29.0.1 to be released tomorrow (Friday) to see if that helps with this issue.
    See also:
    *"Hang at exit": http://kb.mozillazine.org/Firefox_hangs
    *"Firefox hangs when you quit it": https://support.mozilla.org/kb/Firefox+hangs

  • How do I remove music from my iphone 5?  Un-checking and syncing does not work.

    How do I remove music from my iphone 5?  Un-checking and syncing does not work.

    Hello mail4bru,
    I read your post, and it sounds as though you'd like to learn more about iTunes syncing. I have linked to an article that will instruct you on that:
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/ph12113
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • I want to have all my tabs return after closing. In Tools/Options/General/ I have' Show my Windows and Tabs from last time' checked, but it does not work. When I open FF again none of my formerly open Tabs show... FF v.4.

    When I open FF up again after I have closed it, I want all tabs to return. In Tools/Options/General/ I have' Show my Windows and Tabs from last time' checked-does not work. In addition, the feedback window fails to 'Submit...!'

    Some things to check:
    #'''Browsing history must be saved'''
    #*Firefox button: Firefox button > Options > Options > Privacy > [X] Remember my browsing history
    #*Menu Bar: Tools > Options > Privacy > [X] Remember my browsing history
    #'''Also make sure you do not clear "Browsing History" when using Clear Recent History or when closing Firefox'''
    #*Using Clear Recent History
    #**Firefox button: Firefox button > History >Clear Recent History
    #**Menu Bar: Tools > Clear Recent History
    #*When closing Firefox
    #**Firefox button: Firefox button > Options > Options > Privacy (checked) > Settings
    #**Menu Bar: Tools > Options > Privacy (checked) > Settings
    #**See: https://support.mozilla.com/en-US/kb/Clear%20Recent%20History
    #'''Make sure you are not in Private Browsing mode''' or '''in permanent Private Browsing mode''':
    #*See: https://support.mozilla.com/en-US/kb/Private%20Browsing
    #'''If you have the'''Tab Mix Plus'''extension''', then disable the built-in session restore.

  • "Hyperion" menu item does not appear in Excel after SmartView Installation

    Hi to all! When I first installed SmartView, everything was ok - "Hyperion" menu item appeared in Excel and I successfully established connection to Planning and worked with data in Excel. Then, once upon a time I happened to select all data through Ctrl+A in the data form open in Excel and tried to copy it to another worksheet in the same workbook, Excel threw out a message about some serious error and informed me that the Hyperion Add-on would be removed. So it was removed in fact. When I was reinstalling Smart-View, all the installation went smoothly but the "Hyperion" menu item did not appear in Excel again. I tried to reinstall both Excel and SmartView and rebooted the system several times but the Hyperion menu item still does not appear in Excel. Can anyone hint me on how to solve this? Thanks a lot in advance!

    Hi, John! Thanks a lot! Your link led me to the thread in which the last post had the link Re: Smart View errors in Excel?! containing the "low-tech" 's instructions. It was these instructions that pulled me from underwater! Thank you so much and to that guy too! :)

  • JNLP related-content issue in JRE 7u5 Sub Menu Item link not working

    we are having an issue with our existing Web Start Application in Java Version 7 Update 2 and above where the Sub Menu items are not being associated with Internet Explorer with href link as Target when using <related-content> tag in JNLP. This is working fine in JRE 1.6, JRE 1.7.0 and 1.7.1. I have tried using Integration Service to programatically create these shortcuts in JRE 1.7.5 but was unsuccessful.
    <jnlp spec="6.0+" codebase="http://..." href="xyz.jnlp">
    <information>
    <title>ABC</title>
    <vendor>ABC Vendor</vendor>
    <homepage href=""/>
    <description>ABC Desc</description>
    <description kind="short">ABC Desc Short</description>
    <icon href="abc.gif" kind="default"/>
    <offline-allowed/>
    <shortcut online="true" install="true">
    <desktop/>
    <menu submenu="ABC"/>
    </shortcut>
    <related-content href="help.doc">
    <title>ABC Help</title>
    <icon href="help.gif"/>
    </related-content>
    <related-content href="Uninstall.html">
    <title>Uninstall Page</title>
    <icon href="uninstall.gif"/>
    </related-content>
    </information>
    <security>
    <all-permissions/>
    </security>
    <update check="timeout" policy="always"/>
    <resources>
    <java initial-heap-size="128m" max-heap-size="256m" version="1.6+"/>
    <jar href="ABC.jar" download="eager" main="true"/>
    </resources>
    <application-desc main-class="com.main.Abc"/>
    </jnlp>
    Any help in this regard would be greatly appreciated.

    I haven't filed this as a bug in Java development yet but am going to do so soon, In the mean time i was hoping to see if anyone else is on the same boat as me and if there was a work around.

  • After update menu button does not work

    tried a restore that does not work.. tried the five r's nothing has helped
    worked fine then updated now doesnt not work.. flicking hold from on to off now does what menu used to do and goes a page back..

    lol i update with the newest software for my mini then the software makes my menu key no function.. i GET ZERO HELP and they want me to pay 229 for repairs thats just to priceless

  • Programmatically clearing an input item does not work

    Hello,
    I want to clear one input item (RichInputListOfValues) contained in a PanelForm programmatically, after the user presses on the "Clear" button:
    <af:commandToolbarButton text="Clear" id="ctb1"
    actionListener="#{pageFlowScope.UiBindings.clearItem}"/>Where the code that should really clear the item is:
        public void clearItem(ActionEvent actionEvent) {
                getItem().setValue(null);
                // getItem().resetValue(); // even with this, it does not work.
                AdfFacesContext.getCurrentInstance().addPartialTarget(getItem());
        public RichInputListOfValues getItem() {
            return item;
        }However, the above does not clear the item on the page. I have to click a second time to actually see the item empty as expected.
    The problem still appears if I also do addPartialTarget() on the PanelForm container.
    Do you have any idea?

    My test case:
    JDeveloper 11.1.2.2
    page:
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
        <af:document title="untitled1.jsf" id="d1">
            <af:form id="f1">
                <af:toolbar id="t1">
                    <af:commandToolbarButton text="Clear" id="ctb1" actionListener="#{viewScope.myBean.clear}"/>
                </af:toolbar>
                <af:inputListOfValues label="Label 1" popupTitle="Search and Result Dialog" id="ilov1"
                                      binding="#{viewScope.myBean.item}"/>
            </af:form>
        </af:document>
    </f:view>bean:
    package view;
    import javax.faces.event.ActionEvent;
    import oracle.adf.view.rich.component.rich.input.RichInputListOfValues;
    import oracle.adf.view.rich.context.AdfFacesContext;
    public class myBean
      private RichInputListOfValues item;
      public myBean()
      public void setItem(RichInputListOfValues item)
        this.item = item;
      public RichInputListOfValues getItem()
        return item;
      public void clear(ActionEvent actionEvent)
        getItem().setValue(null);
        AdfFacesContext.getCurrentInstance().addPartialTarget(getItem());
    }config:
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <managed-bean id="__1">
        <managed-bean-name>myBean</managed-bean-name>
        <managed-bean-class>view.myBean</managed-bean-class>
        <managed-bean-scope>view</managed-bean-scope>
      </managed-bean>
    </adfc-config>It works fine on the first click. Something's not right on your end :)
    John

  • "Send link..." context menu item does not launch the mail client

    This was working in Firefox 12 but with the latest update to Firefox 13.x no mail client is launched (mine is Thunderbird) when context menu item "Send link..." is clicked.
    '''I have tried this with all addons disabled''' but the same problem is occurring.
    Does it happen for you? If not, how could I solve it?
    I will report as a bug if others have this problem.
    Thanks.

    I changed the network.protocol-handler.external.mailto setting in about:config to the default value (true) and that seemed to fix it.
    I don't know what changed it before though.

  • Menu Items does not display after Making ARD file

    Hi Experts
    I have created a Addon Which has Five Menu Items. Three Items in Setup->Inventory and Two in Inventory->Inventory Transcation. It will woriking fine when I run my addon from Visual Studio directly But after created ARD file It does not show Menu items. There was no error during making ARD. I tried three times. But result is same it does not show any Menu Items. Plz suggest me Code is given below. I Use VB B1 AddOn Wizard for creating Menu Items This has a seprate addMenu.xml module.
    <Application>
      <Menus>
        <action type="add">
          <Menu Checked="0" Enabled="1" FatherUID="43540" Image="" Position="9" String="Bin-In" Type="1" UniqueID="AM_1" />
          <Menu Checked="0" Enabled="1" FatherUID="43540" Image="" Position="10" String="Bin-Out" Type="1" UniqueID="BINOUT" />
          <Menu Checked="0" Enabled="1" FatherUID="43540" Image="" Position="11" String="Intra-WH Movement" Type="1" UniqueID="INTRA_WH" />
          <Menu Checked="0" Enabled="1" FatherUID="11520" Image="" Position="12" String="Zones" Type="1" UniqueID="Zone" />
          <Menu Checked="0" Enabled="1" FatherUID="11520" Image="" Position="13" String="Bin AddOn Setup" Type="1" UniqueID="Setup" />
          </action>
      </Menus>
    </Application>
    Thanks
    Gorge

    Hi,
    Did you included the AddMenus.xml in the extra files when you generated the installer?
    The AddMenus.xml file needs to be in the same folder as the addon exe. If there is no AddMenus.xml file there is no error raised, B1DE thinks there are no menus to add.
    You have to include all extra files in the installer when you generate it.
    Hope it helps
    Trinidad.

  • Player Settings Menu Intermittently Does Not Work / Settings Manager Crashes - Firefox 6.0/Windows 7

    1)  I occasionally have a problematic issue with the Flash Player Settings menu, primarily with SocialVibe (media.socialvi.be) applications associated with FarmVille, activities such as video quizzes and interactive surveys.  Sometimes after loading these applications, the Player Settings menu opens requesting permission for local storage space changes, however I am unable to left-click on anything at all within the Player Settings menu: Allow/Deny the requested change, manual storage setting adjustment, switching tabs within the menu, or (particularly frustrating) to close the menu.  Usually if the Player Settings menu requests a local storage change, I can select my preference and it works properly.
    When the Player Settings menu opens and is non-functional, the application will still run in the background, seemingly without issue, but is inaccessible because the Player Settings menu is active.  I have tried closing/refreshing the application, but the menu still remains unusable.  Many times there are several activities offered one right after another.  When one is completed, the link refreshes and a new application becomes available.  Each application is unique and only available for a very limited time.  The inability to make changes or close the Player Settings menu effectively blocks these activities from being completed.  Since I cannot complete the activity, the link for itwill not refresh, so I am stuck with an application where the Player Settings menu will not function properly and I have no opportunities for new activities.
    Interestingly, when the Player Settings menu is oblivious to left-clicking with the mouse, I am able to select the options of Allow/Deny/Close by using the tab key on the keyboard to highlight the appropriate button, however pressing enter does nothing.  I can also right-click with the mouse and access the menu for Settings/Global Settings/About, which works properly.  In this menu, when I choose Settings, it takes me to the Local Storage tab of the Player Settings menu, however I am still unable to make any changes, switch tabs or close the menu.  When I choose About, it will load the Flash Player webpage and it does tell me that I have the most current version (10,3,183,5) successfully installed.  When I choose Global Settings, it will open the Flash Player Settings Manager, which I am able to navigate and modify (mostly, related issue below).
    2)  I also have an issue with the Flash Player Settings Manager.  When I try to open the Local Storage Settings by Site, the Settings Manager will usually crash.  It crashes whether I open the Settings Manager from the Player Settings right-click menu or through the Windows Control Panel.  I had originally assumed that there must be so many websites listed that want storage permissions that it takes a while to load, but until this evening it had never loaded successfully and would go unresponsive almost immediately.  This evening I attempted to access the Local Storage Settings by Site many times, crashing and restarting the Settings Manager, until it finally loaded.
    In the Local Storage Settings by Site, media.socialvi.be (SocialVibe) is shown as having 0kb Storage Used and Ask Me under Storage Settings.  Because every application from SocialVibe is different, I want Flash to ask me each time it wants to change the storage settings, so I do not want to set its permission to Allow.  From reading through the Flash troubleshooting webpages, I understand that choosing Block may cause the applications to not run correctly, and I do want them to run properly.  The local storage request from media.socialvi.be was 5kb as shown in the Player Settings menu (that wasn't working), so if the Player Settings menu is not functioning and I must allow some level of storage, is there a way that I can specify how much to allow using the Settings Manager without setting the permission to Allow?  I do not feel that websites should be able to store as much information as they see fit on my machine, and as I want to keep as much advertisement information, tracking, cookies, etc. off my computer as possible, setting the permission to Allow seems to be a risky permission.
    System Specs:
    162 GB Free harddrive space (220 GB Total)
    Pentium(R) Dual-Core CPU     [email protected] GHz
    Windows 7
    Mozilla Firefox 6.0
    DSL Cable Internet Connection
    Thank you

    Try http://forums.adobe.com/thread/892474

  • Menu Bar does not work in IE (still not resolved)

    I was long awaiting the 1.6 version of spry to get help with
    the menubar, but I'm still having the same problem. The submenu
    does not function correctly in Internet Explorer. I posted a month
    ago and still haven't received any feedback on how to correct this
    error. In IE, the submenus are not positioned correctly and are
    pushed 100 pixels or so above the menubar. Any help out there? Any
    recommendations if spry cannot deliver?
    Here is an example:
    http://wildroserealty.net/newWebsite/
    Here is my css:
    http://wildroserealty.net/newWebsite/CSS/wildrose_main.css
    Here is my menubar css:
    http://wildroserealty.net/newWebsite/SpryAssets/SpryMenuBarHorizontal.css
    Thanks Spry Squad

    I started seeking an answer to my horizontal menu query a few
    months back and didn't receive any answers that helped me out. I
    thought I might share an alternative solution that worked for me
    for any of you out there who might still be struggling with the
    menubar (I considered it the bane of August, September, and
    October).
    Rich0828 was right on! Don't get frustrated over the menubar
    because the Spry Squad is still working on all of the IE Hacks. I
    started looking for a free solution on google and everything I read
    about seemed to have a lot of problems with it. It became evident
    that paying someone to be my tech support would be worth it to me.
    I ended up choosing the Orange Menubar (you can change it any
    color) on
    http://f-source.com/ which I found
    through the Dreamweaver Exchange. I payed $30 for it and have been
    VERY happy. I even went out and celebrated to bury my IE qualms (at
    least for now). I like this menubar because, like the Spry menubar,
    its readable by search engines. I prefer this new design a lot more
    because it has a cleaner, sharper look to it. I also like that I
    can change the opacity of the menubar so that the glossy look of
    the buttons blend in better with my navigation menu.
    I did have a few questions for the tech support, and they
    responded within a few hours and everything was working.
    You can view this new menubar which I decided on at:
    www.wildroserealty.net
    Good luck. If any of you have questions about my situation,
    feel free to reply to this thread. Don't give up on yourself! And
    may the Spry squad find a solution soon (which will save all of us
    some $$).

  • Menu Parameter does not work with MS SQL Server

    I need to create a “Menu Parameter” from a “List of Values supporting "All" and multiple selection. This parameter happens to be a list of funds. The DB is SQL Server.
    We have a stored function that takes a comma separated list of funds as a parameter. SQL Server 2005 does not support array lists as bind parameters to stored procs/functions so we do not have a choice.
    The Menu parameter is effectively a bind parameter but I cannot use it directly due to the sql server limitation mentioned above. I really only have 2 choices:
    1) Oracle could generate the comma separated list like many BI tools do. This does not seem to be an option but it could not hurt to ask is this is available.
    2) Convert the bind variable to a comma separated list prior to passing it into the function. This is what I have tried to do below. This also has a problem in that the @liststr variable goes out of scope during execution. I see the error in the BIPublisher logs. This query works fine in Toad and Aqua Data Studio but fails when I run the report complaining about an undefined variable @liststr.
    - Convert bind variable to comma separated list of values
    DECLARE @listStr VARCHAR(MAX)
    SET @liststr =
    SELECT COALESCE ( COALESCE(@listStr+',' ,'') + fgcode , @listStr)
    FROM FundGroup where fgcode in ('AOMF ALL')
    - Pass the csv into the function
    select *
    from PeriodPNLNoNAV('1/1/2012', '1/31/2012', @listStr, '')
    order by fgdesc

    Hi Martin.
    I try to resolve this problem ( sqlserver masking) but I can't found the OBE mentioned.
    You or anyone have examples about masking MS SQLServer, because in the Oracle documentation suggest that is possible but not "how do it", except the use of heterogeneous services.
    Thanks in advance.
    D.

  • E71 hanging - Menu function does not work

    I bought an E71 from the Nokia store 4 weeks ago and have had it replaced thrice already.
    The phone suddenly hangs and the Menu key stops working. At the same time it also stops automatic retrieval of email. Other dedicated keys work.
    The Nokia store does not have a solution for this, but just replace the instrument. After going through this process three times, they're offering the money back.
    Its taken me forever to find a phone that i like, so would prefer to find a fix. Any ideas? Please help.
    thanks.

    The company I work for bought 15 employees Nokia E71's at the end of January. So far 12 of the 15 have been having the menu button problem. This is, when using one of the 2 buttons we set to link to the menu button, it does not leave the home screen i.e. you cannot access the menu - which is a really big problem for efficiency for business purposes (which is what the phone is marketed towards).  To fix this problem, I approached the retailer who's only solution was to send it off for repairs. So I took it in for repairs myself, to save mailing delays. The service centre confirmed that they have seen it before and it's irreparable as it happens to all E71’s, and it just needs to be turned off weekly otherwise it cannot handle all the applications etc. I was also told that it must be due to my corrupt applications, however, I have not downloaded anything onto the phone! They updated my software twice - which did not solve any problems. They gave me Nokia's care line phone number in Kuala Lumpur Malaysia to see what I can do to fix them problem (ie. a replacement phone). Nokia's only personal contact is in Kuala Lumpur Malaysia, which is not helpful being in Australia! Of course, they're only solution was to re-set my phone to factory settings, which similarly to your fellow comments - does not do anything. Also there was apparently NO other complaints recorded about this menu issue. I was told Nokia have a policy that there are no replacements given even if your phone is under warranty &/or brand new. It was suggested to just take it back to the service centre until my phone is fixed. Unfortunately this is a non rewarding experience and a major time issue for the business users of the E71. So, the conclusion is to switch off and on your E71 daily/weekly to ensure your business phone can be ‘relied’ on. 

  • Value Check for Parameters does not work

    Hi Experts,
    Iam trying to use the Value Check addition for a paramter,but it does not do any validation.
    Parameters : p_bukrs type t001-bukrs obligatory value check.
    It allows me to enter any wrong values
    Is there any thing that i need to do in addition to this.
    Regards,
    Ratna

    Hi
    Use T001D Instead of T001
    Parameters bukrs type t001d-bukrs obligatory value check
    "Since t001 bukrs doesnot have foreign key established it will not do value check
    "in case of T001d-bukrs foreign key is with table T001-BUKRS so it works for you
    Ratna wrote
    This has already the Value table.
    Please note Having a Value table doesnt mean that there is a Foreign key provided it only proposes
    Cheerz
    Ram

Maybe you are looking for

  • Browser Fill does not work at all...

    Hello all, I am veryfrustrated at the moment, and maybe I am missing something, but I cannot get the browser fill to apply any type of image at all. I am working on MAC OSX Mountain Lion, I have started numerous new sites with the same result. I am d

  • Hard time copying photos from iphoto to external hard drive

    Sorry this is so long, and perhaps unclear, but I would like to copy my photos from my iphoto library onto an external hard drive. The problem is that every time I try and copy the whole library, it finds a picture that crashes the whole effort. I th

  • Use of public views for metadata

    Hi, I am trying to create metadata around source to target data lineage (not using the OWB provided metadata browsers). I have used some of the public views (with sql)to produce most of this. At this point however I am trying to "bring across" the or

  • ITunes TV Show conversion

    I have purchased a few TV episodes which I can view on my computer. However, I would like to be able to transfer the files to another protable video device which requires MP4 files. Is it possible to convert the episode to MP4??

  • Problem in Writing select * query in EJB

    Hi all, I'm writing    select * from BIT_OEM    in entity bean, but it is not validating the query saying this ==> EJB QL statement is invalid. See General User Output View for details. And General User output View is not showing any error descriptio