Chart Work Items by group and role

Hi,
I need to create a chart or a dashboard (I'm not sure) where I can see the workload on participants that have a specific role and belong to a determined group

Since you are using LDAP what you are trying to do?
Just in case you want to split user based on groups then; if possible to categorize users based on groups in ldap, so that may use them in security.
if not as I said earlier go with your own table with available info from ldap.
Thanks
Edited by: Srini VEERAVALLI on Jan 7, 2013 11:57 PM

Similar Messages

  • Making users available for OpenSSO realm group and role assignment?? Help.

    Here is the situation. We have 3 Open SSO realms set up. One we have called OpenSSO-Admin, a second called OpenSSO-Provider and a third OpenSSO-Internal. We are having issues provisioning and managing the OpenSSO-Internal OpenSSO-Provider realms, but OpenSSO-Admin seems to be fine.
    Here is the behavior that is manifest.
    In the 2 'broken' realms, when we create users and assign them to the appropriate Open SSO realm, they appear to be provisioned correctly in IDM as well as the realm (We have validated user creation in LDAP and everything about the user appears to be fine). When we view the groups and roles in the specific resources, we are presented with a list of users that are in Brackets and appear to be provisioned. The brackets indicate that the users are not found as available users. The bracketed users can not be unassigned, nor can any others. note, our bracketed users in the list of assigned users are created from a workflow which assigns them directly to the appropriate group and role based on their business role.
    The third realm, OpenSSO-Admin works fine and we can add, and manage users in the groups and roles within the realm.
    We have ruled out the workflow as a source as the problem persists when we use the tool to manage users. We can create a user from scratch and add them to the realms. In the 'Broken' relms, the users do not appear in thelist of available users to be assigned to the groups or roles. Yet in the 'good realm, everything appears fine. We can move users from one realm to another and the problem persists in the broken realms, but when a user is added to the 'good' realm, everything is fine.
    I have tried reconciling and get no different results.
    Question is, We have isolated that the issue seems to be in the generation / management of the left hand "Available Users" list. How and where is this generated from and how can we check/fix or regenerate this list?
    Thanks.
    Joe

    I should clarify. We are using Sun IDM 8.1

  • Difference between Groups and roles?

    Hi All,
    What is the difference between groups and roles?
    Thanks for your time and help.

    Oracle does not have anything called a 'group'.
    A role is a named object that can contain a set of privileges. The members of the set can be individual privileges or can be another role that contains its own set of privileges. Roles can then be granted to users (or to other roles) so that those users (or roles) have the specified privileges.
    See the SQL Language reference - http://docs.oracle.com/cd/B28359_01/server.111/b28286/toc.htm
    Read the topics for CREATE ROLE, GRANT and REVOKE

  • How to access the mapping of Groups and Roles in the JAVA Application

    We have mapped the EJB roles with the groups through the Visual Administrator. We have developed the SSO. We have developed the application through which we are creating the user and role and mapping that role with the created user. The created role is saved in some LDAP directory. The second application in which ejb methods are mapped with some security roles.The LDAP roles we are getting in Netweaver as groups and we can perform the mapping of the deployed ejb roles with the group.Now for the logged in user we want to get the roles mapped with it so that we can give/deny the access to the methods from EJB as per the role of that user .How we will get the access to the mappings of the roles with the group in the application, if I know the LDAP roles mapped with the user (since these roles are accessible as groups in the NetWeaver)
    For e.g.  From application created the user with the role as "manager". This role is stored in iPlanet directory.
    This directory is mapped in the Netweaver.The manager role is displayed as the group in the Netweaver.
    Created the EJB application with the method "displayTheAccountDetails() with the role as "ManagerRole"
    This role is mapped with the manager group. Now we are having the details about the logged in user and the LDAP roles mapped to it (maneger role). How I will get the access to the details that for this group which ejb role is mapped in the application. So depending on that I can allow/deny the access to the ""displayTheAccountDetails()" method to the logged in user.

    Do you, guys, work together?
    See the last answer in this thread: How database works in UCM?

  • Defualt group and role size

    What is the default size or number of charachters allowed while creating a group or role in Oracle Identity Manager?

    Default it is 30.
    See Formmetadata.xml
    <Attribute name="-30" label="UserGroupAdmin.message.groupName" displayComponentType="TextField" variantType="String" dataLength="30" map="Groups.Group Name" />
    You can modify it. If you want to increase it then you'll have to increase it at the database level also.
    alter table UGP modify UGP_NAME varchar2(2000 char);
    Don't forget to restart the server.

  • Is there User Group and Role Reporting in SAP Enterprise Portal?

    I want to know if there is a way to pull users statistics our of SAP Enterprise Portal like you can out of the R3 backend systems.
    I would like functionality similar to the SUIM transaction. I know through user administration you can access any user, even a list of all users, and you can do similar lists with roles and groups. You can then access any of these things individually and look at their assignments. However, I want to do this on a large scale. I want to know for example every group that has a user assigned to it. Evergroup that has roles assigned to it. Or groups that have no user or role assignments. We have approximately 1904 groups in our Production Portal system and I am trying to clean up the groups that have no user assignment, but I don't want to look through them one by one.

    Hi Chris,
    There is no standard report available for this purpose. However all this information is stored in table UME_STRINGS.
    You can write your own SQL queries to generate such reports. However please note that this table is not normalized, and it's a master UME table. You should use it strictly for READ ONLY purpose.
    For a sample code you which i wrote some time back, you might refer:
    http://forums.sdn.sap.com/thread.jspa?threadID=2088099&messageID=10859334#10859334
    Thanks
    Prashant

  • Managing LDAP groups and roles through SUN IDM

    Hi Guys,
    We have a requirement to build the following functionality in our Sun IDM tool.
    1.     Ability to create/manage Static LDAP group.
    2.     Ability to create/manage filtered LDAP group.
    3.     Ability to create/manage Static LDAP roles.
    4.     Ability to create/manage filtered LDAP roles.
    Can anyone let us know any pointers as to how to accomplish this or any ideas for the path to follow for this.
    Any reply will be appreciated.

    http://myidm.blogspot.com/2009/06/how-to-create-groups-in-ldap-or-active.html

  • Open pdf attackment in work item in browser and not in SAP GUI

    In portal (central worklist) i am opening workitem and when i click on the pdf attachment it opens pdf in SAP GUI. I would like to open this attachment in a regular browser.
    I create the pdf attachment as follow:
      CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name     = '/DIGOFF/HR01_ARBEIDSAVTALE'
        IMPORTING
          e_funcname = i_funcname.
    Call the Adobe form
      CALL FUNCTION i_funcname
        EXPORTING
          /1bcdwb/docparams      = fp_docparams
          sfp_tilsettingsforhold = tilsettingsforhold
          stillingsinfo          = stillingsinfo
        IMPORTING
          /1bcdwb/formoutput     = fp_formoutput.
    Then the output fp_formoutput-pdf is sent to the container for the attachment.
    Is their any other way to implement which will show the pdf in browser?
    Any suggestion/help will be appreciated.
    Thanks
    Nahman

    Hi,
    From your description, I know you want to open SharePoint 2013 PDF files with default application.
    You could re-install your Adobe Reader, and then test this issue. Also, you can have test in another computer with Adobe Reader.
    If this issue is still exist, please refer to this article:
    https://social.technet.microsoft.com/Forums/lync/en-US/b6df4273-4769-4179-a831-ae5504b28f35/opening-pdfs-in-acrobat-9-pro-from-sharepoint-2013.
    Best Regards
    Vincent Han
    TechNet Community Support

  • Grouped displaying of list of work items

    Team Explorer in Visual Studio 2014 (Upate 4):
    The flat output of work items gets confusing and unclear when it grows.
    I'd like to have the full list in place, but structured in groups, e.g. groups for each íteration, for each task type, etc; ideally with colored headlines in bold for each group.
    So is there a way to group the output of work item queries directly in Visual Studio 2013?

    Hi
    Which SRM version are you using ? <u>Incase there in not any standard report / transaction available.</u>
    <b>Please go through this link.</b>
    <u>Re: Reading work items in ECC?</u>
    Hope this will help.
    Regards
    - Atul

  • Order type and Item category group

    Can anyone tell me which is the relation between order type and Item category group from material master ??
    In fact the problem is that I have created a material and when I want to create new sales order it gives me this errror:
    "No item category available (Table T184 ZORDER ZITGR)"
    Is there a tranzaction where I can assign Item category group ZITGR to sale order type ZORDER or something like that??
    What should i do?

    Hi Dan,
    Goto T-Code VOV4 and maintain the table
    Sales Doc type + Item Category Group + Usage + Higher level Item Category = Item Category
    TA + NORM + Nil + Nil = TAN
    If you have Customized your own Document Type and Item Category Group and Item Category then give your
    Sales Doc type (ZORDER)+ Item Category Group (ZITGR)+ Usage + Higher level Item Category = Item Category (ZTAN)
    Reward if helpful
    Regards PAVAN

  • Need to set "Title", "Display Name" and "Name" fields to custom string property "RMA Number" for each instance of custom work item

    Hi,
    We have a custom Work Item we use to track RMA's. I've created a string property called RMA Number which is also used as a key.
    RMAs do not have titles or any other identifying properties other than the unique RMA number (think incident number).
    I was wondering what the best approach would be to set these other fields ("Title", "Display Name" and "Name") to the RMA Number value (RMAXXX), as I'm currently investigating using a powershell script via a workflow.
    Thanks,
    Pietro

    Hi Marcel,
    I've come up with the following:
    # Load the SMlets module
    Import-Module SMlets
    # Get the RMA Class
    $RMAClass = Get-SCSMObject -Class (Get-SCSMClass -Name MyWorkItem$)
    foreach ($RMA in $RMAClass)
    $RMANumber = $RMA.RMANumber
    $RMA | Set-SCSMObject -PropertyHashtable @{"DisplayName" = $RMANumber; “Title” = $RMANumber; ”Description” = $RMANumber; }
    Is it possible to make it aware of which RMA work item executed it, and only update that one? Updating all the records each time a new one is created will cause some problems in the future.
    Thanks,
    Pietro

  • Work items are not visible  UWL task are visible in tracking in portal

    HI
    Friends
    i  am new from sap Ess/Mss implementation project...
    i am facing an Problem " Work items are not visible under UWL in portal overview page"
    but i am configured  all the ess/mss related things....and also Created for one user for Requester(send Leave Request)...and one more user for App-rover(Apporve an Leave)..
    Requestor send an Leave through portal send it successfully......but i am facing  a problem in uwl under work items are not showing in overview page...but in tracking work items are (Leave request)showing.....work items are not showing in uwl TASK(VERY PROBLEM)...
    i am configured and also registered UWL IN PORTAL..it is good..
    in sap ecc i can assigned UWL_SERVICE user to roles
    1.SAP_BC_BMT_WFM_UWL_ADMIN    
    2.SAP_BC_BMT_WFM_UWL_END_USER
    3.SAP_BC_ADMIN_USER
    4.SAP_BC_UWL_SERVICE
    PLEASE HELP ME.
    Tanks
    Shaik Rafi

    Hi All,
    In such cases, please try to check as below :
    1) Create Leave request work item from Employee and check the same under the UWL Tracking tab of employee.
    2) Log-in to swi5 transaction of the respective back end system and give "US" -> manager's UserID -> Choose Tasks to be completed from the drop down -> Remove any date if mentioned -> Execute.
    3) Here if you can see the Leave request created, but not on the portal, it reflects some portal issue like sync.
    4) If no leave request work item is seen here, then there is a problem in the employee manager mapping or the workflow setup.
    5) In such cases, you can try to check the Swi1 and check the log of that workflow to understand the current status of the Leave request.
    Revert if further help is needed with more info.
    Reward points if found useful.
    Regards,
    Shri vidya S

  • Item category group in SAP CRM

    What is Item category Group and what does it signify? How is it different from Product Category?

    Hi Chiatra .H
    Item category group
    The item category group is a field stored in the product master. Within transactions at item level, the appropriate item category should be automatically determined
    by the system when entering a product. For this to work, you need to make settings for item category
    determination.
    Product Category
    A grouping together of products from your product master data, in a structured hierarchy Your structure and organize your product catalog using catalog areas and subareas, which you then arrange in a hierarchy. You assign products to these areas and subareas.
    You use product catalogs to group together products to present them in the Web shop, Interaction Center, or in other forms of media..
    I think Its solve your doudt
    Please let me know if u have any questions
    Regards,
    srikanth.naga

  • MSS Substitution - Work Item

    Hi Experts,
    We are on EHP7 / NWBC. On MSS for Substitution, we have requirement that, Manager should see his/her work item by default and if he/she wants to see substitute's work item, it should go to another tab.
    The current functionality, displays everything on one screen and manager has to go through owner to identify who's work item it is.
    Is there anyway we can get substitutes work item in separate tab?
    Regards,
    Ashish

    refer belwo might be helpful to you :-
    SAP_MANAGER_MSS_NWBC_3      assign this role
    All that is needed for configuring Substitution in MSS

  • Generala item category group

    Dear all
    what is the difference between basic data 1 view- Gen item cat group  and Sales org 2 view-Item cat group
    I want sales bom to be exploded at the time of making sales order.For that need i maintaine MRP views for header level item and all dependent items ( even  though there is no production planning)
    Please explain
    Regards

    hi ,
    if u want to explode bom in sales order, then u should mention itemcategory ERLA to main material in Sales org :2.
    and also mention item category LUMF to it's subitems.
    if the material is gonig to produce in house then give MRP type PD in MRP view.
    i think this will solve ur problem..
    if ans is working plz award points..
    thanks
    sap pp 007

Maybe you are looking for