Navigation to a UI Component not supported

Hi experts,
I'm using Case Management. I've done all necessary customizing.
I'm using a record model that includes CRM BOR objects and non CRM BOR objects like INSTLN, BUS2032, BUS2080, INSTMNTPLN, etc.
Everything works fine in SCASE transaction. But I have some trouble in IC WebClient 2007:
- Documents, Business Partners and all CRM BOR objects works fine (display and navigation into IC Web screens)
- Non CRM BOR objects can be displayed but when clicking the link in the record hierarchy I get the following error:
"You have selected a process type that requires navigation to a UI component that is not supported within the current UI profile"
I've done the following customizing but it's not working yet:
- Organizational Chart (PPOMA_CRM) ->position->menu GOTO->detail object->enhanced object description. I have assign the Business Role and the IC Web Client Profile (including several functions profiles)
-  SPRO -> CRM -> Interaction Center WebClient 2005 ->Basic Functions -> Define Activity Clipboard Profiles
- SPRO -> CRM -> Case Management -> Extended Customizing -> Special Settings -> Define Processes-> Define Process-Dependent Parameters -> Assign Element Types and Business Object Types to a Process. I've made new entries copying standard ones and using new Types X1, X2, X3, etc.
The idea is to navigate into the backend transaction displaying the content of the ISU instalation, the ERP Sales Order, the ISU Service Notification, the Installment Plan, etc...
Any suggestions?
Thanks in advance,

Hi Alfredo,
I added a custom object (Service Order in R3) BUS2088 to the Case Management record structure. In SCASE we can add the service order and when double clicking, we are transferred to the order in the R3 system.
Now in the WEB UI we also see our service order number in the tree structure, but it is not a link. So we cannot display the order from the WEB UI.
I created a transaction launcher for BOR object BUS2088, but that wasn't enough. Can you explain me how you got the custom objects in Case Management as a link? Did you make some extra settings or something?
Best regards,
Marcel

