Can we control Work center group links using auth object UIU_COMP

Hello All,
We are running into an issue while doing our PFCG role configuration.
I need to know if we can control Work center group links in a business role through auth object UIU_COMP.
We can control Workcenter's but not 'Work Center Group Links'.
Here is what we did:
- We have a business role Z_RA_DEFAULT.
- The Nav Bar Profile SRV-PRO for this business role has some work center group links that are checked in menu and visible.
- I'm trying to find the values in the auth object UIU_COMP to restrict Work center group links.
- Even though the values Work center group links are in menu and visible,
I want to remove these Work center group links from the screen using the auth object.
- If we remove the check from in menu and visible in the business role the Work center group links disapper from the screen.
Right now this is only way we are able to controle Work center group links.
Question:
- Can I use UIU_COMP to restrict Work center group links?
- any another auth object that controle Work center group links?
- any document/ website / info  available which tells us what can we restrict with auth object UIU_COMP?
- or any other way of doing this... like code change, user exit, ....?
Really appreciate your help.
Thanks,
Nasir

I am not sure if I have understood the issue correctly, but still what stops you from actually creating a clone business role to your existing business role and deactivating the in menu visible work center group links. Use this new business role for users who need to be prevented from viewing the work center groups links in question.
If you are going to use authorization objects to control the visibility wont it impact all users (still defeating your original purpose?)
Again apologies in case I have got the question wrong.

