How to enable the navigation of Tab

Hi
In SRM PO screen i have to add a new tab and then  display some cutom fields under that.
what i have done so far:
Within the  Configuration Name: /SAPSRM/WDCC_FPM_OIF_PO_PURCH of FPM_OIF_COMPONENT i added a new tab.
In UIBB atrribute i ahve provided the component name, configuration name and view.
Now when i go to the portal i can see the tab but when i click on it nothing happens, navigation doesn't take place.
Can anybody suggest.
I need a solution urgently.
Regards,
Neha

Hi,
Normally i would advice to create a custom configurations (Applications and components ) by copying the existing configurations.
This way you are safer to fall back to the original application when it requires such situation.
In your case you can proceed further from here risking the original application not functioning as it should be or You can undo the changes and create whole new configurations.
You also need to analyse the application, some where in the standard application the TAB_ID is being checked. This can be very well in the Override method of TABBED or OIF.
So please find out how the original application works. Where the TAB_ID are checked , the same place you may have to add your TAB_ID.
You can go to the Application config and component config. See in the Configuration editor left side, display or change button (depends which mode you are in ) pull down menu, see global settings if there is a entry for the WebDynpro component.
This component can be very well function as main component , analyse this component.

Similar Messages

  • How to enable the events/faces tab on photos app

    How do i enable the events and faces tab on my photos app? I downloaded iphoto

    u must have mac computer :(
    no windows

  • How to enable the cash management tab in payment method window in r12

    Hey gurus,
    when i am defining my payment method as cheque in Oracle Payroll in xx legislation.
    The Cash Management TAB is disabled.
    The following TABs are Enabled :
    Source Bank,Costing,General Ledger,Other.
    But Cash Management is disabled.
    I think i am missing some profile option but i don't know which one.
    Please can you help me gurus!

    All modules are licesed ofcourse.
    Its quite vague when u say necessary setups.
    please explain me.
    as normal setups of AP,AR and CE are done.
    Payroll module is definately enabled.
    Please help me gurus

  • How to find Responsibilities that have the Navigator Process Tab enabled

    Hi colleagues,
    Does anyone know of a method to identify quickly which responsibilities have access to the Navigator Process Tab?
    Our auditors are insisting we remove this tab from the navigator screen so that users don't have access to processes that they shouldn't have access to.
    I've been writing sql statements and trying various scenarios, but I can't arrive at a confident conclusion.
    I've narrowed the criteria down to search all Standard menus. But then I notice that we have some responsibilities that use standard menus that don't have the navigator process tab assigned!
    Please help.
    Thanks.
    MP

    Hello,
    Thank you both for your recommendations. I understand how to disable the navigator process menu manually. However, I require a method to identify any responsibilities/menus with the navigator process menu still active through sql?
    So that I can run a report each quarter that scans through all our responsibilities and checks whether any of them have access to the navigator process menu.
    Any ideas would be greatfully received!
    Thanks
    AH.

  • How to enable the screen after triggering the error message

    Hi All,
    we have a tcode IW31, in that one field(WBS element -PROID) is not mandatory. so we have written the following code to make it mandatory in a user exit EXIT_SAPLCOIH_010.It's triggering the error message, but it is going into disable mode. Please sugget me how to enable the screen after getting the error message triggering.
    if not caufvd_imp-proid is initial.
      select single * from t350 into wa_t350
              where  auart    = caufvd_imp-auart
                and  imord    = 'X'.
      if sy-subrc is initial.
        pspel = caufvd_imp-proid.
      else.
        call function 'CONVERSION_EXIT_ABPSP_OUTPUT'
             exporting
                  input  = caufvd_imp-proid
             importing
                  output = l_posid.
        concatenate text-t10 l_posid text-t11
                    into l_textline1 separated by space.
        message i208(00) with l_textline1.
      endif.
    else.
      message e208(00) with 'Please maintain WBS element in Location Tab'.
    endif.
    Thanks

    Hi,
    Instead of error message use status message like
    message s208(00) with 'Please maintain WBS element in Location Tab'.
    Leave to screen sy-synnr.
    This will allow to move to the screen and have in enable mode.
    WIth Regards,
    Dwaraka.S
    Edited by: Dwarakanath Sankarayogi on Feb 13, 2009 7:46 AM

  • How to change the navigation

    Hi,
    How to change the navigation in swing appplication from tab key to enter key.
    Its the user requirement that i need to under go.
    and also tell me how to myownfocus traversal.
    Thanks in advance.

            jTextField1.addKeyListener(new KeyAdapter(){
                public void keyPressed(KeyEvent ke){
                    if(ke.getKeyCode() == KeyEvent.VK_ENTER ){
                            jTextField1.grabFocus();
            });

  • How to enable the S-Video port on a Satelite M30X-154?

    Hey does any one know how to enable the S-Video port on a Satellite SM30X-154 laptop?
    If I press the FN+5 keys the only options I get is LCD and no S-VHS option. My TV is set up for it as I watch DVD's through the cable.
    When I connect the cable to the laptop, nothing happens!!
    HELP

    Hi,
    Sorry, my Tosh A100 has a Geforce 7600, I don't know what your GA is.
    But on mine I have a NVidia Control Panel, where I can configure dualview,
    which normally lets me choose between the builtin LCD and the extern monitor (VGA-Port).
    When a TV is connected and not recognized, I can enforce recognition there.
    On the next start of the panel, the TV is then available too.
    Perhaps I could help you.
    If not, note that with windows settings your TV will not be available.
    Try to go to the User Interface of your graphics adapter...
    Matz

  • How to enable the EL in jsp page

    hi can u tell 'how to enable the EL in jsp page'?

    *I am getting below exception in tomcat when i inclued +<%@ page isScriptingEnabled="true" isELEnabled="true"%>+*
    org.apache.jasper.JasperException: /index.jsp(1,1) Page directive has invalid attribute: isScriptingEnabled
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
         org.apache.jasper.compiler.JspUtil.checkAttributes(JspUtil.java:311)
         org.apache.jasper.compiler.Validator$DirectiveVisitor.visit(Validator.java:106)
         org.apache.jasper.compiler.Node$PageDirective.accept(Node.java:590)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2388)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2394)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1700)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

  • How to Enable the SAVE button in the Menu Bar of the Invoice Document.

    Hi.
    How to Enable the SAVE button in the Menu Bar of the Invoice Document as it is disabled for me.
    I would like to save the Invoice document in PDF  format.
    Regards
    Irfan

    Hi,
    Normally, for the archiving or generation of the invoice document in PDF format is handled by maintaining the output records through VV31/VV32 with the relevant printer, storage mode ( 3- print and archive or 2- archive only ), no. of messages ( means no of copies ) in the communication method.
    Then when you click the print button through VF03 in the print options pop-up you get a print at the physical printer and at the same time an archived copy ( PDF copy ) attached with the document.
    So, please make sure the output records are fine to allow a PDF copy generated and then try to print and check in VF03 by entering into the billing document.
    Hope this helps you.
    However, from the print preview you normally would not be allowed to save or print.
    Regards,
    Ram
    Edited by: Ramakrishna Peri on Apr 3, 2009 9:16 AM

  • How to Enable the Oracle BPM Worklist?

    Hi!
    Newbie here.
    So how do you enable the Oracle BPM Worklist?
    Sure there a tutorial for this found in http://docs.oracle.com/cd/E21764_01/doc.1111/e17366/chapter16.htm#BABHCICI
    and in section "16.2 How to Enable the Oracle BPM Worklist" it says
    "By default, Oracle BPM Worklist functionality is disabled. You can enable this functionality in AIAConfigurationProperties.xml.
    To enable the Oracle BPM Worklist:
    -Access AIAConfigurationProperties.xml located in <AIA_HOME>/aia_instances/$INSTANCE_NAME/AIAMetaData/config.
    -Set the EH.INVOKE.HWF property value to true.
    -Reload updates to the AIAConfigurationProperties.xml file."
    However upon searching for the file "AIAConfigurationProperties.xml" or even the directory "aia_instances" in our servers, I could not find them. Please help me!

    If you are talking about 11g Worklist app, then you won't be able to do that, since the source code is not shipped with the product. The better way is to create the custom worklist application using the Worklist APIs. Refer to the SOA Developers Guide.
    In case of 10g, you can access the source code of Worklist app, even in that case, you can do your requirement using the exposed APIs.

  • How to enable the comment option in the pdf file

    Hi,
    How to enable the comment option in the pdf file using acrobat sdk[IAC, javascript],
    Give me idea on this to automate.
    If not leave it.
    Regards,
    jkrishnanvenkat

    jkrishnanvenkat,
    I can also do this from Acrobat Pro. Click Comments - Enable for Commentingand Analysis in Adobe Reader. This can not be done through the DSK or JavaScript.
    Gregory

  • How to enable the full list of developer options on A806?

    How to enable the full list of developer options
    Moderator note:Moved from http://forums.lenovo.com/t5/Lenovo-Android-based-Tablets/No-Animation-speed-options/td-p/1359241
    Edited & created a new thread.

    -Go to menu, settings,
    -about phone
    -scroll to the bottom and find "build number"
    -tap it 7 times (upon completion, it will say that you're a developer)
    -the menu is now near the bottom of the main settings menu (just above about phone)

  • How to enable the Exchange 2010 Admin Audit logs in Event Viewer

    How to enable the Exchange 2010 Admin Audit(Mailbox Auditing) logs in Event Viewer.
    - Sivashankar. Please mark as answer/useful if my contribution is helpful

    Hi Siva,
    We could execute the command below to view Administrator Audit Logging settings:
    Get-AdminAuditLogConfig
    If it is not enabled, please run the command below:
    Set-AdminAuditLogConfig -AdminAuditLogEnabled $True
    In addition, here are some references for you to utilize this feature:
    Configure Administrator Audit Logging :
    http://technet.microsoft.com/en-us/library/dd335109(v=exchg.141).aspx
    Search the Administrator Audit Log :
    http://technet.microsoft.com/en-us/library/ff459262(v=exchg.141).aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific WebApplication or Sitecollection?

    How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific Web Application or Site collection(not for all Web Application)?
    Vishal Goyal

    Hi Vishal,
    I don't think there is option for specific site collection or web application,but there is option of enabling developer dashboard on specific master pages and that is one on of the way you could do it.
    look article on below link to enable developer dashboard on specific master pages
    https://msdn.microsoft.com/en-us/library/office/ff512745%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Let me know if this helps.
    Thanks
    Bhism 

  • How to enable the memory remapping in the bios?

    How to enable the memory remapping in the bios?
    my laptop: m100 psmaaq-00s003

    Without removing a specific Windows Update KB Patch, and two registry keys, you CANNOT uninstall the Flash Player ActiveX Plug-in for IE in Win 8.
    Microsoft released a new update for Flash Player in IE just the other day.
    Have you run Windows Update recently?

Maybe you are looking for

  • Installing Windows XP on Satellite L40-114

    I just bought a Satellite L40-114 for home and education. I just found out I need windows XP for some scientific applications and the VPN software for access, so I tried to install it. I was really disappointed Toshiba does not seem to deliver XP dri

  • HT4623 if i am unhappy with new software then how to go for earlier version

    if i am unhappy with new software the how to go for earlier version

  • A/V Input help

    Does anybody by any chance know how to change the Display's aspect ratio to 4:3 instead of 16:9 when using the Composite A/V input? 

  • Images Missing on Aperture

    I have Aperture on an external drive. I was working on aperture, and then it said it had to rebuild my library. While rebuilding, my hard drive came unplugged and now only a few of my photos are on there. The titles of all my folders are there, but t

  • HTML5 Report Viewer

    Hello, I was wondering if SAP or some partner has a true HTML5 crystal report viewer (not a web forms one) that can work with ASP.net MVC? Most workarounds that I have seen so far on the web is to export the report (from the engine) as a PDF into a m