Regarding Approver setting for any employee

Hi ,
I cloned an employee from Production syetm to development system
When I run PTARQ it says no approver found in org structure.
Can you tell me in details how to set an approver for this employee.

Hi,
Please maintain A002 relationship for employee that you want to have approver for based out of position that you see In It0001.
Use this position in PP01 for object type as position for current plan version and verify relationship A002 and maintain the same in target system where it is missing.
For A002, you will maintain position for approver but you will also need to verify the position that you have from A002 that A008 holder (personnel #) is maintained for same.
If you are using clone and test tool for cloning employees, please select all relationships during cloning under PD data tab.
Thanks,
Ameet

Similar Messages

  • SVM state database replica Master flag not set for any replica

    Hi guys,
    Recently i have done root mirroring. After creating svm volumes, i ran the metadb command to create state database replicas on the replaced disk. I created only one replica that time. I tried creating additional replicas but it said like replica already exist on the slice. So i deleted the replica on the slice. Thn i created 3 replicas again & ran metadb. Output of metadb command is below. I found there is not master flag not set for any replica. I like to know whether it would create any issue or it is fine.
    flags first blk block count
    a u 16 8192 /dev/dsk/c1t0d0s7
    a u 8208 8192 /dev/dsk/c1t0d0s7
    a u 16400 8192 /dev/dsk/c1t0d0s7
    a p luo 16 8192 /dev/dsk/c1t1d0s7
    a p luo 8208 8192 /dev/dsk/c1t1d0s7
    a p luo 16400 8192 /dev/dsk/c1t1d0s7

    That shouldn't be any problem, i think the metadb's are just read at boot, and at boot one of the replicas will be choosen as the master, and will then get the m-flag.
    I suspect that you deleted the replica which was used as the master during the last boot, which is why none of your replicas have the m-flag at the moment, which is not a problem as it will be choosing a new replica during the next boot.
    .7/M.

  • Query regarding approval policies for custom Role

    Hi ,
    1.In OIM 11g R2 . I have created a Role named SecurityAdmin. Assigned it to a user named User1.
    Logged in as User1 and searched for another user say User2
    2.Modified its Profile and when clicked on save .Request was created and went to approval process.
    Similar thing happened when i tried to disable the user and assign roles to User2.(Note : I am logged in as User1 not xelsysadm)
    Created two auto approval policies for assign roles and Modify user profile
    Query : Do i have to create approval policy for each process like Disable User, Enable user , etc ?
    Is there any generalized way that i make a policy on high level that if Role is Security admin Request goes to Auto Approval.
    Please help.
    Thanks in advance.

    >
    Query : Do i have to create approval policy for each process like Disable User, Enable user , etc ?You have to create approval policy for each of these request types.
    Is there any generalized way that i make a policy on high level that if Role is Security admin Request goes to Auto Approval.
    Please help.In approval policies you can select Auto Approval checkbox and write a rule Requester.Role Name Equals Security admin

  • Hr-abap,regarding finding mangers for an employee for the particular period

    hi,
    i am new to hr-abap.
    my requriement is i have to fetch the managers of an employee for a particular peroid of time.Can any one provide me this coding?

    this FM will find the current manager...
    FUNCTION ZGILL_APPROVER.
    ""Local interface:
    *"  IMPORTING
    *"     REFERENCE(PERNR) TYPE  PERSNO
    *"  EXPORTING
    *"     REFERENCE(NAME) TYPE  PAD_CNAME
    *"  EXCEPTIONS
    *"      NO_DATA
    DATA: ls_sobid1 TYPE sobid,
          ls_sobid2 TYPE sobid,
          ls_sobid3 TYPE sobid,
          vorna type PAD_VORNA,
          nachn type PAD_NACHN.
      SELECT SINGLE sobid FROM hrp1001 INTO ls_sobid1
       WHERE otype = 'P'
       and   plvar = '01'
       AND   objid = pernr
       AND   endda >= sy-datum
       AND   begda <= sy-datum
       AND   rsign = 'B'
       AND   relat = '008'.
    IF sy-subrc EQ 0.
    SELECT SINGLE sobid FROM hrp1001 INTO ls_sobid2
       WHERE otype = 'S'
       and   plvar = '01'
       AND   objid = ls_sobid1
       AND   endda >= sy-datum
       AND   begda <= sy-datum
       AND   rsign = 'A'
       AND   relat = '002'.
    IF sy-subrc EQ 0.
    SELECT SINGLE sobid FROM hrp1001 INTO ls_sobid3
       WHERE otype = 'S'
       and   plvar = '01'
       AND   objid = ls_sobid2
       AND   endda >= sy-datum
       AND   begda <= sy-datum
       AND   rsign = 'A'
       AND   relat = '008'.
    IF sy-subrc EQ 0.
    SELECT SINGLE vorna nachn from pa0002 INTO (vorna , nachn)
       WHERE pernr = ls_sobid3
       AND   endda >= sy-datum
       AND   begda <= sy-datum.
    IF sy-subrc EQ 0.
    Concatenate vorna nachn into name separated by SPACE.
    condense name.
    else.
    Raise NO_DATA.
    endif.
    else.
    Raise NO_DATA.
    endif.
    else.
    Raise NO_DATA.
    endif.
    else.
    RAISE no_data.
    endif.
    ENDFUNCTION.

  • My boss is receiving notifications for every employee's calendar. How do I make it stop?

    The company that I work for uses google calendar for scheduling appointments, meetings, ect. Each employee has their own calendar. Additionally there is a "master" calendar that is maintained by our office assisstant. The calendars are shared and everyone in the company can see each calendar. The issue that my boss has described to me is that he is receiving notifications for each of our calendars and the master calendar. For example... when we have our Monday morning meetings and all employees are scheduled to be there there is a meeting posted on all of our calendars as well as the master. An hour before... he receives eleven notifications of the Monday morning meeting. I have both my personal google cal and work google cal synced with my iPhone and I do not experience this problem. Neither do the two other gentlemen in the office that I have approached with this issue.
    Here is what I know:
    I have two google accounts added to my iPhone including my work account and do not receive multiple notifications of an event.
    My boss has five accounts, not all of them google, in his iPhone. One of them appears to be set up as a google sync account.
    I double checked his notification settings in google cal and he does not have notifications/reminders set for any calendar other than his own in the calendar settings.
    He has shared notifications turned off on both his device and on his iCal.
    I would appreciate any advice or guidance on this issue. Thanks in advance!!

    There's a fault with the blocklist.xml file which was updated on Friday, it should be fixed on Monday and you should get the updated file on Monday or Tuesday.

  • How to start approval procedure for a Document/Draft using DI API

    Hi!
    My code imports purchase orders from one non-B1 system to SAP B1 using DI API. The problem is that in B1 system there is an approval process configured and I need the newly created purchase order to enter this approval process.
    Currently this is not done because approval procedure isn't triggered when creating documents using DI API.
    I had an idea to create a draft of PO instead of the PO and then push this draft into approval process somehow. But I can't find a way how to tell DI API to start approval procedure for my draft/document.
    Thank you for your replies!
    Jan

    Unfortunately there is no way to trigger the approval process for any object added through the DI API.
    Your workaround of adding the documents as drafts is as close as you can really come but maybe you could extend it slightly - it will involve a UI API addon:
    Make the addon mandatory, and add a UDF to the user table, for example "U_Approver" and a UDF to PO document, like "U_Approval"
    - Set this U_Approval to yes when adding through DI and add as draft
    - When user opens draft document in the application, check are they an approver (U_Approver = "Y")
    - If they are not, and try to view/add a draft which is flagged as needing approval, block them from adding.
    You could further expand your DI project to send a mail to the approver whenever a draft PO is added.

  • Does replication group have to be set for session replication

    I have delployed an servlet based application on a 3 node cluster. I have a simple POJO that I use to carry data in the session from a "confirm?" to "confirmed" page. This object implements serializable and only has String and int members. I put it in session using request.getSession().setAttribute("dto", myobject). For some reason it is not being replicated to the other nodes in the cluster. My weblogic.xml has "PersistentStoreType" set to "replicated_if_clustered". I am not seeing any serialization or other errors in the node logs.
              I have looked at information contained in the link below and I think we are doing everything right. http://support.bea.com/application_content/product_portlets/support_patterns/wls/HTTP_Session_Replication_Failures_Pattern.html
              The only thing that I noticed is that the "Replication Group" is not set for any of the servers in the cluster. Does this need to be set for replication to happen?

    Hi,
              Having replication group is optional. It is used only if you are implementing failover in cluster. For session replication one has to generally configure 3 things:
              - in memory replication
              - jdbc replication
              - file sytem replication
              for im memory replication,
              Step 1:
              make sure taht a client is accesing the cluseter using either
              - load balancing hardware
              - web servers with weblogic proxy plugin
              Step 2:
              specify the persistance type in weblogic.xml
              Thanks,
              Sushma

  • BC Set for RFX Without approval

    Hi there,
    I have activated BC Set for RFX Without approval (/SAPSRM/C_RQ_600_000_SP04).
    Then, all the RFX created are with the following status on the RFX Approval tab
    Process step=Automatic Approval
    Status=Open (No Decision Made)
    Processor=System
    On BBP_PD the following status for the RFX are shown:
    Awaiting Approval
    Created
    Complete
    RFx Ready
    Why is keeping the Status Open (No Decision Made)?
    Isn´t it supposed that the RFX is automatically approved by the system?
    Is any process or customizing missing?
    The Approval Process Data shows the following:
    Thanks in advance !
    Ezequiel

    I tried with the BC Set but it was not possible for me to make it work. Finally I have used Process Controlled Workflow (WS40000014).

  • Any bapi available for Create Employee Trip

    hi ,
    please tell me for Create Employee Trip any bapi is available.
    if it is there means please tell me.

    Check this one -
    BAPI_TRIP_CREATE_FROM_DATA
    Regards,
    Amit

  • Set member to totalize a group of set members for any measure

    Hi there,
    I am wandering is there is a way to get a set member that totalize a particular group of members. So for example:
    For a Location dimension which only have Location attribute with the following members:
    Location1
    Location2
    Location3
    Location4
    Location5
    I would like to create a static set with only one member as MidTotal that will basically return the total for Location4+Location5 for any measure in the Cube.
    Any advice or query will be very welcome.
    Thanks and best regards,
    Joss

    Hi Joss,
    According to your description, you want to create calculated members to aggregate the member Location4 and Location5, right?
    In this case, you try the query below.
    create member [Cube].[Dimension].[Hierarchy].[Member]
    as
    aggregate( {
    [Cube].[Dimension].[Hierarchy].&[Location4],
    [Cube].[Dimension].[Hierarchy].&[Location5]
    I have tested it on my local environment, here is the results.
    Reference
    http://msdn.microsoft.com/en-us/library/ms166568.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • Reg:Approval procedure for Employee Master Data

    Hi,
    My client wants approval procedure for Employee master data.
    Is it a way do this?
    Please let me know.

    Hi,
    On Which action, do you required approval on Employee Master data ??
    It may be through customization easily.
    Regards
    Rahul Singh

  • How to set up approval process for test case in SAP solution manager?

    Hi Experts,
    We need to setup a 2 level approval process for test case documents in SAP Solution Manager.
    e.g. If test case document is uploaded for transaction "MM01" then first it will go to Reviewer1. Once Reviewer1 approves it , should go to Reviewer2.
    Adn finally once reviewer2 approves it , it will be complete.
    What are the required configurations and steps for approval process setup? It will be helpful if screenshots and detailed steps are provided.
    Thanks.
    regards,
    Sanjana

    Hi,
    the above requirement we are going develop add on.below code is there. in this code how we can set for line level amount instead of document total amount
    Private Function GetCondition(ByVal sCondition As String) As ApprovalTemplateConditionTypeEnum
            Try
                Select Case sCondition
                    Case "Deviation from Credit Limit"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromCreditLine)
                    Case "Deviation from Commitment"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromObligo)
                    Case "Gross Profit %"
                        Return (ApprovalTemplateConditionTypeEnum.atctGrossProfitPercent)
                    Case "Discount %"
                        Return (ApprovalTemplateConditionTypeEnum.atctDiscountPercent)
                    Case "Deviation from Budget"
                        Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromBudget)
                    Case "Total Document"
                        Return (ApprovalTemplateConditionTypeEnum.atctTotalDocument)
                End Select
            Catch ex As Exception
                MsgBox(ex.Message())
            End Try
        End Function
    Please guide me.
    Regds,
    Samapth Kumar.

  • Work Flow for Cat Time sheet approval(more than one employee)

    Hello Frn's,
    SAP provided workflow for time sheet approval using CAT2 transaction . Currently it is sending mail only a single employee's manager(while Time admin is submiting the time sheet of more than one employee) .
    But i need to send mail (work Item) to managers of all the employees .
    Please suggest some way to achieve this requirment .
    Thanks and Regards ..
    Priyank Dixit

    Hello Cahndra,
    I analyzed the task , it is passing only a single employee . Beacause of that it is sending mail for one employee's manager.
    Thanks and Regards..
    Priyank Dixit

  • Why is it that it would take a very long time [if ever] to change or adjust the tempo of a loop in the audio track when i set it to adjust regions to locators? Until now the spinning wheel of death is still very much spinning. thanks for any help.   Is th

    Why is it that it would take a very long time [if ever] to change or adjust the tempo of a loop in the audio track when i set it to adjust regions to locators? Until now the spinning wheel of death is still very much spinning. thanks for any help.
    Is there another way to adjust tempo of loops the faster way, any other technique?

    No clue why the final processes have suddenly started to take so long. Two things I'd try: a) capture from an older tape to see if some problem with the new tape is at fault.  And b) check the health of your RAM and the hard drive.
    The red frame sounds a bit like a glitch we used to have in OnLocation (actually in its predecessor HDV Rack) which was caused by a partial GOP. But that was a product of HDV Rack recording from the live video stream. It turned out that HDV cameras intentionally interrupt the data stream for an instant upon starting to record--specifically to avoid recording a partial GOP to tape. So my gut says that the tape has partial GOPs at the points where you stopped/started recording.

  • My ipod won't let me connect to wi-fi, won't let me restore or reset it, and it keeps telling me i knew a passcode for any one and I never set a password up. How do I fix this?

    My ipod won't let me connect to wi-fi, won't let me restore or reset it, and it keeps telling me i knew a passcode for any one and I never set a password up. How do I fix this? Says try again in 6180146 min. my passcode setting is off, but restrictions are on. Very frustrated. please help

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

Maybe you are looking for

  • How to configure a custom link in ESS for LTA?

    I have a requirement to display a pop-up alv report, once user click on a link "Leave_Details" in ESS. I am able to display pop-up alv but background screen is empty as its a separate WD application however I want that as soon as user selects any row

  • Can't hear audio  video from google or apps. What do I do?

    I Have an iPhone 5 I have had for a year and now it won't play audio from the Internet or my apps. I have tried turning off Bluetooth and resetting my phone. I even upgraded operating systems with the latest updates. But I can't figure out what is ca

  • Transfering files to an iPhone 2g from my desktop

    My employer provides me with an iphone 3g, which is great. but I can't put my own apps on it, which isn't so great.  I have an older iphone 2g with no cell phone plan I would like to use for personal apps, documents, photos and such.  I can download

  • Failed to Reload 4.5 Operating System

    Hello, I wiped out my blackberry curve 8310 and am having a problem to reload the OS. It show a white screen with an error 507. Whenever I use the application loader it brings this message:-  The blackberry desktop software does not have Blackberry D

  • While uploading the data

    hi i am uploading the data to su01 to change the password. while i am uploading passwords with normal characters , password is changed..if i upload passwords with strings it is showing the error "The entered password is not downward compatible (see l