Add keyflex to Tab

hi
my requirement is add key flex to a standard tab page. so i think i need create a region and personlization to the standard tab page.
my problem is when i create a page as follows structure:
pageLayout
--defaultLayout
-- defaultLayout
-- table
-- keyflex
it is ok.
but when i create a region as follows structure:
stackLayout
--defaultLayout
-- defaultLayout
-- table
-- keyflex
it get errors:
java.lang.NullPointerException
     at oracle.apps.fnd.framework.webui.OAWebBeanFormElementHelper.getLovURLBV(OAWebBeanFormElementHelper.java:1530)
     at oracle.apps.fnd.framework.webui.OAMessageLovTextInputHelper.prepareForRendering(OAMessageLovTextInputHelper.java:214)
     at oracle.apps.fnd.framework.webui.beans.message.OAMessageLovTextInputBean.prepareForRendering(OAMessageLovTextInputBean.java:311)
     at oracle.apps.fnd.framework.webui.OAKeyFlexHelper.processFlex(OAKeyFlexHelper.java:1129)
     at oracle.apps.fnd.framework.webui.OAWebBeanFlexHelper.mergeSegmentsWithParent(OAWebBeanFlexHelper.java:329)
     at oracle.apps.fnd.framework.webui.beans.OAKeyFlexBean.mergeSegmentsWithParent(OAKeyFlexBean.java:91)
     at ccdi.oracle.apps.irc.candidateSelfService.webui.CUXPersonEducationCO.processRequest(CUXPersonEducationCO.java:55)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2575)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1906)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
     at OA.jspService(_OA.java:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at OA.jspService(_OA.java:221)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
why? this problem is very urgent. please help me!!!
thanks

Thanks I'll do that for the next 10-15 pages for now.... but what would really be awesome is if adobe would add the functionality I'm describing. Thus added it to the idea board....

Similar Messages

  • How to add a new tab for the project?

    Dear All Experts,
        Could you tell me how to add a new tab for the project?
        Pls refer to the screenshot as below:
    Thanks!
    Xinling Zhang

    Hi,
        The new tab in cj20n , and the new tab can only be displayed in the highed level.Pls refer to below
        And in cj02, there is no this tab also in the wbs detailed screen,
    Thanks!
    Xinling

  • Add a new tab in iTunes main window.

    Hi there.
    I want to add a new 'Tab' in the iTunes menu bar, to show video projects done for clients.
    I'd like to categorize it as Work, different from Movies and Home Videos.
    Is this possible? If so, how?
    Thanks!

    Hello,
    Adding a customized category is not possible unfortunately.

  • Add a new tab to General data in XD01

    Hi,
    I want to add a new tab to General data in XD01. I came across some BADI's(CUSTOMER_ADD_DATA, CUSTOMER_ADD_DATA_CS) which can be used to add pushbuttons(like General Data, Sales Area) and inside that we were able to add tabs. But i need to add a new tab inside General Data Button.
    Is there any Screen Exit to do this?
    Thanks,
    Savitha

    Hi,
    Try using BDTs. (Business Data Toolset)
    Check the area menu BUPT.
    Regards,
    Sharin

  • Can the "ADD-A-NEW-TAB" button be reconfigured to be adjacent to existing tabs (like it used to be)? I am a left-handed tablet user who finds it's position on the far right side of screen very inconvenient.

    In previous version of Firefox, the "add-a-new-tab" button has been located to the right of any existing tabs. In the latest version it's been moved to the far right of the screen. In tablet mode, this is too far to reach conveniently for a left-hander. I cannot find any controls to re-configure it to the way it used to be and I can't "drag" it to where I want it. Is there a way to relocate it?

    Thanks. I don't know why it wouldn't just go back there when I tried putting it back? I didn't change anything, so I assumed the new "default" was over on the left. Glad it was a simple solution after all.

  • Add an extra :Tab" on the Purchase Order's ITEM DETAIL level.

    Hi:
    Can anyone please tell me how I go about to add an additional "TAB" on the Item Detail level of a Purchase Order...??
    Thanks.
    W.

    It is not possible to add extra tab by configuration .you have to use user exit/BADI to get this .
    user exit :MM06E005 
    BADI : ME_PROCESS_PO_CUST
    consult with your abaper for developemnt

  • How to add a new Tab in XD02 Transaction

    Hi all,
    How to add a new Tab in XD02 Transaction. please explain step by step.
    Thanks

    Hi Anil
    Goto T code OBD2 select your account type for which you want new tab. Click on details button above.
    On next screen you can see "Field status" box.
    Select (double click) on the view (i.e. General data or CC data or Sales data) in which you want to add new tab.
    Again on next screen double click on the field present under "Select group" box.
    On next screen go ahead with your settings, i.e. which fields you want and how.
    Save the changes. Goto XD01 and test the same.
    try and revert

  • How to add the new tab in Quotation VA21

    Hi,
    How to add the new tab after Addition data B in line item in Quotation VA21?
    Please help me for this query.
    Devendra

    Dear Devendra,
    Use the program SAPMV45A & the screen number provided by SAP is 8459.If you activate this screen and include the screen in 4462.
    PROCESS BEFORE OUTPUT.
    *                            Verarbeitung vor der Ausgabe
       MODULE VBAP_BEARBEITEN_VOR.
       CALL SUBSCREEN KUNDEN-SUBSCREEN_8459 INCLUDING 'SAPMV45A' '8459'.
    PROCESS AFTER INPUT.
    *                            Verarbeitung nach der Eingabe
    * Hier weitere Prüfungen
       CALL SUBSCREEN KUNDEN-SUBSCREEN_8459.
    Regards,
    Anand

  • Add-Ons Manager Tab won't go away

    Using Firefox 10.0.2 on a brand-new Mac Mini running Lion 10.7.3.
    Every time I open up Firefox, it opens in two side-by-side tabs. The one on the left is my home page; the one next to it says 'Add-Ons Manager' and it simply tells me the add-ons I've installed and so on. How do I get rid of this tab? I can click the X and it goes away, but it reappears every time I open Firefox again. I can't find anything in the settings that obviously gets rid of this for good.

    Click on something below the Get Add-ons menu item on the left side of the Add-ons Manager tab.

  • The "+" to add a new tab is missing from my tabs in Firefox 4. How do I restore that "+" so I can quickly add a tab to the tab bar?

    The "+" to add a new tab has disappeared after installing Firefox 4.0. How do I restore it? I am talking about the tab bar at the top of the screen

    Restore your default toolbar by going to Customize - Restore Default Set. I just found it out myself.

  • How to add user defined tab in the Header level of T-Code O4NM?

    How to add user defined tab in the Header level of  T-Code O4NM?
    I tried with BADI but I cant able to find any BADI for it and also searched for screen exit too..

    Can you check the user exits,
    OIJNOM_N and OIJTKT_N
    Cheers,
    Balaji

  • Add two customer tab in ME53N screen

    Hi Experts,
    We have added one customer tab in the (ME53N) Requisition screen using screen exit SAPLMEGUI (SUB0).
    Is it possible to add another customer tab to that screen?
    Regards,
    Anirban

    Hi Anirban,
    We can achieve the target of adding a customer tab using the exit MEREQ001.
    Go to Tcode SMOD , Enter the Enhancement as MEREQ001 , Click on 'Documentation' and SAP has given an excellent step by step procedure on how to add a tab at item level.
    Hope it helps
    Regards
    Byju

  • Can I Add User Defined Tab Dialog From just like kTextFrameOptionsDialogBoss?

    Can I Add User Defined Tab Dialog At Build-In kTabSelectableDialogBoss, just like kTextFrameOptionsDialogBoss?
    If it is possible, How?
    Pls Help Me...

    Impliment IUnitOfMeasure with custom units.

  • Add a new tab in subitem level of Tcode ME23n

    Hi all,
    I have a requirement to add a new tab under a tab in item level.
    I have added a new tab in item level successfully by using BADI:  'ME_GUI_PO_CUST'
    However, I don't know how to add a new tab under the tab customer data that is at Item level.
    If you have any solutions Please share me.
    Thanks in Advance,
    Hung To

    Hi Hungto,
    Goto --> Tcode se51 -->program name : SAPLXM06
                                                 Screen No : 0111
    Make the changes in this layout.So that changes will reflect to customer Data tab at Item level in Me22n.
    Use tabstrip or create a subscreen for the above program name.
    This  may helpfull to resolve your problem.
    Thank you,
    Thanks,
    AMS

  • Add a new tab next to "Basic data 2" in MM01

    Hi All,
    I have to create a new custom tab after u201CBasic Data 2u201D view of Material master Tcode (MM01), I could successfully add the new tab (Using SPRO), but it is being created at the end of all views i.e. after u201CCosting 2u201D tab.
    Kindly help me out in inserting this tab exactly next to u201CBasic Data 2u201D view.
    Thanks in advance !

    Hi,
    You can maintain the order of the views of material master in SPRO under the below path:
    Logistics - General=>Material Master=>Configuring the Material Master=>Maintain Order of Main and Additional Screens Or in  transaction OMT3R
    Note - Before doing any modification first go through the documentation.
    Regards
    DKS

Maybe you are looking for