Absnce status is pending for approval, but supervisor dont get request

Hi experts
If i apply for absence and sumbit it, dann staus = PEnding for Approval, but my supervisor didn't get my request to approve my holidy request.
Question: Why he /sehe will not get any entry in his page (Action pending for approval).
Any suggestion????.
Thx

Hi Mehdi,
I think in this case the approver to whom you are expecting approval request will go, its not going to that person, instead of that it is going to someone else.
To find from backend to whom it is going
Give this query
select * from HR_API_TRANSACTIONS
find out the item_key (Make sure item key is of your transaction only)
select * from WF_ACTIVITY_STATUSES where item_key = (as got from above statement)
now under this find the username that is specified against 'NOTIFIED'..
This is the username with whom the notification is pending,
Approve from this user, transaction will proceed further.
Rupali

Similar Messages

  • Can't accept BBM invitations and Invites sent show as "Pending for Authorization" but recipients are not receiving them either (PIN Message Status : Service Blocked)

    I recenly changed device from BB Curve 8530 to BB Bold 9900 and ever since then can't accept BBM invitations and Invites sent shows only as "Pending for Authorization" but recipients are not receiving them either. Tried sending PIN messages  but  I got a red x next to the message and the status says: "Service Blocked" .
    When my phone got lost, I was lucky that I just synchronized my device to my BB Desktop. Not only was I able to retrieve my contacts (phonebooks and BBM) but also ALL txt msgs and even call logs
    Anway, that happening, I assumed I don't need to re-send all my BBM friends invites since some were able to communicate with me. But for those who have deleted my profile (knowing it got lost) and were still on my contact were the ones affected. I tried deleting them and sent an invite only to find out that: I can't accept BBM invitations and Invites sent shows as "Pending for Authorization" but recipients are not receiving any. (they also have the same pending for authorization notice on their end) 
    When I tried to send them a PIN message I get a red x next to the message nd get the service blocked message.
    Help I do not know what else to do.
    ** FYI: new contacts added with my new PIN have no prob sending invites and me accepting them all.

    Hello Lhea,
    This issue is most likely Caused by the BlackBerry not being provisioned for BlackBerry Data Services. 
    Please have a look at the following article that covers "Service Blocked" when sending a PIN message:
    http://btsc.webapps.blackberry.com/btsc/KB19244
    I hope this helps.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Timesheet pending for approval

    Hello Guys,
    I have a scenario wherein time entered will go either to Project Manager (Person responsible in WBS) or to Supervisor maintained in HR for approval.
    A person is assigned to an activity and he will book time against that activity and release for approval. It will go to either Project manager assigned in WBS element or if person responsible is not maintained in WBS element, it will go to Supervisor assigned in HR master data for approval.
    My question is, in which report/transaction I can see the time is pending with whom, Project Manger or Supervisor.
    Deepak

    Thanks Sanjeev.
    I checked in CAC1, where I have see if  user profile is enabled for this approval process?
    I have checked both CADO and CATS_DA reports.
    I think I am failing in telling my requirement, I want see with whom the time is pending with (User ID, Salary Code etc...) for approval. Is there any report?
    I can see the status of time sheet on both above reports but these reports does not show with whom these timesheet are pending for approval.
    Deepak

  • How to get list of PO pending for approval with a Particular Approver

    Hi Experts,
    I have created a Workflow for PO Approval. So when a PO is created the Approver is notified via an emaill.
    This is working fine.
    But now in the mail i have to send the list of Purchase Orders that are pending for approval with that Approver.
    Kindly suggest an approach to achieve this scenario.
    Regards,
    Radhika.

    There are several standard solutions to your requirement.
    One is to lessen the frequency of the program rbbp_notification_offapp and tick the box collect workitems. This should create one mail for all pending workitems for that agent.
    Another one is to retieve the workitems sent to him / her with FM SAP_WAPI_WORKITEMS_BY_TASK and include that data in the email you send.
    You can influence emails throught the badi behind rbbp...etc.
    Called BBP_OFFLINE_APP_BADI
    Kind regards, Rob Dielemans

  • Function to change CATS status to released for approval

    I have a requirement where I need to change in batch cats records from status 10 to status 20 'released for approval'
    I can't find how to change the status in  BAPI_CATIMESHEETMGR_CHANGE
    and another function CATS_APPROVAL only works for approving or rejection of records.
    is there another bapi or function which I can use to change the record status of cats ?
    or the other way around is also acceptable that I can set the status back from '20' released for approval to '10' locked.
    kind regards
    arthur de smidt

    when debugging cat2 I found a form which handles the release for approval. but I'm nog sure if there is more to it. for so far I can see it updates the status directly and that's it. when I go further on I come in the screenpainter prog. any clues if it's normal to use this code for my own abap ??
    further on I don't understand the function of ASSIGN_FIELDS_IN_ICATSD ?
    can somebody explain this one ??
    include : LCATSF33
          FORM FREE_ONE_CELL                                            *
          free one cell on dynp                                         *
    FORM FREE_ONE_CELL USING U_NUMBER
                             U_WORKDATE LIKE CATSDB-WORKDATE.
    assign the correct fields
      PERFORM ASSIGN_FIELDS_IN_ICATSD USING U_NUMBER.
      IF <STATUS> = STATUS-LOCK OR <STATUS> = STATUS-REJE.
    count records
        TOTAL_RECORDS = TOTAL_RECORDS + 1.
    date in the future ?
        IF TCATS-FUTURE IS INITIAL.
          IF U_WORKDATE > SY-DATLO.
            FUTURE_RECORDS = FUTURE_RECORDS + 1.
            MESSAGE S024 WITH FUTURE_RECORDS TOTAL_RECORDS.
            EXIT.
          ENDIF.
        ENDIF.
        READ TABLE ICATSDB WITH KEY MANDT = SY-MANDT
                                    WORKDATE = U_WORKDATE
                                    COUNTER = <COUNTER>
                                    BINARY SEARCH.
        IF SY-SUBRC = 0.
          ICATSDB-STATUS = STATUS-FREE.
          IF ICATSDB-ACTION IS INITIAL.
            ICATSDB-ACTION = ACTION-UPDATE.
          ENDIF.
          MODIFY ICATSDB INDEX SY-TABIX.
          <STATUS> = STATUS-FREE.
    set global marker that data have been unlocked
          FREE_DATA = YX.
        ELSE.
          MESSAGE X030.
        ENDIF.
      ENDIF.
    ENDFORM.
    kind regards
    arthur

  • Pending for Approval Appraisals

    Hi,
    Is there anyway to cancle the process of an appraisl that is "Pending for Approval"?
    I've tried to cancle the workflow from the sysadmin, although its status is canceled i still can see the appraisal pending for approval in the Appraisals In Progress section.
    Any advice?
    Thanks

    As my understanding,
    Employee has submitted these appraisals and they are pending for approval for respective Managers.
    If this is case, Two Possible solution could be there
    1. Manager can revert back to Employee
    2. Using API you can update to APPRAISAL record to "Pending with Employee". This change will effect in PER_APPRAISALS tables.
    Respective Notification you can close them from wf_notification Table.
    Thanks.

  • Purchase Requisition pending for approval

    Hi,
        How to find out the Purchase Requisitions that are pending for approval?
    Thanks and Regards,
    Pavan

    Hi
    Try with ME5A, with dynamic selection option release indicator - blocked or with selection option PReq. processing state- 03.
    Thanks

  • PO routed for approval but the PO does not require release

    Hi Guys i have an issue,
    My ECC PO Routed for approval, but the PO doesnot requre Release as its was below the approval limit. Workflow should not be routed , but then also the user got the Workitem

    Iam not sure about what iam proposing but, take a look at this SPRO settings in the prodcution system.
    1. See based on the release code that is sent to workflow , the workitem will be sent to user or not.
    2. Copy release code that is passed to workflow container (you can get this from workflow log technichal details SWIA or SWI1)and check in the table T16FC, if the entry is found then check the field FRGWF - Role resolution for workflow is initial or not if it is not initial then try to make it initial and then trigger the workflow.
    here the possible vallues in the field FRGWF are 1 or 9 if any one of them is set with respect to that releasecode , i think that indicates that the workflow will try to determine the release code agent from t he defined organizational structure.
    if you make it initial then,  i hope the workitem will not be sent to the releasecode agent.
    Please check this system table
    [Please check this SAP help Document|http://help.sap.com/erp2005_ehp_04/helpdata/EN/04/92775546f311d189470000e829fbbd/frameset.htm]

  • Header status say "waiting for approval".

    Hello Team,
    We have contract with 10 line items. All line items are approved. ie the status say approval finished.
    However in the header status say "waiting for approval".
    We have approval at header level.
    System details we have SRM 7.01 ie Ehp 1.
    Thanks in advance.
    With Regards
    Divakar V

    Hi,
    Check in IMG >>>> "Check Event Type Linkage" check whether "linkage enabled" got unchecked or not.
    Ganapathi

  • SSHR: Leaves Still "Pending for approval" after last approver

    Hi,
    After Approving the absence through SSHR from the last approver , it still pending for approval and was not transferd to the Application.
    Is there any specific configuration i've to do to enable the Approval process to be completed.
    we use AME for Approval.
    Apps Version : 11.5.10.2
    waiting for your help, please.
    thanks
    Edited by: Smarteng on Mar 21, 2012 6:30 AM

    Hi,
    The issue has been resolved, the reason was rhat the profile option HR:Defer Update After Approval was set to No and the backgroun process was running with no parameters, it should be running with the following parameters in order to update the database with the SSHR transaction:
    Item Type = HR
    Process Deferred = Yes
    Process Timeout = No
    Process Stuck = No
    Thanks for all for your help.

  • CUP: Avoid requests to be pending for approval: Best approach?

    Hi all,
    We would like to receive inputs for the different approaches you are using to avoid requests to be pending for approval.
    What is to say, to provide provisioning for new users eventough the role owner of one role requested hasn't respond the request.
    Many thanks in advance. best regards,
      Imanol

    Hi Imanol,
    Suppose a request is pending for approval to an approver. You can do following things
    1 Send Reminder mail. You can configure reminder mails in Configuration-> workflow->Email reminder.
    From here you can configure the time period and the email contents.
    2 you can set escalation. You set escalation navigating to configuration-> workflow-> stage.
    open a stage, you can set wait time and escalation configuration
    you can escalate to next satge, alternate approver & to administrator.
    3 you can also configure stale request setting.
    Configuration-> requests-> stale request.
    you can define the time period of the stale request.
    All open requests will be closed after that period. you need to run the background job for that.
    proviosning will not happen in this case
    kind Regards,
    Srinivasan

  • I have an app update on my phone through the app store, but i dont have that app and when i hit update it says the item is no longer available for sale,, but i cannot get rid of the little 1 at the corner of the app store app,, how can i get rid of it

    i have an app update on my phone through the app store, but i dont have that app and when i hit update it says the item is no longer available for sale,, but i cannot get rid of the little 1 at the corner of the app store app,, how can i get rid of it,, i have iphone 5

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store notice. For example, if the App Store says you need to update "Twitter," the hacked app may be "Angry Birds" or something else entirely. Don't make any assumptions about which app you're looking for. To find it, you have to carry out a systematic search.
    Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard (command-C).
    In the Finder, press the key combination command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu initially showing Kind. From that menu, select  Other...
    A sheet will drop down. In that sheet, select Raw Query and click OK or press return.
    Now there will be a text box to the right of popup menu. Click in that box and paste (command-V).
    The search window will show all the App Store products you've installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the items listed in the search window is not among your purchases in the App Store. Move each such item to the Trash. You may be prompted for your administrator password. Empty the Trash.
    Log out and log back in. Test.

  • When buying an app it asked me questions for security but i dont remember them

    when buying an app it asked me questions for security but i dont remember them

    http://support.apple.com/kb/HT5312

  • My iPhone 5 ,iOS 7.0.2 after rstore firmware ,now need old email for activation , but i dont know email and password , what can i do?

    my iPhone 5 ,iOS 7.0.2 after rstore firmware ,now need old email for activation , but i dont know email and password , what can i do?

    Hi mt.ahsan!
    I have a website for you that can help you find that Apple ID, then you can reset the password for it if necessary:
    Apple ID: How to find your Apple ID
    http://support.apple.com/kb/HT5625
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • How to get reading list in my all my devices and computer (window 7). i have installed ios 6 on iphone and icloud control panel on both PC's (home and office) but i dont get updated reading list on all my devices.

    how to get reading list in my all my devices and computer (window 7). i have installed ios 6 on iphone and icloud control panel on both PC's (home and office) but i dont get updated reading list on all my devices.

    Hi bluegrandpanash,
    Thanks for visiting Apple Support Communities.
    If you backed up your iPhone to iCloud before updating the software, first try the steps under "Restore from an iCloud backup" in this article to recover your data:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    http://support.apple.com/kb/HT1766
    Best Regards,
    Jeremy

Maybe you are looking for

  • NO Wireless for my iPad Air

    Eight hours of trying, but still no wireless. I am ready to give up. I have read several posts, and I have tried everything: 1. Shut off my Netgear router/restarted it 2. Reset settings on my iPad Air 3. Used airplane mode to turn off wireless before

  • How can I reinstall iphoto on new hard drive?

    Original purchase came with iphoto installed.  After hard drive crash new hard drive does not have iphoto app.  Anyone have any idea how to reinstall without having to purchase?  Had to install original OS X 10.6.8 Snow Leopard

  • Error running seeded iExpense Page

    Hi, I am trying to run an iExpense page from Jdeveloper, but get the below error: (This developer mode error is thrown instead of being registered due to the lack of the page context object.) The OA passivation framework coding standard has been viol

  • Cell contents selected on focus in JTable

    I'm new to swing and trying to get the contents of a JTable cell to be selected when the cell receives focus. I've looked at the TableCellEditor interface and the like, but I just can't seem to get the hang of how it all fits together. Any hits would

  • Mi mac mini no detecta camara web

    Hola a todos, compre una mac mini y quiero instalarle una camara web, la conecto y no la detecta, ¿sabe alguien como puedo conectarla? Saludos!!