How to assign CO roles to HR Adminstrtor?

Hi,
My company is currently working on Appraisal
System. The system is : The work review form will be
submitted by employee to the Reporting Officer (RO)and
then will be reviewed & rated by Counter-signing
Office (CO). In few of the cases, the HR administrator
has to work on this on behalf of CO.
She always does this, by taking user-id & pwd of CO of
ESS.
How to assign CO roles to HR Adminstrtor?
Regards,
Naddy.

Review the CO user roles in SU01D. Assign the role to the user using SU01.

Similar Messages

  • How to assign the role for created user  thru dynpro App

    Hi All
    How to assign the role for currently created user from Webdynpro App.
    when i enter into the portal after creating the user
    i am getting the following messgae in the portal
    "No portal roles are assigned for this user.If this problem persists, contact your system administrator."
    how to assign the user defined role for the created user from dynpro App
    Regards
    Dhina  Kar J
    Edited by: Dhinakaran Jeyachandran on Feb 1, 2008 12:19 PM
    Edited by: Dhinakaran Jeyachandran on Feb 1, 2008 12:35 PM

    In the User Administration section of your portal find your newly created user and below select "Assigned Roles" tab then press <Modify> button and look through available roles on portal then just simply add and save. But if you want to do it programmatically see below:
    IUserAcountFactory userFactory = UMFactory.getUserAccountFactory();
    // IUser - read only but with IUserAccount is possible to set up user data
    IUserAccountSearchFilter userFilter = userFactory.getUserAccountSearchFilter();
    userFilter.setLogonUid("superuser", ISearchAttribute.LIKE_OPERATOR, false);
    ISearchResult sr = userFactory.search(userFilter);
    for (final Iterator i = new PrincipalIterator(sr); i.hasNext();) {
      IUserAccount user = (IUserAccount) i.next();
    Execute the same search for IRole (or IGroup if needed) get the unique id of them and use newRole(...) and addUserToRole(...) methods from IRoleFactory.
    Of course you don't need search for this principals if you know uniqueness of them. Use appropriate factories to get'em all by this unique id.
    All the features see in  [javadocs|http://help.sap.com/javadocs/NW04S/current/se/index.html]

  • How to assign roles for each kind of users

    Hello,
    i am creating users for each kind of users, say abap developer or FI/MM/SD function users, in IDES ECC 6. it doesnt make me any sense how to assign which roles to which user( there are more than 2000 sap standard roles). can anyone give me some guideline how to create each kind of users.
    any response will be awarded!
    Thanks a lot!
    Samson

    I don't understand your question....
    When sap is implemented usually part of the project is creating roles based on a blueprint designed to adjust to your company needs...
    Basically Standard roles are there to be used as templates for your own roles.
    Users as "dialog users" do not have classification... the special access attributes are given by the roles assigned to it based on the project plan desing pre-installation.
    Hope that help
    Juan

  • Assign Application Roles

    Hi All,
    I am new to SOA and I want to know how to assign application roles (Not global roles) through EM Console. As, I am unable to assign the roles through  BPM workspace. I can go to the administrator tab and assign the roles to me. But in the task list I am unable to get the task.
    Thanks and Regards,
    Ram

    Hi Ram,
    Refer this doc:
    http://docs.oracle.com/cd/E24628_01/doc.121/e36415/sec_features.htm#CJADDBGA
    HTH
    Mani

  • Assign MSS role

    Hello Everyone,
    I am working on HCM forms and processes. I have following issues. Dont know if this is the right place to ask the following questions.
    u2022     Activate backend services: HCM_ASR_CI_1 and HCM_ASR_CI_2
    u2022     Assign the MSS role version 14
    I have activated the backend services but dont know how to assign MSS role version 14. Can some one please help me how and where do MSS role version 14 is assigned.
    Thanks a lot in advance.
    Regards,
    MA

    Hi,
    You can assign the MSS portal role in the identity management in the portal (you need to have the user admin role) : [Assigning Roles to Users and Groups|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ac/e0c1d5828b4e8e903c29a250a611ca/frameset.htm].
    Regards,
    Pierre

  • How to assign possible agents at security role / CAG level?

    Hi Experts, How to assign possible agents at security role / CAG level?

    Yes, that's exactly what I'm talking about. In your task maintenance, goto additional data -> agent assignment -> Maintain
    Click on th task, click on the assign button. Choose object type 'Role', enter role.
    Cheers,
    Mike

  • How to get the obiee dashboard secuirity in adf to assign the roles in adf for users

    how to get the obiee dashboard secuirity in adf to assign the roles in adf for users

    thanks Benjamin...
    my present requirement is pull Role to Dashboard mapping from OBIEE Catalog
    in my project we are going to restrict the users and assigning the roles from adf.
    Pls Help me..

  • How to assign roles to positions?

    Hello everyone,
    I am new in SAP HR field and my question could be very basic but would really appreciate your reply:
    " I am configuring Indirect Role assignment model and want to use it to assign positions to users.
    Now, I want to know how are these positions linked to actual roles and from where can I assign some roles to my positions? "
    Thanks
    Harleen

    Hi Harleen
    As you know, we have both Standard and Structural authorizations in SAP HR
    1. Standard Authorization
    If you want to assign Standard Authorizations to a Position, you need to create Relationship b/w Object type S and AG (You need to have authorization to PFCG T code in this case)
    I am not very sure if SAP has provided any standard program to assign the Standard Authorizations which are avaialble against a position to a User.
    2. If you want to assign Structural Authorizations to a Position and in turn to a User
    Create Structural authorization profiles in OOSP, assign the same to position by creating Infotype 1017 for a Position and run RHPROFL0 program to update the same to the USER (T77UA) who is occupying the position (A008 Relationship b/w S & P and IT 0105 against P)
    Hope this helps
    Best Regards
    Reddy

  • How to assign Roles

    Hi,
              I need to assign following roles to user. How can i do that...?
    H_BC_ALL_ENDUSERS
    HPL_FI_AA_CAP_PROJ_REVIEWE3840
    HPL_FI_AA_PROJ_ACCOUNTTANG3840
    HPL_MM_S_PUD
    HPL_MM_SCM_CUSTOM_RET_CLK_PUD
    Thanks and regards
    Raj

    Hi,
    Mike was right. THis is not the right forum to address this.
    anyway, to answer your question, you can simply assign these using PFCG, by adding the new user in each of these roles.
    Also, you need to change the custom code,if any applicable, to pick up the new user.
    To reroute the existing witems in old user's Inbox, you can use SWI5 and then SWIA.
    Regards,
    venu

  • How to assign roles to portal please describe

    how to assign roles to portal please describe

    Hi Deba,
    If you are talking about assigning roles to users .
    Then follow these steps :
    http://help.sap.com/saphelp_nw70/helpdata/EN/ed/845890b89711d5993900508b6b8b11/frameset.htm
    Create Workset and Roles :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9f2df6f9-0701-0010-d08f-a95acdd86453
    For creating users,
    Go to user administration( You should have this role assigned to you) and create a user.
    Cheers,
    Sandeep Tudumu

  • How to assign pages to workset and workset to roles in ep5sp6

    hai,
        how to assign pages to workset and workset to roles
    in ep5sp6 . can any one help me in this regard .
    Regards
    praveen

    Hi Praveen,
       You can find the documentation you are looking for on the SAP help portal.  This link will take you to the Administration Guide for EP5 SP6.
    http://help.sap.com/saphelp_ep50sp6/helpdata/en/38/76bd3b6e74d708e10000000a11402f/frameset.htm
    In the left hand navigation you can pick the topics that you are interested in.  e.g. pages, roles, iviews.
    Hope this helps.
    John

  • How to creating a role configuration key, nd how to assigning it to our bus

    how to creating a role configuration key, nd how to assigning it to our business role?
    advance thanks..

    Hello Suri,
    To create the Role Key
    In the SPRO CRM - UI Framework - Technical Role Definition - Define Role Configuration Key
    Then to assign the Business Role in the
    In the SPRO CRM - UI Framework - Business Roles - Define Business Role
    The field  for the Role Key is Config Key
    Regards.

  • How to assign a Bex Web template to a role?

    Hi Guys,
    How to assign a web template to a role? I have created a role from PFCG but i dont see this role when i open the Bex Web application designer to assign the role using the menu option
    choose Web Template --> Publish --> In Role.
    what needs to be done to make the role available under the above menu?

    HI,
    look into this....
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/8483a350b130f3e10000000a11466f/frameset.htm
    Thanks

  • How do assign the user of Consumer Portal to the role of Product Portal?

    Hello All:
        Use FPN, now I want to assignment the role of Consumber Product Portal the user of Consumer Portal to  the user of Consumer Portal(RRA) .But because There are too many user that needed be configured.It is arduous work.
         So Pls help me and tell me how to import the role of Product portal to the user of Consumter Portal,
    Thanks In addvance.
    jideliang

    Thank all:
    Because I want assign the Remote Role of Produce to user of Consumer with FPN.Use:
    [Role]
    rid=Role1
    rdesc=Role description
    user=MarcPeters;JackSmith;Alan_Fox;
    group=HappyBuyersOf2003;HappyBuyersOf2002
    Can not import.
    I have find the document "How to Automate Content Creation via XML Content and Actions (NW7[1].0).pdf", it help me to use XML to import the role,the following format:
    <Action id="com.sap.portal.roleassignment">
    <Roles>
    <Role name="pcd:portal_content/myFolder/myRole" producer.alias = "myProducer">
    <Principal type="user" id="test"/>
    But when I import the XML file.There is a error.
    Have someone used it ?
    jideliang
    </Role>
    </Roles>
    </Action>
    How

  • How to Assign Roles for maintaining possible agents?

    Hi all,
    I was trying to assign Roles to maintain agent assignment and I was not able to assign role to Task -> Additional data -> Agent Assignment -> Maintain -> Create agent assignment -> selected role but it's not displaying the roles available in the client.
    There is no org. structure in our client.
    So, What all settings do i need to make the roles display and select?  please let me know in detail if possible.
    Regards,
    Sateesh

    Hi,
    I haven't created any org structure or any role and there are no org structures in our client.
    To get roles displayed on search do we need to create an org structure. I don't think so.
    Is any authorization required for a user or any settings need to be made to get roles displayed when searched for roles for assigning role in maintaining agent assignment for a task.
    i even checked with basis person with his id but it is the same problem.
    As far as i know these roles are basis roles only and there are number of roles in our client but its strange it doesn't display any roles( not even a single role when i searched with  ' * ').
    please help me..
    Regards,
    sateesh

Maybe you are looking for

  • Error in query(on 29th by Naren)

    Hi all, I have the following query. SELECT S.SCHOOLNAME, CASE WHEN SUM(SUM(DISTINCT L.WORK_SPACE))/5*100/COUNT(DISTINCT L.QUESTION_ID)<50 THEN COUNT(DISTINCT L.RESPONSER_ID) END AS RSCORE, CASE WHEN SUM(SUM(DISTINCT L.WORK_SPACE))/5*100/COUNT(DISTINC

  • Sharing from Mac mini to Mac Pro - need some help...

    I have an external drive (USB) connected to my Mac Pro. The Mac mini is in another room set up on the network. And Alias of the USB external Drive is in my Shared Folder and the Mac Mini sees it. I initially had to do "CMND+K" and enter in the Mac Pr

  • Multiple operation using the same port does not work

    I am trying to have multiple operations on both ports here is my wsdl snapshot      <portType name="CommonAlerter">           <operation name="initiate">                <input message="client:CommonAlerterRequestInitMessage"/>           </operation>

  • Search Help CALL SCREEN

    Hi Guys, please.. How can a Search Help call a SCREEN ? I have a problem in a ABAP WebDynpro app, apparently because the search help is calling a SCREEN from the program SAPLSZA1. This is the error message: "Sending of dynpro SAPLSZA1 0201 not possib

  • Can find documents on android

    cant find documents on android