Report on users having a single function

Hi,
I would like to know what is the best practice to get an analysis on all users having a function (not a SoD)?  Do I need to create a risk type 'critical action' for each function ?
Thanks
Bill

Correct. You could define a Critical risk.
Claudio

Similar Messages

  • Report generation for users having specific license type

    Hi friends,
    For my project purpose i have to generate report which has userId,License type of the user,corresponding composite role and single roles assigned to the user and transaction code.
    I can get the report for user and license type from USR06 and roles,transaction from SUIM.
    But I need a combined report of this. Is there any transaction code which helps me in doing this.Please let me know.
    Thanks in advance,
    With kind regards
    Karthick

    > For my project purpose i have to generate report which has
    userId,
    License type of the user, TCode:  USMM
    corresponding composite role and single roles assigned to the user and transaction code.
    1. Table:  AGR_USERS, AGR_TCODES / USR08
    2. SUIM -> a) Users by Complex selection criteria -> Execute -> Click on Roles => Full list of Roles per user.
                 -> b) Transaction -> Executable for users (all selection option)
    >
    > I can get the report for user and license type from USR06 and roles,transaction from SUIM.
    >
    > But I need a combined report of this. Is there any transaction code which helps me in doing this.Please let me know.
    1. As mentioned by Saby: use TCode SQV1 to map all the tables with a meaningful "foreign key".
    2. Download all Table contents and map them in excel by using functions.
    Regards,
    Dipanjan

  • How to create a report of users in ucm about their roles and permission

    Hi All ,
    I need to create a report and it should contain all the users in ucm as well as their roles and permissions. Basically the report would be for the admin who can see all the users in a single report and can know about the roles and access of each and every users.
    How to create such report ?? I have tried from web layuot editor but the default report template i.e stdUserReport in user datasource does not contain more than three fields..Is there any method to get such kind of report???
    Please suggest!!

    There was an example component to demonstrate this kind of function. Under Stellent in version 7.5
    I do not know if they hand it out anymore but it is not on the standard samples page for Oracle. You may want to open a Support SR to ask for it. It should still be around in their servers if they can get permission to hand it out as a sample again.
    Sample CustomReports component to demonstrate how to create customized reports
    CustomReportsBundle.zip
    Date:     October 30, 2006
    Sample Version:     version=2006_10_20 (build 1)
    Product and Version:     Content Server
    Sample Status:     This is a Stellent Sample. Stellent Samples are free and include non-supported add-ons, utilities, tutorials or programming examples. It may require additional configuration or security auditing for maximum effect. It is not supported by Stellent without a consulting engagement.

  • How to create the file on a location where user having rights?

    Hi,
    I have requirement, in my application a lot program thatcreating a report in a file and it is written into a user location. Now it specified directly like ( c:\ or d:\......).
    The problem is that the user doesn't have rights to access that directories. What i suggest or feel i want to create that particular reports on a location where the end user having rights.
    Basically in Windows system %userprofiles% having right to do anyting. Suppose the OS installed in C: the %userprofiles% c:\documents and settings\username or D: then D:\Document and settings\username.
    How to achieve this please help me.
    Good help will be appreciated.
    kanish

    Hello,
    The best practice would be to create the file in My Documents for the current connected user to the windows.
    Unfortunately, you did not mention your forms version. In older version like 6.x there is function in d2kwutil library called Read_Registry in win_api_environment section and in latest versions the same function availble in webutil library with client_ name.
    So, you can read the registery for current connected user by using the above mentioned function from the following path of registry.
    My Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    There is an entry called Personal. Read the path from that entry at runtime while generating/saving file to the client's location and save the file into that path.
    -Ammad

  • Multiple users on a single iTunes account

    I am wondering if anyone knows how one will be able to manage multiple users under a single account under the new iOS5. Let me explain. In my house my wife and children download content ( movies, music, app) under my itunes log in so we can decide to watch the movie on my computer or my sons iphone without running into DRM issues. With the automatic syncing of pictures with iCloud I dont want my pictures and hers being mixed up but would like to each have an account. The problem is that I dont want to loose the ability of having the same DRM account for different itunes account. In other words, is there a way to associate a couple of me.com (icloud) emails / accounts to be associated with one itune store purchase account to be able to take advantage of sharing content with in the family. My apologies for the long winded question but I couldn't explain it any other way.:)
    Any insight is greatly appreciated. thanks

    This is from a MobileMe page, so it may not fully apply, but it suggests you'll be able to use separate accounts for iCloud and iTunes.
    http://www.apple.com/mobileme/transition.html
    If I use different accounts for iTunes and MobileMe, can I merge them into a single account and use it with iCloud?
    No. You cannot merge two accounts into one. However, you will be able to move your MobileMe account ([email protected]) to iCloud and, if you choose, you can continue to use a different iTunes account for store purchases and iTunes in the Cloud.

  • Why does one tag out of four not appear for users accessing a single Thunderbird account via multiple computers?

    Four users share a single Thunderbird email account (version 24.5.0) on their four respective computers. Each user is represented by a tag color to designate which emails they are responsible for. One user is having trouble seeing when their tag is used by the other three users, the email appears untagged. However, the other three users see it as tagged. Likewise, when that one person uses the tag, the other three cannot see the email as being tagged. This is not an issue when the other three tags are used between the four people.
    We have checked that we are all using the exact same color to represent the tag, and that we are all using the same IMAP settings. Does anyone know why this might be happening?

    Are you sure the odd one out is IMAP? sounds like it is pop to me.

  • Can you restrict APEX users to a single browser session?

    I'm using APEX3.2.1
    Is there a package,function, view or table in APEX that can be checked to see if a user_id
    already has an active session (one that hasn't been purged yet).
    I wish to restrict each user to a single active browser session.
    Cheers
    dfrost

    Hi Roel
    I've had a look at the views and it looks to be exactly what I'm after thanks very much for your help.
    I've only been working on APEX a short while the info on the forum and all the expert blogs are of huge help.
    Thanks
    Derek
    Australia

  • Is there a way to combine their query results into a single function

    say I have a bunch of functions that return a query:
    <cffunction name="getDeals" access="remote"
    returntype="query">
    <cffunction name="getDeals2" access="remote"
    returntype="query">
    is there a way to combine their query results into a single
    function that returns a struct of the various results?

    Umm, it's probably more suited to an array - effectively
    making it into a list of queries. You'd then loop the array and
    output each.
    I use a similar approach when creating system messages to the
    user. Most of my functions that are called do their bit, then at
    the end call another function I call "messages". This function
    grabs whatever my function sends and appends it to a messages
    array.
    This way enables me to output a long list of messages -
    because I could be calling several functions at the same time. If I
    just output a message from each function, each one would overwrite
    the other. So I'd get one message at a time.
    Immediately after it's output, I then destroy the message
    array so that old messages aren't kept inside of it.
    Mikey.

  • My machine has gone dead slow. I have to wait for minutes to perform every single function. Like it stopped typing four times during this question.

    My machine has gone dead slow. I have to wait for minutes to perform every single function. Like it stopped typing four times during this question.

    If this started happening without your having made any changes and without a warning of low disk space, then it's likely that the boot drive, or some other hardware component, is failing. Back up all data immediately, then run the Apple Hardware Test or Apple Diagnostics.
    Even if the test is negative, you should make a "Genius" appointment at an Apple Store to have the machine tested more thoroughly.

  • Sharing itunes library amonst 1 users on a single mac

    I'm having problems sharing my itunes library amonst several users on a single mac. I've tried copying both the entire iTunes folder and just the iTunes Music folder to ~/users/shared with no luck. Help!

    Here's a better statement of the problem -- i have two users on one mac, both have itunes tied to same library on an external drive.
    I understand that is what you want to do as you've done it before. However, if it doesn't work anymore, there's not much you can do. It may not be something that can't be overcome, but I don't know what to do besides creating a new Library and rebuilding it with all your music on the external. There also may be alternatives other than what I can think of.
    The external drive should be workable like the Shared folder, as long as the permissions on the folder are such that each user can read and write.
    Did you tell iTunes to use that location as the Library? You can pick a new Library by holding down the option key when starting iTunes and it will ask where to find the Library.
    I don't have a way to experiment with this on my system, but I seem to think a lot of people run their iTunes library that way, so I'm suprised that there aren't more posts about it.  It may be something unique to your library, but I'm not sure what it might be.
    Apple please fix this.
    Since that is an unsupported configuration, I wouldn't put too much hope in seeing a fix.

  • Having one single tablespace versus multiple tablespace?

    My database version is
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    My os version is
    Linux damdat01 2.6.18-128.7.1.el5 #1 SMP Wed Aug 19 04:00:49 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
    My database is OLP system.
    My question is what are the advantages and disadvantages having one single tablespace versus multiple tablespace?
    Easy to maintain when you have single tablespace. but hard to track the IO issues.
    Any other input from any one? Please let me know.

    Billy  Verreynne  wrote:
    EdStevens wrote:
    Does the term "keeping all your eggs in one basket" mean anything ....Well, in the majority of cases, even when using multiple tablespaces they will be on the same storage array or same file system. So the "+all eggs in one basket+" goes a lot a deeper down the storage layer than just the top part where you deal with logical tablespace storage containers.
    Absolutely. Except for the bazillion microscopic solid-state switches and a layer of rust on a spinning platter, everything else is just layers of abstraction. One's thinking and frame of reference depends on what layer of abstraction one is dealing with.
    The major problem with multiple tablespace for a single application And here is where there was some 'fuzz' in the OPs question. I don't recall him specifying one TS per application. Maybe he assumed that, but I read it as one (user) TS per database.
    a) deciding the space allocation of each tablespace
    b) managing what is created in which tablespace
    This comes down do an issue of micro-managing space versus simply chucking everything into a single container and let god ASM/Oracle/LUN/driver/whatever sort them out.
    Issues like transportable tablespaces... separating your logical data into different containers... and the like? That is not really sufficient justification to me for having to micro-manage space for a 101 tablespaces. This simply creates a huge workload on the space management part of the database - that is complex and difficult to deal with. Free space from an underutilised (incorrectly sized) tabelspace cannot simply be moved and reallocated to a tablespace stressed for more space. Everything but...
    Which is why I prefer having fewer tablespaces as this means not having to micro-manage space and continually having to wave a threatening lead pipe around to make sure that applications and developers play rigidly within the large set of strict rules of how these many tablespaces are to be used.Agreed. One can go way overboard, and a lot of this discussion hinges on the OP's intent, as I mentioned above -- one TS per ... what? My default position is one TS per application schema. Normal human users all default to one USERS ts, but don't have any quota because they don't have any reason to create objects.

  • In ALV report.The user wants to hide specfic fields

    Hi
    In ALV report.The user wants to hide specfic fields  but the user must be able to add these fields to the report:
    can any one give the suggestions

    in reuse alv list display or grid
    i_save  = 'A'.
    now user can choose the layout.
    for hiding
    in fieldcat
    wfieldcat-No_out = 'X'.
    regards
    shiba dutta

  • User having all authentication but unable to login in planning why  ?

    user having all authentication but unable to login why in planning ?

    You might need to give some more details.
    For example, what kind of provisioning in shared services, under what groups if any, what kind of dimension level access in planning etc?

  • Daily report for user sessions in oracle10g database

    I would like to genarate the daily report for user sessions in oracle10g database
    daily report of how many of sessions present in oracle database for each user

    Thanks for link ( I know you always post the oracle document link here)
    But I am expecting scripts( someting like logon trigger and logg off trigger) to genarate the user session report.

  • The report of user activity

    The report of user activity
    Can anyone show how the sample report of user activity?
    Is there information that the website opened and how much time was running applications? Is used in an active way of running applications?
    I will be grateful for your help.
    Jerry

    Finding a program of monitoring user activity MAC OS X okazauje be very difficult.
    The program aims to monitor sites visited, but:
    - Can not save passwords
    - It can not sending data to an external server
    I can not find such software
    I found: http://www.net-monitoring-software.com/secure-order.html
    but it turns out that the manufacturer no longer supports MAC platform.
    Help! Is anyone familiar with this type of software?
    Pls. Help me.

Maybe you are looking for