How to display complete menu tree for a particular SAP user in UI5

Hi Experts,
I am trying to display menu tree for a particular SAP user on click of button placed in shell content.
I am referring this link
Displaying the Complete Menu Tree - User Interface Add-On for SAP NetWeaver - SAP Library
But I am not getting the exact process.
Can anyone please provide some help.
Thanks in advance.

>
cranjith kumar wrote:
> I am displayed a user name and password columns in
> screen painter.if i will not fill any one of the two fields
> means then a message will be display.
> My requirement is if i wont fill the "username field"
> means then the cursor should not move to the
> "password"  field (i.e we should not able to enter passwords)
> and a message should be displayed to indicating that
> user name is invalid.
> Kindly send me the coding for this one immediately.....
How about you immediately try to figure it out for yuorself?  Read the SAP help on screen development and search these forums.  Here's a hint, look at things like FIELD and CHAIN in your PAI...

Similar Messages

  • Extract Menu Tree for All Active Menus

    All,
    I am trying to create an extract of the menu tree hierarchy for a group of "active" menus (i.e., active in that the menu is assigned to a responsibility which is assigned to a user). I have used the following query which returns the menu tree for a given MENU_ID (&MENU_ID):
    SELECT      LPAD(' ', 6*(LEVEL-1)) || menu_entry.entry_sequence sequence
         , LPAD(' ', 6*(LEVEL-1)) || menu.user_menu_name SubMenu_Descrition
         , LPAD(' ', 6*(LEVEL-1)) || func.user_function_name Function_Description
         , menu.menu_id
         , func.function_id
         , menu_entry.grant_flag Grant_Flag
         , DECODE(menu_entry.sub_menu_id, null, 'FUNCTION', DECODE(menu_entry.function_id, null, 'SUBMENU', 'BOTH')) Type
    FROM      apps.fnd_menu_entries menu_entry
         , apps.fnd_menus_tl menu
         , apps.fnd_form_functions_tl func
    WHERE      menu_entry.sub_menu_id = menu.menu_id(+)
         AND menu_entry.function_id = func.function_id(+)
         AND grant_flag = 'Y'
         START WITH menu_entry.menu_id =      (
                             SELECT      menu_id
                             FROM      apps.fnd_menus_tl menu2
                             WHERE      menu2.menu_id = '*&menu_id'*)
         CONNECT BY menu_entry.menu_id = PRIOR menu_entry.sub_menu_id
    ORDER SIBLINGS BY menu_entry.entry_sequence;
    I would like to be able to run the above query, and subsequently spool to file, for all of the MENU_IDs returned as a result of the following sub-query (i.e., replace the &menu_id value with the menu_ids returned from the following query):
    SELECT      FM.MENU_ID
    FROM      apps.FND_MENUS FM,
         apps.fnd_user_resp_groups furg,
         apps.fnd_responsibility fr
    WHERE     fm.menu_id = fr.menu_id
         AND furg.responsibility_id = fr.responsibility_id;
    Any help would be appreciated!
    Thanks,

    Hi;
    Please see below threads which may helpful for your issue:
    Migrating menues from oracle 11i to R12
    How to use FNDLOAD for functions, menus and responsibilities
    Menu Deleted
    Also see:
    Menu Deleted
    Regard
    Helios

  • Automatic menu tree for app pages

    Is there a way to generate an automatic menu tree for all the pages in an application?
    The index Carl's app has at http://htmldb.oracle.com/pls/otn/f?p=11933:5 seems to be manually maintained. Add a page to the app, add it to that list.
    It would be really nice to have a way to have a TOC (Table of Contents) or Index page for an app that would automatically pick up any new/updated/deleted pages in an application and keep the menu tree current.
    I guess this goes back to the (already discussed) request to expose views into the Apex metadata tables that we could use to build pages like these. It could take the same approach as the handful of views that are already there (htmldb_collections, htmldb_application_files, etc) i.e. the view already puts in a predicate to restrict the data returned to the currently logged in workspace/sgid.
    Thanks.

    "405764", yes, I agree that I need to tell Apex how the pages are related, that's kind of my point. There is no place the current version to indicate this to the App Builder (and neither are the relevant metadata tables/views exposed).
    I guess the best way (at this time) is to maintain the intra-page relationships in my own little metadata table and build a hierarchical menu tree/page off of it.
    But given how easy everything else is in Apex, this seems like a omission, that's all!
    Similar to how Version 2.2 added the Access Control feature where it maintains some security related data in a set of tables and uses that to build a dynamic security framework, it could maintain these intra-page relationships in a set of tables and give us a out-of-the-box hierarchical menu tree.
    Thanks.

  • How to change the menu text for menu exit in Version 3.1i

    Hi,
    I am working on an enhancment in CJ02 transaction in 3.1i version. I have implimented menu exit for it , but I am unable to change the menu text for it.Please let me know how to change the menu text for that menu.
    Thanks
    Suman

    Hi Shree,
    Thanks for the response. Please find the Enhancement name here "CNEX0006".
    Thanks
    Suman

  • How do i search a textfile for a particular value?

    How do i search a textfile for a particular value?
    I have made the records etc, six fields per record, i would like to find a value which is typed into the search textbox, find the record in the textfile and display the record in the boxes used to enter the data.
    SO HOW WOULD I SEARCH A TEXTFILE?
    Thanks very much for your help, Antony (UK)...

    If it were me, I'd use Lucene. Each line could be a separate document, and each field would be a field in Lucene. That would provide you one of the fastest and most flexible ways to do what you want.
    Or did you mean you want someone to complete your homework assignment? :-)

  • How to Use the same iview for both KM End User and the KM Administrator

    Hi friends,
    *This is my scenario :* How to Use the same iview for both KM End User and the KM Administrator but with different Context
    Menu Options.
    i followed these steps but im getting same context menu for both KM End User and the KM Administrator .
    Assign the role Content Administrator to the user km_admin. This is needed so that km_admin can change
    the presentation settings for the KM Folder u201EReports_kmFolder‟.
    Now, login with user km_admin. Navigate to the Km Folder reports_kmFolder through Content Administration
    -> Km Content. Click on Details link of the folder reports_kmFolder.
    Go To Settings -> Presentation. Click on the tab u201ESettings for You‟-> Click on button u201ESelect Profile‟.
    Select the radio button corresponding to u201Elayout Set‟, and choose u201EConsumerExplorer‟ from the dropdown.
    Click u201EOK‟.
    Select both the check boxes corresponding to Items Affected as shown above, and click u201ESave‟
    Now, remove the u201ESuper Administrator‟ role from the user km_admin and login with this user.
    How rto resolve this????
    Regards,
    Prasad.

    Hello Prasad,
    Most likely the user km_admin still has system principal roles assigned, even though you removed the Super Admin role, you should check that this user doesn't have any other admin roles, otherwise it will be considered a System Principal user and will therefore still have access to all content. For more information see http://help.sap.com/saphelp_nw70/helpdata/en/19/56f28fbd4e11d5993b00508b6b8b11/frameset.htm
    Try creating a new user with just read access to the content and you should see that it will not be able to make any changes etc.
    Regards,
    Lorcan.

  • How to add a related content for a particular document in UCM

    Hi All
    How to add a related content for a particular document in UCM. On which table it stores all the related document details. Can anyone suggest me a document which helps me to know how to add related contents for a document
    With thanks and regards
    Anoop

    I believe there is a PDF doc which comes with the component (it should be at your harddrive when you install it), which describes everything you will need.
    In a nutshell, there are two types of relationship: sibling - sibling, parent - child (there are some more nuances, but it follows the same logic).
    A relationship is created between two existing items (not sure, if you can also create a relationship for a new checked in item, but it would be just a usability). You select the type of relationship and the item - I believe depending on the relationship you may start from either item. The dialog to start is INFO (display metadata) or UPDATE (update metadata).
    When a relationship is created you may watch it also from either end (again INFO is the starting point).
    It is quite self-explanatory, so if you have the component installed you may just play around with it for a while and that is it.

  • How to find the customer exits for a particular transaction

    hi
    how to find the customer exits for a particular transaction

    Hi jyothsna vankadari ,
    ther is a convenient way to find all BADIS called. You may know that BADIS are the newer version of EXITs.
    I would suggest you to go for BADI.
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    Regards,
    Clemens

  • How do I get resale rights for a particular Cloud Service ?

    How do I get resale rights for a particular Cloud Service ?

    Each Cloud Service has the resell criteria and any training required listed on their respective Knowledge Zones. In the KZ click on the "Apply to Resell" tab and there you will find 1 steps. Step one lists all of the items that are included within that product family. Step two lists the criteria. Once you complete all the items in step two, then you select Step 3 that will walk you through the actual process to apply. As mentioned in one of the other questions here, you also need to be Gold member or higher, have an active FUDA (Full Use Distribution Agreement) and a CSDA (Cloud Services Distribution Addendum). All of the products that are included in resell, along with links to their respective KZ's can be found at oracle.com/partners/goto/cloud.

  • How to run a search query for a particular folder in KM related to portal

    Hi,
    Can any one tell me the steps for : how to run a search query for a particular folder in knowledge management related to portal.
    Answers will be rewarded.
    Thanks in advance.
    KN
    Edited by: KN on Mar 18, 2008 6:33 AM

    Ok u may not require a coding
    But u req configuration
    U should first make a search option set
    Link: [Search Option set|http://help.sap.com/saphelp_nw04/helpdata/en/cc/f4e77ddef1244380b06fee5f8b892a/frameset.htm]
    Then u need 2 duplicate a KM Command by the name Search From here
    and customize it to include the Search Option that u have created
    Link: [Search from here|http://help.sap.com/saphelp_nw04/helpdata/en/2a/4ff640365d8566e10000000a1550b0/frameset.htm]
    Then in the layout add this command.
    Regards
    BP

  • I movie 11: how do i find an event for a particular clip in my project

    I movie 11: how do i find an event for a particular clip in my project

    Thanks so much for your response.  I tried that though and it did not work... any other suggestions?

  • How to get a organization name for a particular user using API's

    Hi alll,
    How to get a organization name for a particular user using API's

    You need to do something like this:
    SearchCriteria criteria = new SearchCriteria("User Login", "XELSYSADM", SearchCriteria.Operator.EQUAL);
                   UserManager usrService = oimClient.getService(UserManager.class);
                   Set<String> retAttrs = new HashSet<String>();
                   retAttrs.add(UserManagerConstants.AttributeName.USER_ORGANIZATION.getId());
                   List<oracle.iam.identity.usermgmt.vo.User> users = usrService.search(criteria, retAttrs, null);
                   System.out.println("ORG KEY :: " + users.get(0).getAttribute("act_key"));

  • How to increase the table space for a particular table?

    Hi Friends,
    I want to know how to increase the table space for a particular table and how to check the table space size of a particular table. Please can any one send the SQL Script. I am very much poor in DBA Part.
    Thanking You ..
    Kiran

    Kiran - you should post this question on the SQL/Database forums - this is a Forms specific forum...
    Regards
    Grant Ronald
    Forms PRoduct Management

  • How to display grouped tracks tree-like?

    I imported lots of classical CDs and I grouped some works using the 'Grouping' field of the song information dialog. The grouping I added appears in the column 'Grouping' , but however, I'd like to have the groupings displayed in a tree-like structure. I know iTunes can do that, because I have seen it in the music store (on some classical CDs).
    Unfortunately, the help files and FAQs don't tell a lot about grouping.
    How can I enable the tree-like display of groupings in my library?
    FYI: I am using iTunes 6.0.1 on Mac OS X 10.0.3
    Thanks for any help
    Michael

    I'd like to have the groupings displayed in a tree-like structure. I know iTunes can do that, because I have seen it in the music store (on some classical CDs).
    Ohh! That would be Folder Structure then. A useful feature in other circumstances of running tracks together while in Party Shuffle or Shuffling a list. iTMS can obviously do it, but apparently not iTunes.
    Suggest you log a request at http://www.apple.com/feedback/itunes.html
    Grouping seems another way of making a regular or smart playlist, but would not affect how those songs get displayed in viewing the library. The word "grouping" gives the impression of doing somethiing more I think.

  • How to display the proxy settings for a specific group of servers in an OU ?

    Hi,
    Can anyone here please assist me in how to display the value of Proxy server settings from the computers in a specific OU member ?
    $Computers = Get-ADComputer -Filter * -SearchBase "OU=Terminal Servers,OU=Servers,DC=domain,DC=com" | Where-Object { Test-Connection $_.Name -Count 1 -Quiet }
    ForEach ($Computer in $Computers) {
    | Export-csv "C:\Proxy-Setting-Results.csv" -Append -NoTypeInformation -UseCulture
    I've done similar script for some other task but not sure how to do this for Proxy setting.
    Thanks.
    /* Server Support Specialist */

    Proxy settings are not set in Active Directory
    The below code works for 2003 servers and Win XP
    $colItems = get-wmiobject -class "Win32_Proxy" -namespace "root\CIMV2" `
    -computername $env:computername
    foreach ($objItem in $colItems) {
    write-host "Caption: " $objItem.Caption
    write-host "Description: " $objItem.Description
    write-host "Proxy Port Number: " $objItem.ProxyPortNumber
    write-host "Proxy Server: " $objItem.ProxyServer
    write-host "Server Name: " $objItem.ServerName
    write-host "Setting ID: " $objItem.SettingID
    write-host
    You can try checking the registry values- Works in 2008 + and Windows 7
    Get-Item 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings'
    or use netsh
    netsh winhttp show proxy -r <remotemachinename>
    Regards Chen V [MCTS SharePoint 2010]

Maybe you are looking for

  • I can't open any movie in iMovie

    I downloaded iMovie '11 on my MacBook Pro and I haven't been able to open any movies in it. I keep changing their format but nothing seems to work. Any suggestions?

  • Transfer PO from SRM to R/3 - Error in Process

    Hi, I have a big problem witch ONE PO in SRM. We are working in SRM, extended classic scenario. I have ONE PO which I can't get to our R/3 system. The error message SRM respont with is: 'Net price must be greater than 0'. I have been looking into the

  • Inter company sales process...

    Dear All Assigned step 1 but while doing step 2 & 3 Step: 1 DEFINE ORDER TYPES FOR INTERCOMPANY BILLING Path: IMG -- SD-Billing -- Intercompany Billing -- Define Order Types for Intercompany Billing. order type is assign to IV intercompany Step: 2 AS

  • CS3 FLVPlayback doesn't allow parameters?

    It seems that with CS3, you can no longer load flash videos from URLs that have query strings, even if it has the proper .flv extension. IE: http://someserver/download.flv?file=myfile.flv will fail. The same URL will work fine with the Flash8 FLVPlay

  • Is IBooks Author available in Australia?

    I can't find it anywhere at Apple.com.au.