Navigation to ITS navbar entry

Dear Experts,
Using transaction launcher, we have configured an entry at navigation bar that allow us to consult an Sales Order in CRMD_ORDER transaction (using ITS and passing the currentOneOrder Guid).
My question is: It is possible to navigate directly to this navbar entry  whenever the user clicks on a Sales Order at inbox, instead of navigating to standard Sales Order BSP view?
I'm aware that there are BADI's that allow us to manipulate the navigational link (CRM_IC_NAVI_BADI or CRM_ICWC_SERVICE_NAV), but I don't know how to indicate a navigation to an ITS entry.
Can anyone help?
Thanks and regards,
Bruno Garcia

Hi Bruno,
The NavbarView.htm contains all the links (they are build up dynamically). the controller CL_CRM_IC_NAVBARVIEW contains 3 methods to navigate to all different possibilities: URLs; Links and Classes.
NAVIGATE_VIA_CLASS
NAVIGATE_VIA_LINK
NAVIGATE_VIA_LTX_ID
What you can do is put an external breakpoint in method NAVIGATE_BY_ENTRY_ID en see in what method above the standard goes when you click on the ITS entry on the navigation bar.
Then what you will have to do is copy the coding that it executes and probably create a new navigational link with as source view the AUIItems.htm (results from Agent Inbox) and navigating with the same target view as what the standard does.
Hope this helps.
Kind regards,
Micha