Similar Messages

  • Getting error Dynamic navigation to this object is not supported in CRM 7.0

    Hi All,
    I am getting Error " Dynamic navigation to this object is not supported " when I am tryiong to Create a Follow up request " Service Request " for the interaction record in SAP CRM 7.0. I have tried to find a solution using the Navigation bar profile where we define the generic outbound plug mapping however I have no good luck regarding this... :-(
    Regards,
    AB

    Hi All,
    I am getting Error " Dynamic navigation for object CRM_SRQM_INCIDENT and action B not supported " when I try to run a task workflow for a  "Service Request " .
    I have tried to find a solution using the Navigation bar profile where we define the generic outbound plug mapping however I have no good luck regarding this.
    attached a sample screen
    Regards,

  • Blank page - Web component not supported

    Im getting blank page on edge inspect , but when i use the same url in safari browser  on the  same device , the page is displayed, i feel some of the web components are not working in edge inspect. Can yo please help me on thi

    Hi,
    It's very unlikely the web components in Edge Inspect aren't working. Can you please provide more details on the issue you're seeing?
    What OS version is your computer running?
    What version of Chrome are you running?
    Are you testing local/private content or a publically accessible URL when this happens?
    Do public URLs like http://www.google.com or http://www.yahoo.com show up properly in Edge Inspect on your device?
    What is the exact URL you're typing into Chrome?
    When you get the blank page in Edge Inspect, click on the button in the upper right corner and select Open in Browser. Does your page appear in the browser? What exactly is in the browser's URL bar?
    Thanks,
    Mark

  • Dynamic Proxy API does not support WSRM.

    Hi ,
    I am recieving "Dynamic Proxy API does not support WSRM. See operation Outbound_Service_Interface" when i am testing the scenario in WSNavigator where in i am using WS adapter at the sender side.
    Can anyone tell  what might be the problem.
    Thanks & Regards,
    Hamsa Shree

    Hello Hamsa,
    This was known error still SDN buddies are looking for research:
    May these links will help:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/46/741a3dfcfa0eede10000000a155369/content.htm
    You can try with this blog also:
    /people/michael.hill/blog/2007/12/13/service-implementation-in-java
    Even previous threads are shown the proofs as still looking for clues:
    web service scenario with PI 7.1 as mediator does not work
    error with WS navigator , 'Dynamic Proxy API does not support WSRM'

  • I have a MacBook Air (10.8.2) connected to Canon MP530 printer.  I'm unable to scan documents as MP Navigator is not supported.   Any ideas on how to scan using this printer.

    I have a MacBook Air (10.8.2) connected to a Canon MP530 printer.    I am unable to scan documents as it appears my Mac does not support MP Navigator.   Any ideas?     I have made an inquiry to Canon but have not received any answers yet.

    Why do you say your MBA won't support it? MP Navigator for OS X 8 and the MP530 is available here. 

  • MP navigator ex the scanner driver for this device is not supported for my itunes/ ipod

    Mp navigator ex driver for this device not supported when I plug in my ipod I have windows vista

    Hello there K_McCreedy,
    I saw your post about the scanning issues you have been having with your PS B110a and Mavericks. I have looked into this for you and I would like to offer some suggestions.
    First of all, there is no downloadable full feature driver and software (scanning software included) for this model of printer and Mavericks. There are some work around options however, that I will link you to below!
    Please follow these steps:
    1. Mac OS X: How to reset the printing system
    2. Repair disk permissions
    3. OS X v10.9 Mavericks: Installing and Using the Printer on a Mac
    (See under link #3 for the different methods of scanning options with Mavericks under the FAQ's section)
    I hope I helped answer your question!
    Thanks for posting in the community and have a great day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • JDeveloper 11.1.2.3, ADF Faces: declarative component does not support af:clientListener?

    I am trying to create a declarative component with the following code:
    <?xml version='1.0' encoding='UTF-8'?>
    <af:componentDef xmlns:af="http://xmlns.oracle.com/adf/faces/rich" var="attrs" componentVar="comp" definition="private"
                     xmlns:afc="http://xmlns.oracle.com/adf/faces/rich/component">
        <af:xmlContent>
            <afc:component>
                <afc:display-name>DoubleClickTableDialogClientServerListener</afc:display-name>
                <afc:component-extension>
                    <afc:component-tag-namespace>org.mskcc.crdb.common.declarativecomponent</afc:component-tag-namespace>
                    <afc:component-taglib-uri>http://www.mskcc.org</afc:component-taglib-uri>
                </afc:component-extension>
            </afc:component>
                <af:clientAttribute name="serverListenerType" value="TableDoubleClickEvent"/>
                <af:clientListener method="handleTableDoubleClick" type="dblClick"/>
                <af:serverListener type="TableDoubleClickEvent"
                                   method="#{EditAddDialogTemplateBean.handleTableDoubleClick}"/>
        </af:xmlContent>
    </af:componentDef>
    At runtime I recieve the following error:
    javax.faces.view.facelets.FaceletException: ADF_FACES-60023:Component: DoubleClickTableDialogClientServerListenerComponent[oracle.adf.view.rich.component.fragment.UIXInclude$ContextualFacesBeanWrapper@7170a7, id=dctdcsl1] does not support client listeners.
      at oracle.adfinternal.view.faces.facelets.rich.BaseClientListenerHandler.apply(BaseClientListenerHandler.java:53)
    This component was intended to be dropped off within an af:table component. I would like to hear suggestions on workarounds, one other way I thought about was to create a code template for the three tags, however, the con to this approach is each developer would need to configure this template within jdeveloper. Ideas are appreciated.
    Also a side question, how can I embed code properly with the new forum? [code] tag does not seem to work now.

    Wes, can't help with the real question, but can tell you how to format code
    Change to the advanced editor (top right over the editor field), then you get more options. The one you are looking for is behind the blue '>>'. Here you select the language you want to insert and you get nice code formatting and color.
    Timo

  • Navigation to object is not supported

    Hello all,
    YTEST(Package) => Web Objects => BSP Application => YTEST_01 => Pages with Flow Logic => YTEST.HTM
    => Event Handler => OnInitializaion
    Does not working Doulbe Click the any INCLUDE or Perform syntax.
    Error message is "Navigation to object is not supported"
    Message Number is "SO2_TOOL039"
    SAP R/3 Enterprise
    SAP_BASIS     620
    SAP_ABA     620
    SAP_APPL     470
    help me on this request, will rerward points
    /Best Regards
    Jacob

    Below that source code...
    event handler for data retrieval
    *"  INITIALIZATION
    INCLUDE yplas_i005.
    DATA : it_utype TYPE yplas_ty019.
    UTYPE = c_doc_elec_bill.
    APPEND c_doc_elec_bill TO it_utype.

  • Software Component does not support selected Development Component Type...

    Hi,
    I have a problem, i want create a new project of Mobile Service Component, but, when i want select MyComponents [demo.sap.com], in the top appear:
    "Software Component does not support selected Development Component Type. Required DCs are located in an SC that is not visible from the selected SC "
    Why?
    Thanks in advance,
    Regards,

    Hi Victor,
    the issue is that the archive pool in your NWDS is not set up properly. Could you check the configuration of the development configuration? I guess you are developing in Local Development, right? Please check in the "Component Browser" that the two Software Components "NWMCLIENT" and "XOCA" are present and contain some DCs inside them. If this is not true, than something went wrong with your setup of the IDE. The modifications of the default.confdef are most likely not right.
    Please come back to me if you don´t know how to proceed.
    Regards,
    Stefan

  • Navigation for screen is not supported

    Dear experts,
    I am translating a screen and i can see the changes on this system from every clients. but when i want to transport changes to target sistem i am creating a request from se38 with report RS_LXE_RECORD_TORDER. then i am assigning what it wants, when i am looking from se01 to my trasport of changes request there are object list. but if i am clicking twice on it the status message is "navigation for screen is not supported". after transport i can't see the changes on target sistem. how can i solve this problem?
    Thanks

    No cross posting
    Read the "Rules of Engagement"
    Regards
    Juan

  • Error : software component version does not support this object type.

    Hi ,
    We are getting error as software component version does not support this object type when we try to create Business Object in PI 7.1 ESR  .
    How can we solve this error.
    Regards,
    Syed
    Edited by: Umar Syed on Jun 11, 2009 12:01 PM

    Hi Srinivas,
    We are working on Modelling in SAP PI, but we are unable to create any Business Object.. is there any specific steps need to be followed.
    Once we login to our ESR from index page we have this option to choose
    Available Profiles :         Process Definition
                                       Service Definition
                                       Unregistered.
    We are getting the option of new types (_Business Object_) only if we select Unregistered Profile and not in other Profiles . Is there some settings need to be done.
    Regards,
    Syed

  • BISQLException : Navigation is not supported.

    Hi all,
    Please help me out, I am facing one exception. The scenario is:
    Using BI JAVA SDK API I am trying to connect to BW System to get the Info Providers and Info Objects. I am able to get all these objects and cubes. I am trying to display the ResultSet in 2-Dimension ( which is obvious), so for that I have created the MDX Query. Now if I am trying to apply any filter on this query by putting any info objects value ( internally when the query is generated, this filter comes in where clause) I am getting one exception i.e.
    BISQLException : Navigation is not supported.
    I am not able to figure out what I am doing wrong.
    If nothing is coming in where clause ( i.e. if I am not applying any filter) every thing is working fine.
    Can anybody help me out for this. Any suggestion, support would be helpful.
    thanks
    Maverick

    Hi all,
    Please help me out, I am facing one exception. The scenario is:
    Using BI JAVA SDK API I am trying to connect to BW System to get the Info Providers and Info Objects. I am able to get all these objects and cubes. I am trying to display the ResultSet in 2-Dimension ( which is obvious), so for that I have created the MDX Query. Now if I am trying to apply any filter on this query by putting any info objects value ( internally when the query is generated, this filter comes in where clause) I am getting one exception i.e.
    BISQLException : Navigation is not supported.
    I am not able to figure out what I am doing wrong.
    If nothing is coming in where clause ( i.e. if I am not applying any filter) every thing is working fine.
    Can anybody help me out for this. Any suggestion, support would be helpful.
    thanks
    Maverick

  • What does it mean on a website if you get a message "does not support your browsers navigation buttons?"

    I was doing my taxes on-line and I got a message saying the software package I was using "does not support your browsers navigation buttons?"

    Which browser are you using?  Which os? 

  • Why business component does not support generics method parameter

    Hi Folks,
    I have created a business component and in this business component I have added a public method which takes a parameter - List of map (Like List<Map<String, String>> inputListOfMap). Now when I try to run the artifacts for this business component it gives an error
    ERROR
    com.splwg.shared.common.LoggedException: No method declaration for createListElements found matching argument types [List, Element, String, String] with pattern public\s+(final\s+)?(<[^>]*>\s+)?([\w\.]+)\s*(<[\w<>,\s\.]+>)?\s+createListElements\s*\(\s*((\w*\.)+)?(List)(\<[^\>]*\>)?\s+\w+,\s*((\w*\.)+)?(Element)(\<[^\>]*\>)?\s+\w+,\s*((\w*\.)+)?(String)(\<[^\>]*\>)?\s+\w+,\s*((\w*\.)+)?(String)(\<[^\>]*\>)?\s+\w+\s*\)\s*(throws [^\{]+\s*)?[;\{]
    After checking the spl-tool2.2.0 jar class JavaSourceFile.java i am guessing that such method parameters are not supported. It compiles well if its a simple Map or List. Also works fine if I make the method as private. But in this case I cannot use this method from any other class... which I don't want.
    it would be great help if anyone can suggest what needs to be done to overcome this issue
    Following is the method of Business Component
    public void createListElements(List<Map<String, String>> inputListOfMap, Element sourceElement, String groupName, String listElementName) {
              logger.info("createListElements ");
              Element groupElement = null;
              Element listElement = null;
              if(!isBlankOrNull(groupName)){
                   groupElement = sourceElement.addElement(groupName);
              if(notNull(inputListOfMap) && inputListOfMap.size()>0){
                   for (Map<String, String> inputMap : inputListOfMap) {
                        //If group name is provided then put the list element will be within the group element else within the bill element
                        if(notNull(groupElement))
                             listElement = groupElement.addElement(listElementName);
                        else
                             listElement = sourceElement.addElement(listElementName);     
                        for (Map.Entry<String, String> mapEntry : inputMap.entrySet()) {
                             String elementName = mapEntry.getKey();
                             String elementValue = mapEntry.getValue();
                             if(notBlank(elementName) && notBlank(elementValue)){
                                  listElement.addElement(elementName).addText(elementValue);
         }

    Hi Victor,
    the issue is that the archive pool in your NWDS is not set up properly. Could you check the configuration of the development configuration? I guess you are developing in Local Development, right? Please check in the "Component Browser" that the two Software Components "NWMCLIENT" and "XOCA" are present and contain some DCs inside them. If this is not true, than something went wrong with your setup of the IDE. The modifications of the default.confdef are most likely not right.
    Please come back to me if you don´t know how to proceed.
    Regards,
    Stefan

  • Getting an error "file not supported/necessary componant not installed

    Any help on a error im getting, file not supported/necessary componant not installed

    Jesse,
    From what you have described for Test 1, 2, and 3, I get the impression that you are OK with a new project, but that your are having problems with these saved projects.
    At this point, I think it important for you to keep a log of the project details to avoid confusion.
    Test #3.
    I am going to start with that Test 3 that was a new project, but almost successful (made it to about the 93% mark before transcoding error set in). I suspect that different factors are involved here than what brought you to the forum. Focus Step 12 in Test #3 where you said that you edited the movie line. How did you edit..added transitions, effects, titles, other? What was the length of the Timeline content? What DVD menu template did you use (how many main menu pages and how many scene menu pages)? When you went to Share/Disc/Disc and the burn dialog there, what did it say in the Quality Area of the burn dialog for Space Required and Bitrate? Also, at this time what did your computer show for available RAM and free hard drive space? Where were your scratch files (Edit Menu/Preferences/Scratch Disks) directed and did that drive have enough free space to meet the task?
    Test #1.
    Your success with this new project was expected. It would be nice to know what kind of .avi that you used, but, whatever they were, they worked to give you your DVD-VIDEO. What was the length of the Timeline content. What DVD menu template did you use (how many main menu pages and how many scene menu pages)? And, I am correct in assuming that this was an independant project...different source media and edits than # 3?
    Test #2.
    Here I believe is the true issue that brought you here.
    When you say "Open existing project", it this the project from Test #1 which you closed and saved? Or, is it another existing project?
    If you are not doing so now, please do Test #2 using the saved project prel from Test #1.
    Now, I would like you to open Premiere Elements 4, in the Welcome Screen select the "Open Project" Folder, in the dialog that opens click on the Test #1.prel. The project should load, and you should find yourself in the program's Edit workspace. OK, so far? If so, what do you do next?
    I was slow in typing again, so I hope that I am not out of sync with other messages between you and Hunt.
    ATR

Maybe you are looking for

  • Need help - session and lost attribute...

    Hi, We store some attributes in the session. In the web.xml we have session-timeout 20. (it's in minutes). If user use IE 5.5, and is inactive more than 1 minute, and then he send new request from browser (IE 5.5 or 5.0) to application running under

  • MacBook Air + Time Capsule  frequently dropping internet connection

    I too have been having frequently dropped wireless connections between my MacBook Air (MBA) and my Time Capsule(TC). My TC is connected to a cable modem and I also have an Airport Extreme Base Station (AEBS) at a different part of my house which is u

  • Download of saved views of an interactive report

    Hi all When I am on a saved view of an interactive report and choose 'Download', I always get the data of the actual worksheet but not that form the saved report. Has anyone a solution of this problem? best regards Gerhild

  • Maximize/minimize and close buttons do not work properly

    Suddenly the buttons at the top right are not working properly. There is no change in appearance when hovering the mouse over it. This does not occur immediately after I open firefox but shortly afterwards. I noticed by accident that if I open the op

  • Certain web pages not loading

    A problem (apparently from nowhere) has cropped up. I can't get on certain websites, but can on other (xp and Vista) machines. The funny thing is whether i try and get them through Safari or Firefox in 10.5 or i load Vista through bootcamp it won't l