How to assign a line manager to a employee

Hi,
I want to assign a line manager to a employee. Kindly help me.
Thanks,
Saroj

Hi Saroj,
You can to use the transaction code PPOCE/PPOME to create/change the Organization Unit and assign the manager to a employee.  Verifiy the transaction code "PO13".
Following the link below:
http://help.sap.com/erp2005_ehp_04/helpdata/EN/05/dfba3692dc635ce10000009b38f839/frameset.htm
Regards,
Alexandre Tomazini.

Similar Messages

  • How to find HR Line manager of a PERNR present in PA0000

    Dear All,
    I am new to HR module. Can anyone tell me how to find the line manager of any user Id fetched from PA01005 against the pernr from PA0000 table

    This example find line manager for non-manager.
    REPORT ZDYN_SELECTIONS.
    DATA: user_pernr type pa0105-pernr,
           user_orgid type pa0001-orgeh,
           user_manager type pa0105-pernr,
           managers type table of OBJEC WITH HEADER LINE.
      PARAMETERS: usrid type pa0105-usrid.
      end-of-SELECTION.
      SELECT SINGLE pernr INTO user_pernr from PA0105
        WHERE usrid = usrid
          AND  begda <= sy-datum
          AND  endda >= sy-datum .
      SELECT SINGLE orgeh INTO user_orgid FROM pa0001
        WHERE pernr = user_pernr
          AND  begda <= sy-datum
          AND  endda >= sy-datum .
        CALL FUNCTION 'HRCM_ORGUNIT_MANAGER_GET'
          EXPORTING
            PLVAR                    = '01'
            OTYPE                    = 'O'
            OBJID                    = user_orgid
            BEGDA                    = sy-datum
            ENDDA                    = sy-datum
    *      PATH_ID                  = ' '
         TABLES
           MANAGER_INFO_TABLE       = managers
    *    EXCEPTIONS
    *      PATH_ERROR               = 1
    *      ROOT_ERROR               = 2
    *      NOTHING_FOUND            = 3
    *      OTHERS                   = 4
        IF SY-SUBRC <> 0.
    * Implement suitable error handling here
        ENDIF.
    LOOP AT managers.
      write managers-objid.
    ENDLOOP.

  • How to Send Notification to Manager of the Employee using Dynamic Action..

    Hi All,
    I am sending a notification using the Dynamic Action for an Infotype.. I am able to send mail using distribution list but I have a requirement to send the notification to employee manager. I am able to determine the Line Manager ID calling the subroutine in the dynamic action. But I am not sure how to send the notification to the manager.
    If the email's are maintained in distribution list if I specify the text id in the feature M0001 and distribution list the notifications are sent. I am not sure how to pass the line manager id to get the same notification..
    I have seen the option REC1 but infotype 0001 in not having the line manager id..

    Used the Function Module RH_GET_LEADING_POSITION.
    Thanks..

  • How to assign OIM Remote Manager as a service on Win 2003 ?

    I want to assign OIM Remote Manager as a service on Win 2003. I've used instsrv.exe to install srvany.exe and configured Parameters-Application, Parameters-AppDirectory and Parameters-AppParameters string values using parameters from remotemanager.bat file. I've obviously make same configuration mistakes because when I try to start service which I create, I can't see any new java application and Remote Manager log stays calm.
    Would you please give me advices how to configure Windows registry to start Remote Manager as a service.
    Regards
    VeePee

    Hi folks,
    I am a little bit confused about this.
    The metalink note explains how to convert remote manager to a windows service using the java service wrapper (and noted that this approach applies to version 9.0.1)
    It is explicitly declared that OIM’s Remote Manager can run as a Windows Service in OIM 9.1 datasheet (see: http://www.oracle.com/global/kr/download/pdf/ofm/OIM_DATASHEET.PDF) but admin/install guides does not include any configuration guidance about how to do it.
    Is there an easier way for v 9.1 to install remote manager as a service or do we use Java Service Wrapper method for this version also ??
    cheers
    // gurol
    Edited by: Gurol Erdogan on Dec 13, 2008 11:16 AM

  • Assigning a line manager to a Business partner

    Hi,
            I have two business partners. I want one of the business partners to be a line manager to other. I used the relationship icon and created a relationship "Has the employee responsible for". Am I doing the setting correctly or is there any other way to create a line manager for the business partner?
    thanks
    anantharam

    Hi,
    You can use transaction BP
    Regards,
    Nitin

  • How To Assign an Account Manager

    My name is on the bill, however, my account is shows that I'm the account member, how can i assign to be an account manager? i do not remember the billing system password.

    Hi. Have the account owner (if its actually not you) call customer service to un-register the entire myverizon acct.
    Only the account owner can request/assign their managers.
    The first number that registered for MyVerizon is probably the account owner. Re-register your or whomevers
    personal acct on myverizon first and then assign others to be members, or they can register themselves
    as members later.  If you need acct managers, you can assign them online or when you're on that phone call also
    as long as you can receive a txt message and your actual VZW pla/acct is more than 30 days in overall tenure.
    1-800-902-0204 for post paid customer service, or call *611 from your phone

  • How to assign concurrent program to concurrent manager

    Hi:
    How to assign concurrent program to concurrent manager? or the other way around. It was an interview question. for R12 or 11i
    Thanks

    Srini Chavali wrote:
    All concurrent programs, by default, will be run thru the Standard Manager. If you need to have a specific manager run a program, you need to define specialization rules (in Concurrent > Manager > Define, "Specialization Rules" button) for that manager.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12893/T174296T174302.htm#fndcpdcq.QUEUE_CONTENT
    And that's exactly what is mentioned in the docs referenced in my previous reply.
    Thanks,
    Hussein

  • How to assign DNS Records to Traffic Manager

    I want to know how to assign dns records point to traffic manager.(Non www version)

    Greetings, Naveen!
    When you create a Traffic Manager, you receive a DNS name like  fabrikam.trafficmanager.net
    Also, you might be having your own domain name like fabrikam.com
    In your domain provider, register a CName, mapping your sub-domain
    www.fabrikam.com to fabrikam.trafficmanager.net.
    Use domain forwarding to map the root domain (fabrikam.com) to the sub-domain.
    Reference:
    https://msdn.microsoft.com/en-us/library/azure/hh744837.aspx
    Thank you,
    Arvind

  • How assign a "Project Manager" for a new project?

    Hello,
    I need to know about the "Project Manager" in a new project.
    Does the "Resource Manager" build the team and assign a "Project Manager"?

    It totally depends on your organization process.
    Normally PMO creates project, build team,assign resources to tasks, then while save and  publish the projec assign Project manager as owner for the project plan.
    If you have Resource manager in your organization then he can build the team for the project publish it then PMO or project manager can assign the resource to the task then save and publish the plan. 
    IF project manager has idea about resources then he can also build the team and assign resource to the task.
    Note :- once PMO or resource manager build the team and publish the project then Project owner need to open the project plan add new field in the plan STATUS MANAGER and select his name for all task for which he will give the approval to the actual of the
    task send by resources.
    By default who ever will create project act as STATUS MANAGER for all the task. 
    kirtesh

  • Line Manager

    Hi,
    I have a little problem, I have a small approval process, which is started by a requestor and then the next step is, that the direct line manager of the requestor has to approve or reject the request. So I find out who is the line manager (by an external service call, so that's not the problem) and make a participant.next assignment. So far, it works without a problem.
    But now the problem is, the approval-activity is in a role Line Manager, which has to contain all line managers of the organization. And if I do so, the line manager can do an unassign and the request goes back to the role, what, of course, should not happen, since only the particular line manager (or his deputy) is allowed to approve or reject the request. Similar issue is, if the line manager is disabled, because in this case all process instances are unassigned.
    So, the question is, how can I manage a direct assignment, so that there is no possibility for the assigned person to unassign it and there is no way from outside (e.g. disabling a participant) that an unassignment is done?
    Thanks for your help.
    Kind regards
    Matthias

    Hi Matthias,
    One OOTB thing you can do is as you assign participants to the "Line Manager" role on Enterprise, do not check the "Reassign", "Delegate", "Escalate" and "Peer Assignment" check boxes. This will keep your end users from assigning the work item to someone else. They'll still be able to unassign the work item instances, but at least they will not be able to assign them to someone else.
    I'm sure someone has a better way to do this, but here's a shot at it. You'd put the logic shown below inside a Global Automatic activity inside the same process. Set the Global Automatic's property to "Poll by Interval" every few minutes. In this logic, my Interactive activity's Id is "Interactive". Change this to be the Id (not the name) of your Interactive activity.
    It first checks to see if someone has unassigned it ("if partName = null or partName = "" then.."). If it's assigned to someone, then it checks to see if that person is still enabled ("if !part.enabled then...").
    I wasn't sure what you wanted to do at that point so I just assigned the instance to a "supervisor" if the instance was either unassigned or assigned to a participant who was disabled.
    bp as BusinessProcess
    do
        instF as InstanceFilter = InstanceFilter()
        instances as Fuego.Papi.Instance[]
        instanceDescription as String
        connectTo bp
            using url = Fuego.Server.directoryURL,
                  user = "AUTOCLIENT",
                  password = "P",
                  process = "/" + processName
        create(instF, processService : bp.processService)
        instF.searchScope = SearchScope(participantScope : ParticipantScope.ALL,
              statusScope : StatusScope.ONLY_INPROCESS)
        // change this to be the id (not the name)
        //      of your Interactive activity
        addAttributeTo instF
           using variable = VarDefinition.ACTIVITY_ID,
              comparator = Comparison.IS,
              value = "Interactive"       
        instances = getInstancesByFilter(bp, filter : instF)
        for each inst in instances do
           logMessage "Found it: " + inst.id
           do
               partName as String
               partName = String(getVar(inst, var : "PREDEFINE_PARTICIPANT"))
               part as Participant
               // Has someone unassigned it?
               if partName = null or partName = "" then
                      reasign inst
                          using participant = "supervisor"
               // If it is assigned to someone, is that person still enabled?
               else
                      part = part.find(name : partName)
                      if !part.enabled then
                           reasign inst
                              using participant = "supervisor"
                      end
               end
           on e as Exception
              logMessage "Exception: ->" + e.message
           end  
        end
    on exit
        disconnectFrom bp
    endHope this helps,
    Dan

  • Some Managers have dual role (Line Manager and Business Partner).

    As a Line Manager, he/she should be able to view and maintain records of his subordinate employees according to organisation structure.
    As a HRBP, he/she should be able to view and maintain records of employees based on Pers Admin field in Infotype 1(Organizational Assignment).
    Managers with dual role have to see all employees in their org structure and also all employees who have Pers Admin assigned to them(For ex. HY3 Lorraine Brent to see all employees who have HY3 in IT0001)
    Pls let me know how do we capture the above requirement.
    Thanks
    Manoj

    Hi,
    Manoj,
    This you can do via structural authorizations,
    Regards,
    Kapil Kaushal

  • E Recruiting _does the line manager able to view updated Requisition

    Hi
    I donu2019t have MSS- e Recruiting service at present. Please can you clarify the following? Thanks in advance.
    A Line manager submits the requisition on electronic form. The data submitted by the manager updates the Requisition. Then Recruiter added the some more information on the Requisition.
    The question is that does the Line Manager able to see the additional information provided by the Recruiter on the Requisition.

    Robin,
    This is how it works. In MSS the manager creates the requisiton request and fills certain details. Then it is forwarded to the recruiter. The recruiter then completes and publishes the requisition.
    After this point the manager can view applications/candidates assigned to the requisition but not requisitions.
    The requisition request is an HCM Processes and Forms frame work and it can be found in the UWL of the manager.
    hope this helps.
    Regards,
    Bharat

  • I have purchased a ringback tone for my 5c but cannot figure out how to assign it to my specific phone? i have three phones on my contract. any suggestions?

    I have purchased a ringback tone for my 5c but cannot figure out how to assign it to my specific phone? we have three phones on our contract. any suggestions?

    Each line needs to have it's own login and password for managing ringbacks and ringtone purchases, and backup and cloud services.
    Register each number on the account for it's own username and password, and make the ringback purchase under that login. If it's already purchased under a different number, call customer service and they can straighten it out for you.

  • Service Desk Escaltions First Response Escalate to line manager

    Hi Experts
    We have successfully implemented Service Desk in Solution Manger. We just have a few problems with regards to escalations.
    1.     Sap Standard only allows you to escalate to one partner function, we would like to first response and completion deadline missed to escalate to the line manager
    as well the message processor, can you please assist on how we can achieve this?
    2.     With regards to the first response time, when an incident is created is created the message processor has 2 hours to respond before his call escalates, if the initial message processor
    sat with the incident for an hour in new status and reassigns to the incident to someone else the second person only has an hour respond the clock does not start again for him and the
    call escalates after an hour this is causing a lot of problems for all calls that are been reassigned people no longer have sufficient time to respond to calls,
    Has anyone else had similar experience and what was your fix for this problem?
    Thanks and Kind Regards.
    Zak Kader

    Thanks PP for some insights.
    Maybe you can help in one more area,
    Say we create a Service Order, the header and do not create the line item entry yet.
    However, we need the dates (first response date) to feed to an outside system where we are
    tracking our SLA's.
    Do you know where the date logic is done to get the Frist response date. Any FM's being used
    We would like this information as dates that we need are not created until the line item is entered.
    We want to not have to create the line item but still get the dates and send them to another tracking system.
    Any help on  where SAP CRM puts this logic would be helpful
    Thanks,
    LA

  • How to add new line in message on my S890

    My stock keyboard in Lenovo S890 doesn't have enter key, is this normal ? How to add new line ?
    However this happened only in messages, while using whatsapp the enter key present.

    Hi,
    the fact that your question is posted in Order Management section, does the move order automatically generated by OM?
    nevertheless, i don't think you should (or allowed, in this case) to add a new line in transact move order. Transact move order only queries (not create records) the move order lines eligible to allocate and transact.
    So, I don't see why you need to add a new line in transact move order.
    You can, however, add a new line in the allocation of the lines, where for instance, you need to have half of the line allocated to one locator, and the other half to another locator
    Thanks

Maybe you are looking for

  • How do I set the Http Header POST URL in SAAJ?

    Hi , I am a newbie in the field of web services. I was trying to create a SOAP request with Http Header POST information having a POST url like the following: POST /OMASTI.xml HTTP/1.1 Content-Type: multipart/related; boundary="eladeladeladeladeladel

  • JDev3.1 Deployment Not Working

    Runing JDev3.1 with Tomcat3.1/Apache1.3.12 on NT4.0 Sp6A. Trying to deploy an applet. When manually copying all the JDev generated class files to the publishing directory, it works fine. When deploying as a jar file, and copying it to the publishing

  • IChat won't launch

    I am currently running 10.6.8 and one day, iChat would not open at all. The icon doesn't even appear on the dock when I click it. Right now, the icon looks like this - https://skitch.com/christheorly/fwcjh/applications

  • Meaning of an operator in ABAP

    Hi Experts , I have encountered this statement in a standard ABAP program. What is the meaning of this operator. if   plock  CA  "2". Can any one explain the meaning of this operator. Thanks, Shree

  • Custom XML Document over AS2

    Hi All, We are planning to send Custom XML Document over HTTP(AS2) to the Remote Trading Partner. The XML Document needs to be posted to a particular URL in the Remote Trading Partner Site.Here is the process flow: 1. The input application format fil