Similar Messages

  • How do I delete an LDAP entry and all of its child entries via PL/SQL

    I need to be able to delete (via PL/SQL) an entry and all of its child entries on my OID LDAP Server. None of the the procedures in the provided DBMS_LDAP package seem to bable to do this. For example, the delete_s procedure can only delete entries that are leaf nodes (no children). This will not work for me.
    I realize that I can execute the bulk delete shell script to do this, but this is via the command line, not PL/SQL.
    While I think I could write some PL/SQL code to parse through each entry using the "search_s" procedure and delete them one by one using the "delete_s" procedure, this doesn't seem very efficient. It seems like this should be a fairly common request and Oracle should have already addressed it.

    Sorry, to be clear, it's form fields on a web page that bring up all previously entered information.... I want to deleted some of these individually, but not all

  • Change to Navbar Template Results in Navbar Entries Not Being Generated

    Hello all,
    Running v3.2, created a theme based on Theme 13 and user asked to have the navbar entries appear a little bigger and bolded. The original navbar entry template for theme 13 is:
    <a href="#LINK#" class="t13NavLink">#TEXT#</a>I changed it to:
    <a href="#LINK#" class="t13NavLink"><style type="text/css">a.t13NavLink {font-size:11px;font-weight:bold;}</style>#TEXT#</a>This appears fine in the existing application, however, I made this theme into a Workspace Theme and tried to generate an application using it. For some reason, the navbar entry for "Logout" no longer gets generated automatically. I'm no expert in CSS so I'm not sure if what I did above is best, but does anyone know why the application wizard would actually not generate something because of what is in the template being used?
    Thanks all!
    John

    There seems to be something going on with using Workspace Themes in general to create new applications. To try to eliminate my theme as a possibility,
    1) I created an application using the built-in Theme 13. The Logout link on page 1 shows as expected.
    2) I made Theme 13 into a Workspace Theme.
    3) I created an application using the new Workspace Theme (which is just Theme 13 made into a Workspace Theme). The Logout link is not generated. Not for the initial page 1 or for any other pages I create in the application.
    For now I'm just going to pretend the Workspace Theme feature doesn't exist. I'll create all new applications with Theme 13, import my custom theme, switch to it, and delete Theme 13 from the application.
    If anyone would like to give the above a try (my version is 3.2.1.00.12), I'd be curious to hear if I'm the only one seeing this for some reason.
    Thanks again,
    John

  • How to create multiple pages within one navbar entry

    I'm trying to revamp my site to include specific information and files for the classes I teach at the university. What I'd like to do is to have one entry on the navbar entitled "University Classes" or some such, and have it lead to a page where I can have a list of classes as links, each leading to its own page. Is it possible to do this, or do I need to create an entire new site for this purpose?

    To make the link to the second site be incorporated in to the navbar of the main site add a totally blank page in the main site and name it to indicate the classes site. Then put the following code in an HTML snippet on that blank page:
    <script type="text/javascript">
    parent.window.location = "URL TO PAGE ON SITE YOU WANT TO REDIRET TO"; </script>
    Thanks to Cyclosaurus for this code
    When that page is clicked on the visitor will be immediately redirected to the classes site. You can put a similar blank page on the classes site redirecting them back to the main site.
    OT

  • Login in BSP (WAS) doesn't work when navigating to ITS (PAS)

    Hi,
    We have a BSP application working on WAS, clicking a tab we show a ITS application.
    We have setup Single Sign On (SSO) with the SAP Logon Ticket. On BSP application first we made log on. WAS create a SSO2 Logon Ticket.
    How can we pass any HTTP Header (for SAP-User) from BSP to ITS for PAS?
    WAS 620
    ITS 620
    Best regards.
    Thomas

    I don't know if I have a lot to add on what exactly your setup problem is, but I can tell you that what you are trying to do is possible.  We do the same thing at our facility.
    We logon to a BSP application (which generates the SSO2 ticket).  The BSP then navigates to an ITS transaction. Now when we navigate to the ITS service we always pass through a PAS Service File.  I use the following settings:
    @Copyright SAP AG 2002
    Example Service File for the Pluggable Authentication Service (PAS)
    Remark:The PAS Modul sapextauth must be included in ~xgateways in global.srvc
    There are following types for PAS on ITS:
        X509              --> ITS 4.6D
        NTLM           --> ITS 4.6D
        NTPassword     --> ITS 4.6D
        LDAP          --> ITS 6.10 (remark also note: 509237)
        HTTP          --> ITS 4.6D (see note: 493107 and 494984)
    The following settings are an example for NTLM :
    For detailed information see documentation (http://service.sap.com/security)
    ~theme                  99
    Module
    ~xgateway               sapextauth
    possible settings  -> X509 , NTLM , NTPassword , LDAP , HTTP
    ~extauthtype            NTLM
    For NTLM and NTPassword: NT , for LDAP: LD , for HTTP: define your
    own mapping in USREXTID
    Remark: extid_type UN (user name) can also be set. Then you dont have to
    map in USREXTID, but the authentication mechanism must provide the unique
    SAP System user ID. This might be useful for LDAP and/or HTTP mechanism.
    ~extid_type          NT
    predefine Domainname - only for type NTPassword
    ~ntdomain
    for LDAP connect - only for type LDAP
    #~ldaphost          ldap.sap.com
    ~ldaphost
    #~ldapport          389
    ~ldapport
    #~ldapbasedn                //Base DN
    ~ldapbasedn
    #~ldapuid                //User Attribute Name e.g. cn
    ~ldapuid
    #~ldapsapuid                //SAP User Attribute Name e.g. sapuid
    ~ldapsapuid
    Remark: ~ldapsapuid should be only set in combination with ~extid_type UN
    #~maxtrials          3        //limits the ldap logon trails
    ~maxtrials
    define which HTTP Header Variable contain the User - only for type HTTP
    #~remote_user_alias - the most common and useful value is REMOTE_USER
                        which will be set by webservers for authenticated users
    please remark here note 494984 for the WGate settings
    ~remote_user_alias
    settings for PAS service self
    ~client               088
    ~language               en
    #get a SSO2 Ticket
    ~mysapcomgetsso2cookie     1
    ~timeout                10
    #converts the login input to upper case. Might useful for LDAP and NTPassword
    #if in doubt, set to 1 and maintain USREXTID mapping in caps.
    ~login_to_upcase 1
    after external authentication
    Hostname which should redirected
    ~redirectHost          kww-d15i.kimball.com:81
    path to another service 
    ~redirectPath           /scripts/wgate/su3!
    #~redirectQS (Query String): ITS specific service parameters can be set there
    ~redirectQS             client=088&language=en
    ~redirectHttps          0
    ~login_template         login
    if 1, user get only a ticket, if there is no
    ~dont_recreate_ticket   1
    ~sncNameR3 p:[email protected]
    #~sncQoPR3 9
    ~mysapcomusesso2cookie 1
    ~mysapcomnosso1cookie 0
    ~mysapcomssonoits 1
    This way if my logon ticket already exists, it doesn't try and recreate it.  In this particular situation a Link in our BSP page lets the user change their user profile.  Therefore we launch SU3 using the ITS (WebGui).

  • Steps to define company code and its dependent entries for mm,pm

    Hi Experts,
    kindly share that how to define company code and its dependent assignments for PM & MM module

    Dear Hitendra
    Company code, Contolling area, Profit Center are Financials related fields and are mapped under FI Enterprise structure as its Org unit. Plant (Logistics Plant) is defined in MM. Related modules like PP, PM, SD extend this logistics plant in their repsective modules as Production Planning Plant, Production Plant, Maintenance Planning Plant, Maintenance Plant, Sales Plant etc.
    Company code is never defined in any logistics moudle , its in Financials where it is defined. It is then assigned to the Plant in logistics thru which the company code gets populated easily in respective modules.In contolling end, its controlling area that talks.
    IMG-->SAP Customizing Implementation Guide->Enterprise Structure-->Definition-->Financial Accounting-->Edit, Copy, Delete, Check Company Code
    This is a very broad upper level details for your query. Please search the SCN in relevant spaces for more information.
    Award points if the above explanation was useful...
    KR
    Murad Ahmed.

  • Nokian 6210 Navigator and its accelerometer

    I have two (silly) questions:
    1, How come 6210 Nav can only rotate 90 degree to left automatically (for landscape mode)  but not to the the right?
    2. Is there any way I can use Maps 3.0 in landscape mode for my mobile?
    Thanks

    I have exactly the same problem with my 6210 Navigator. The problem is bt.sisx because you don't have the message : "Device added". I don't have any ideas. Somebody has a solution ?

  • How to create a navigation bar entry with onclick event

    I have requirement of creating navigation bar entry with a an "on click" event. When a user clicking time a location list should open. I didn't understand how to do it on NAVIGATIONBAR_ENTRY.
    Also Navigation Bar Entry IMage is not displaying.
    Regards
    Edited by: satheeshkumars on Oct 25, 2010 7:52 PM

    Do you specifically need to use the onclick event, or do you jts want to run Javascript from the navbar entry? If the latter then you can use the URL method and set the URL to:
    javascript:myfunction()
    If it must be an onclick event then I think you would need to attach it dynamically in Javascript (using jQuery if available) to locate the link somehow (it's not easy to give it a unique ID unfortunately).
    Edited by: Tony Andrews on Oct 26, 2010 10:35 AM

  • Providing locale specific URL for navigation bar entry

    Hi,
    I am using APEX 3.0 on 10gR2 and 9.0.4 app server... I have successfully translated my application, with the exception of navigation bar entry URLs...
    The XLIFF export does not contain entries for the navbar entry URLs, only the labels. I have locale specific URLs for navbar entries (ie french URL, english URL)
    I can't seem to find any information on how to accomplish this... other than removing the navbar, and hard-coding them in the page template...
    Thanks for the help!

    Hi,
    as a workaround. The export will probably never work, because a URL isn't normally considered as language dependent.
    Have you already tried to write the different URLs into application items (which you initialize during login of the user) and reference them in the URL with &YOUR_APPLICATION_ITEM.Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Stock overview using navigation profile in MD04

    Hi,
    after excuting MD04 when i using the navigation profile for the first time to view the the stock , its show all the stock batches. In between when i view the any one of the batch in MSC3n and while  again excuting the MD04 and viewing stock views in navigation profile, its show the last viewed batch stock only.

    thanks for your input.
    i checked the same it copy the last batch on the MMBE. If there is any option to remove the last batch entry in mmbe.
    regards,
    Ramanathan
    Edited by: Ramanathan.KS on Feb 10, 2012 12:20 PM

  • Transaction type called by ITS - Transaction Launcher

    Hello guys,
    In the ICWC in CRM 5.0 what transaction type could we call with ITS by Transaction Launcher?
    For example, I know that we can call transaction like ppoma_crm, bp, is01, but if we defined Z transaction type in the path SPRO » CRM » Transactions » Basic settings » Define Transaction Types,  could we call this transactions by ITS in Transaction Launcher?
    Could you take off me this doubt?
    Best Regards,
    Mary

    Hi
    The transaction launcher allows to connect to any remote CRM ERP or R/3 transaction as well as URLs to a navigation bar. Thus, the remote transactions can be maintained directly in IC WebClient.
    Any link entry of the navigation bar that is supposed to call the transaction launcher needs a navigation bar entry that points to a launch transaction ID. Here the details of the transaction to be launched are described: the launch transaction type, the type of object to be called the method (like create, display, change) and possibly parameters to be passed to the transactions. These settings can be configured using the transaction launcher wizard.
    Transaction launcher supports two types of transaction
    a.     Launching pages of People Centric CRM
    b.     Launching BOR transactions of CRM or any remote SAP system
    Path is IMG&#61664;CRM&#61664;Interaction Center WebClient&#61664;Basic Functions&#61664; Transaction Launcher&#61664; Configure Transaction Launcher (Wizard)
    Business Transaction Profile (Name should be in Capital)
    Three standard buttons in the navigation profile navigate to the views of the CRM business transactions
    a.     Interaction Record: - stores communication related data of communication channels.
    b.     Sales Document: - includes quotations and order status and stores all sales items the customer wants to order.
    c.     Service Document: - It represents the service aspect of a phone call.
    The business transaction profile is controlling which CRM business transaction type is linked to the navigation bar buttons.
    You can assign the interaction record and the sales or service transaction types in two different ways:
    a.     A sales and/or service document will only be created if the agent presses sales and/or service in the navigation bar and makes entries to these documents.
    b.     The sales and/or service documents will be saved as individual documents. Interaction record, sales, and service documents are stored by separate document IDs and are connected by the data flow.
    Path is IMG&#61664;CRM&#61664;Interaction Center WebClient&#61664;Business Transactions &#61664;Define Business Transaction Profiles
    Hope this helps
    Regards
    Rekha Dadwal

  • How to create a navigation bar

    I wanted to create a navigation bar exactly like the one seen
    at the top of this website
    http://stage6.divx.com/ whenever
    i seem to insert a table and then insert my navigation buttons i
    cant move it to the top of the page, i also wanted to know how to
    centralise these buttons if you look on the example i posted
    whenever you re-size your inet browser window the buttons go with
    it. any help
    Thanks in advance
    Rph =D

    Do you specifically need to use the onclick event, or do you jts want to run Javascript from the navbar entry? If the latter then you can use the URL method and set the URL to:
    javascript:myfunction()
    If it must be an onclick event then I think you would need to attach it dynamically in Javascript (using jQuery if available) to locate the link somehow (it's not easy to give it a unique ID unfortunately).
    Edited by: Tony Andrews on Oct 26, 2010 10:35 AM

  • Hide navigation in travel workset

    Hallo,
    Does anyone know how can I hide the navigation bars in the ess travel expenses. I want to hide/remove the navigation bar with the field for the transaction code and the navigation bar above. I am not sure if this are the first and second navigation levels
    Thanks!
    Message was edited by: Milen Ivanov

    Hi Milen,
    the field for the transaction and the above navigation have nothing to do with portal navigation - they come from the ITS.
    Reading through the discussion regarding this navigation in ITS you can not hide the navbar, only the transaction code field. As far as I remember this is ITS parameter ~noheaderokcode = 0.
    Hth,
    Michael

  • Menu entry not displayes

    Hi everyone!
    We use NW2004s SP9 Java (Sneak Preview). I created a user and assigned a collective role: user_role -> user
    Within "user_role" there are several roles that represent menu entries. This is just to simplify user administration. By assigning "user_role" to a user, he will have all the encluded menu entries at once!
    So, each of these included roles are set es entry points. When I log on to the portal as the respective user, no menu entries are displayed. Can anybody explain this behaviour?
    Here's the structure of "user_role":
    user_role
    -> included_role_one
    -> included_role_two
    -> ...
    When I assign the subsequent roles (included_role_one, included_role_two, ...) directly to the user, they are displayed as menu entries. But when I include them into another role (user_role) and assign this one to the user, nothing is displayed.
    What do I have to do in order to display the menu entries?

    OK, I just played around a bit and it's still not working.
    Just one more example to clearify what I want to do.
    role: "Account Manager" (for all users that are account managers)
       -> role: "Accounts" (set as entry point for displaying the menu entry)
           -> workset: "Customers" (will be displayed in the second level navigation)
               -> iView: "Display Customer" (will be displayed in side navigation)
               -> iView: "Change Customer" (will be displayed in side navigation)
           -> workset: "Contact Persons" (will be displayed in the second level navigation)
               -> ...
       -> role: "Products" (set as entry point for displaying the menu entry)
               -> ...
    With this approach I just have to assign the role "Account Manager" to a user and he has all the menu entries he needs. If I want to make changes (add or remove functionality), I only need to update one role for all account managers within the company.
    So, I guess its no use to set the role "Account Manager" as an entry point but the subsequent roles for each menu entry ("Accounts", "Products", etc.) that should be displayed in the top level navigation.
    I just created a group "Account Manager" and added the user "Account Manager" to that group. Then I assigned a role "Account Manager" to that group" This role contains all the roles for the menu entries. Every role that should be displayed in the top navigation is set as entry point but not the collective role "Account Manager".
    Nothing is displayed. If I set the role "Account Manager" as entry point nothing changes. Menu entries are only displayed when I assign the subsequent roles ("Accounts", "Products") to the user directly.
    I really don't know what to do in order to change this behaviour...

  • Using Same Request with prompted filters in Guided Navigation

    Hi Gurus,
    I have a requirement wherein i have to show a report only when it returns results.
    For this i put the request in a section and applied a guided navigation using the same Request as source Request.
    Can i use the same request in the guided navigation as source request?
    In the Request there are filters which are Prompted
    My question --> in the Source Request in Guided Navigation , do i have to make the filters as prompted or do i have to make them equal to Presentation variables,which are populated from dashboard prompts.
    Also i have one of the prompt as multiselect prompt...
    Thanks
    Ashish

    Ashish,
    Yes, you can use the same request here.
    For request, you can use 'IsPrompted' if same column is used in Prompt else use presentation variable here which is populated from the dashboard prompt. Just based on the selected 'specific' value the report shud show results.
    Refer
    http://varanasisaichand.blogspot.com/2010/02/dashboards-as-prompts-in-obiee.html?m=1
    http://bischool.wordpress.com/category/guided-navigation/
    Hope its useful...

Maybe you are looking for