Similar Messages

  • How Can i Block the Work Center Once is used in Maintainence Order

    Dear Experts,
    How Can i Block the Work Center Once is used in Maintainence Order in PM module.
    In standard its not blocking the Work Center automatically. How this can be achieved.
    Regards
    Raghu
    Edited by: raghu m on Apr 21, 2009 10:36 AM

    Hi Muthukumar,
    1. You can using the user exit or BADI to control this.
    CONFPP01            PP order conf.: Determine customer specific default values           
    CONFPP02            PP order conf.: Customer specific input checks 1                     
    CONFPP03            PP order conf.: Cust. specific check after op. selection             
    CONFPP04            PP order conf.: Customer specific input checks 2                     
    CONFPP05            PP order conf.: Customer specific enhancements when saving           
    CONFPP06            PP Order Confirmations: Actual Data Transfer                         
    CONFPP07            Single Screen Entry: Inclusion of User-Defined Subscreens            
    BADI
    WORKORDER_CONFIRM
    the above are the user exits that are available fro the CO11N tcode.
    2. we have to take a help of the abaper to write coding fort his.
    3. The user exit should be called for the
    Work Center : YYYYY
    then check the relevant Work Center Once is used in open Maintainence Order and if it has a entry if then give a error message else allow the CO11N to perform.
    Regards,
    Sankaran

  • Authorization for Work center, logical links and components

    Hi Gurus,
    Can authorization be given to Work centers, logical links and components.
    Thanks,
    Sarat.

    It can be done using Authorization object UIU_COMP. it has 3 fields :
    Component Name
    Component Window Name
    Inbound Plug
    Note : You can maintain authorizations based on components, WC pages, Direct links groups and direct links but not on views.
    Authorization object for direct links : C_LL_TGT which has 2 field : Logical Link Type and Link Parameter
    Hope this helps,
    Cenk Sezgin

  • Work Center Group Confirmation

    I have the following Work Centers:
    FOUNDRY
    WC1
    WC2
    WC3
    I made a hierarchy where all the work centers are under FOUNDRY.
    Now I use WC1/2/3 in my routing. My question is, is there anything that can be done where I could confirm just FOUNDRY and all of the operations in the work centers beneath it would be automatically confirmed?
    Also, when I follow up I dont want to follow up on each individual work center, I want to follow up on the FOUNDRY level, possible?

    but that would mean in my routing I have to put
    WC 1 / 2 / 3 and ALSO FOUNDRY (which is not logical, foundry is just created to group the WCs)
    Also that would also leave the problem of following up on the Foundry level, I need a report that wouldn't show the WC1/2/3 just show the progress on the FOUNDRY (group) level.
    Thank you

  • How can i control my new mac mini using my new macbook air? Thanks

    Hi, I would like to control and even file share my macmini using my macbook air... the mac mini is plugged into the family 50inch plasma... so getting access to it is not always easy! I'd like to play itunes, films, file share, just about do everything from the macbook air as if I was on and in front of the macmini... i'm hoping to do this from any country using wifi!
    I've looked at screens - vnc client, but can;t find anywhere where it says I should download the app... is there a master to download to the mac mini, then waht do i download to the macbook air to enjoy control... also am i expected to download twice and pay twice?
    I'm very new to the mac world... loving it, but lots to learn! Appreciate your help, thank you
    Chris
    PS... bonus if I can also control the mac mini using my iphone4 and ipad 2 (yup, my bank balance took a major hit.... apple certainly got me hooked!)

    Sceen sharing is built into the OS  go to your help in the finder and type in "screen sharing"
    To set up screen sharing: (on the mini)
    Choose Apple menu > System Preferences and click Sharing.
    Select the Screen Sharing checkbox.
    To specify who can share your screen, select one of the following:
    All users: Select this if you want to allow any user with a user account on your computer to share your screen.
    Only these users: Select this if you want to restrict screen sharing to specific users.Click Add at the bottom of the Users list and select a user from Users & Groups (accounts you have set up in Accounts preferences), Network Users (users on your network), or your Address Book. Or click New Person and enter a name and password to create a sharing account. Then select that user from the list and click Select.
    Click Computer Settings and set the following options:
    Anyone may request permission to control screen: Select this to allow anyone on your network to request to share your screen.
    VNC viewers may control screen with password: Select this and enter a password that VNC viewer applications can enter in order to control your screen.
    It’s recommended that you not set a password if you only share this computer’s screen using the built-in screen sharing viewer in Mac OS X.

  • Can we control order of cycling when use same access key in multiple locations

    Hi,
    I'm using Jdev 11.1.1.6, IE 9, Firefox 24.0.
    I have created simple jspx page having two buttons, named Add and Close. Close button has got access key as C. When click on Add button I'm calling a <af:popup> and that popup contains two buttons Submit and Cancel. Cancel button has got access key as C. Basically in one jspx file I have got two button using same access key. At runtime those buttons will display one in page and one in popup. 
    In IE: it works fine. When I do access key on popup it will close down the popup.
    In Firefox: it will first focus to the button on the page. When I access the same key for the second time it will set the focus to button on popup and will not execute the action.
    If I'm using different letters it will perform the action in firefox and IE both. In my requirement I need to use the same letter.
    I read in oracle documentation "If the same accessKey appears in multiple locations in the same page of output, the rendering user agent will cycle among the elements accessed by the similar keys.". So it seems to be an expected behaviour.
    My question is: Can we control the order of cycling. i.e. If we do access key on popup, can we first focus on the button in popup instead of button on the page in firefox.?
    Greatly appreciate your ideas.
    Thanks.

    Hi,
    unfortunately yes, the cycling behavior is up to the browser.
    Frank

  • Buyer Work Center - Group by Choice List Needed to Requistion

    Hi Guru's,
    In R12.1.3 Application - Purchasing Super User
    I am looking for personalization of self service page in PO Buyer work center for Requisition update.
    I wanted choice list/LOV Group by in Request header of Requisition self service page to be defaulted to "Requisition" instead "Default".
    I didn't find option in self service personalization of this page. Can some body help me in this how to default it to requisition.
    Thanks in advance...
    Edited by: user8822881 on Sep 24, 2012 6:22 AM

    Hi,
    You need to do it by profile option setup.
    Setup the profile option "PO: Default Requisition Grouping" to "Requisition" at the site level.
    You have two options - "Default" and "Requisition".
    Thanks,
    PS.

  • Can a PM work center operation be split without assigning to individuals?

    We have a requirement to split the work time of a PM operation into more than one non-consecutive time period.  For example a maintenance trade work center containing 3 individuals is required to perform an operation that takes 40 hours.  Due to the plant schedule the work will be carried out in 20 hour segments.  20 hours in week 5 and 20 hours in week 7.  Can this operation be dispatched as a split without assigning the splits to individuals in the work center?
    We are using:  SAP Appl Release 470 and
    SAP R/3 Enterprise PLM, SCM, Financials  Release 110 and the latest support packs.

    Question is being posted to EAM Forum.

  • Can I Control Some One Elses iTunes Using Remote App on my iPhone

    I have iPhone with Remote app and obviously can control my iTunes with it around the home with my Airport Express...
    Heres the situation :
    I'm round at my mates having a BBQ, can I log into his account with my iPhone so I can use the remote app to change his cheesey choice in music?
    Can this be done if my phone is already logged into my itunes account? Can I simply log out of mine and into his, with his permission of course, to take control of music selection...
    Or would I have to go as far as syncing my phone with his iTunes account? In which case its not worth it, because I would the lose all my music wouldn't I, until I resynced with my account...
    Thanks for anyone taking some time to answer this for me...
    Andy...

    I have the exact same problem trying to use the Remote app on both my iPhone 3gs and iPad 2 with either my Mac or ATV2.  My Remote app used to work on my phone - I can't recall if I ever actually used it with my iPad, but when I tried today, I got all the same results as you did (on both iPad, and then iPhone).  I  was using my ATV2 to play music from iTunes on my Mac and wanted to use the Remote app, but it would not connect to either device no matter what I did. 

  • Work center HRMS link

    Hi ,
    I know how to map people  to PM work center . But when i want to assign a person ...The server can't get me the person list . It looks like no HR data is connected in background . How should  we enable this ?? I.e how to connect HR server/table  so that I get results to map to people)
    NP

    The transaction for creating the Org Structure is PPOCE for Create and PPOME for Change.
    I do not have the actual steps but you will need to create a number of employee's in HR and then create a simple structure and try this out. If you have an HR consultant working with you ask them for some help.
    Jim
    Alternatively if you have no one you can get to help try doing a google search on SAP HR ORG STRUCTURE
    Jim
    Edited by: JamesPetrie on Feb 23, 2012 11:09 AM

  • How can I control the PP (monitor) volume using my computer volume controls.

    I'm no longer able to control the PP (monitor) volume using my computer volume controls. I've always controlled the monitor volume using my computer volume levels, but starting today, that has changed.
    The volume is just playing at the level recorded with no way for me to turn down or up.
    I performed a disc repair and that didn't solve the problem.

    Does the OS volume control affect anything?  System beeps and sych?

  • Can I control/operate a iPad 3 using an iPhone or iPod...?

    LS,
    In stead of getting an AppleTV, I want to buy an iPad 3 and install it permanently next to my LED TV. I will conntect the iPad 3 to my TV using the Digital HDMI Adapter but I need a way to control/operate the iPad 3 from a distance (like remote control) using either an iPhone or iPod or any other 3rd party device (remote control) that may exist.
    Any suggestions/comments will be appreciated.

    Basically I want to avoid installing a satellite dish for Arabic channels, so there is a company offering 200+ arabic channels but you need to buy a box (receiver) which connects to the internt so toy can watch the channels. This box costs 400.00 US Dollar. This same company does have an app for iPhone and iPad and it works just perfect.
    I have it on my iPhone and I can watch satellite channles on my TV through my iPhone.
    Now to avoid buying a 400.00 US Dollar box, I can buy an iPad 3 for the same price, install it (semi)permanent next to the TV and watch satellite channles, so it here where the remote issue somes in: I need a device to be able to control the iPad 3 from a distance.
    I'm not sure if Tango Remote is an option but since its just 5.00 US Dollar, i can buy it and test it between my Iphone 4 and my iPod (as a remote).
    Additional: another alternative would be: getting the iPad, installing an AppleTV on my TV, and I can do airplay and/or mirroring on my TV.
    Message was edited by: naldana

  • How can I control a dc motor speed using an optical switch?

    I am trying to use LabVIEW to create a VI that controls the speed of a DC motor. The system needs to have an user set rpm and the DC motor needs to adjust the duty cycle to obtain the correct rpm dependant on the load. A disk with holes and an optical switch is being used to measure rpm.
    The current problem is that I cannot get the rpm based on the optical switch.
    Thanks for your help!
    Attachments:
    Speed reg.vi ‏183 KB

    The error for the samples to write does not appear after redoing the vi. Thanks. The controller seems to be working mostly.
    However, the issue with the Tone Measurement reading inaccurately at low frequencies still exist. Any ideas?
    I have attached the latest vi.
    Thanks again!
    Attachments:
    speed_reg_v2013-05-07.vi ‏183 KB

  • Can't connect Z10 to BB Link using Wi-Fi

    I'm using Windows 7 and can see my Z10 in Link while I have the USB cable plugged in. As soon as I unplug the USB my Z10 shows as being disconnected. The Z10 shows that I'm on the home Wi-Fi network and the computer is connected to the network. When I open file manager on my Z10 I can see the home computer but keep getting a message that says make sure the computer is turned on and connected to the internet. I'm writing this message and posting it on the computer that supposedly isn't either on or on the internet.

    I would try to update the wifi routers firmware and
    try to see if removing encryption helped (the WEB encryption which is 100% rubbish anyway seem to give a lot of people problems)
    and if it was set not to broadcast ssid i would try to make it broadcast it again
    and if my setup was using MAC address filtering then I would remove that or add the iphones MAC address to the allowed list

  • Remote desktop 3...can i control work computer from home computer

    want to be able to control my work computer on a diff network from my home computer
    and what kind of lag is involved?

    Yes as per the last poster connect via VPN and add your machine.
    Works pretty well and if on good connections then not much lag at all. On busy networks and slower internet connections it can get a bit slow.
    Depending on your setup there are other easy programs as well such as logmein free or similar that require no VPN or settings or playing with firewalls.
    Depends on the size of your company and their procedures. If they have VPN in place great or if you control and set all that stuff up - It's pretty straight forward.

Maybe you are looking for

  • Record to SD (SHDC) Card?

    Call me crazy, but my new MacBook Pro has an SD slot. I want to buy a 32gb SDHC to record a few sessions. Though SD has a write limit somewhere around 20mb/s, I was wondering if this is enough for audio. I won't be recording more than 1 vocal or inst

  • Powerbook won't boot past apple screen, disk utility can't repair

    Last night I applied the most recent software updates, I don't remember exactly what they were but there was a Java update, a security update, a quicktime update and an itunes update. after the required restart, my powerbook g4 won't boot past the ap

  • Oracle UCM - Extract IPTC data from images

    Good Day, I'm hoping that someone might be able to point me in the right direction. I'm trying to extract IPTC data from images originating in lightroom and map that data into custom metadata fields on check in. I've installed content categorizer but

  • Integration 8.1 Works with Weblogic 9.2???

    Hi, I am trying to find out if the latest version of the Integration works with the new released Weblogic 9.2. I suppose Integration will come with BEA its own IDE and is not Eclipse based. Can we deploy an 8.1 Inegration Project on weblogic 9.2? Any

  • Built In Enthernet Cable not Plugged in

    Hey folk I need your help in finding the solution to having Tiger recognise that I do have a cable plugged into the ethernet port. I have ain Network Prefernce a red dot next to built in ethernet and is gives me a message that it isn't plugged in but