ECC 6.0 - Leave request show duplicate entries one with ERROR status

Dear All,
We have implemented standard Leave request process, we are facing the issue as mentioned below, Its not happening for all the time, however we want to what scenario   this problem will arrives.
Problem description:
E.g. Staff applied annual leave on 10.06.2010, the leave request will sent for approval , after the approval of the leave ,every 30 min. we have scheduled a job which will execute standard program RPTARQPOST to post a leave request to IT2001.
After the approval when staff go into ess and see leave request details under "Show Overview of Leave" and its shows as 2 records for the same period one with APPROVED and another one with ERROR.
Type of Leave   From         TO                    Status                      Used
Annul

Hi Annul,
Please check SAP Note 986003 - ESS LEA: Incorrect ERROR status for records in RPTARQPOST.
May be relevant for your case.
Regards,
Dilek

Similar Messages

  • Ipad still showing duplicate entries for songs.

    my Ipad still showing duplicate entries for songs. I have unchecked Show Itunes in the Cloud purchases, I have tried replacing all items when autofilling (before syncing) I have even logged out then back into itunes, to no avail. Can you please assist? Thank you

    hi guys, i was just googling the problem as i too have it, i am currently trying to sort it, i have deleted all my music off my phone using itunes and then put it all back on and also tried deleting it and outting 1 album on at a time, still not got rid of the duplicate tracks, i have now used the show duplicate items view and deleted those off my itunes library. i think i may have come across the problem!! i have just deleted all my music off my iphone using itunes again, and it shows nothing being on my iphone, however, if i go into music on my actual phone it is still showing 126 songs and none of them play. so i have now deleted them manually directly from the phone and am now putting all my music back onto my phone hoping i have cured the issue of ghost tracks.
    ill let you know when its done if we are cured!!
    BOOOOOMMMM!!!!! it worked!!! been so frustating, now its all good, hope this helps anyone with the same issues

  • Fields "Used " upon Leave Request show carry forward instead of al

    Dear all,
    Staff  have apply 1 days annual leave. However when the staff submit leave request via
    ess, fields "used" in leave request show carry forward leave insteqad of annual leave .
    The staff have carry forward but have fully utilize it before his apply the leave.
    Is there any config can I check why the fields show carry forward?TQ

    it is the same as per backend customisation
    ie T554s absence is connected to which absence quota to deduct using a deduction rule V_556R_B
    (T556C), Please verify.

  • HELP: Customizing ESS Leave Request for multiple entries in one submission

    Hi experts,
    I appreciate help on this urgent problem. We're on ECC6 with EP7. My customization requirements are below:
    1) Allow multiple leave entries to be submitted at one go. Standard ESS only allows one date range entry per submission. We've customized the Webdynpro Leave request form to allow multiple entries in table form.
    Assuming there's 3 requests:
    R1 ~ 01-Oct-2007
    R2 ~ 03-Oct-2007
    R3 ~ 05-Oct-2007
    Whenever user clicks 'New Entry' button, Webdynpro will call bapi PT_ARQ_REQUEST_PREPARE to generate a new request ID.
    When user clicks on 'Review' button, I will loop at the requests internal table and check each of the entries, which is an individual request, via BAPI PT_ARQ_REQUEST_CHECK. Am I doing correctly so far?
    The checks return no error. Next comes the problem. When I click the 'Send' button, I will loop at the request IDs (in ascending order) into BAPI PT_ARQ_REQUEST_EXECUTE. I will get a dump, saying that the object cannot be found. Debugging shows that it cannot find the first request ID (R1) in the memory. I found that if I sort the request IDs in descending order, it will be able to find the last request (R3) and could process it. However, when it comes to the 2nd last request (R2), it will give me the same dump saying that object can't not found. Both R1 and R2 cannot be found whereas only R3 can be found.
    In overview, the logic we adopted is like this:
    1) PT_ARQ_REQUEST_PREPARE-CREATE (R1)
    2) PT_ARQ_REQUEST_CHECK (R1) upon clicking 'New Entry' Button
    3) PT_ARQ_REQUEST_PREPARE-CREATE (R2)
    4) PT_ARQ_REQUEST_CHECK (R2) upon clicking 'New Entry' Button
    5) PT_ARQ_REQUEST_PREPARE-CREATE (R3)
    6) PT_ARQ_REQUEST_CHECK (R1, R2, R3) upon clicking 'Review' Button
    7) Loop PT_ARQ_REQUEST_EXECUTE ( R3 - Returns OK, R2 - Returns object not found and terminates, R1 - not processed because execution terminated by R2).
    Can anyone please advise me how I should go about changing the BAPIs? Or are the CLASSes/BADIs to be changed?
    <b>Points will be rewarded for helping with this urgent requirement.</b> Thank you.
    Regards,
    Damien

    Hi Kiran,
    Thanks for replying. My guess initially was also that the requests are overwritten.
    I heard of another company's implementation who did the same concept and was able to do it. Unfortunately, I'm unable to get any information from them.
    Initially, my frontend programmer and I thought of adopting the 'dummy checks' methodology. i.e. Do dummy checks when clicking 'New entry' or 'Review' button. This is to ensure that the entries were entered correctly at front end. Only when the user clicks on the 'Send' button, my BAPIs take in a table of request entries and perform the Request_Prepare&Request_Check&Request_Execute one at a time.
    This may be expensive as there will be double the processing needed. One set for dummy checks and one set for the actual backend processing.
    Is there any way that I can create multiple requests in 'transcient' state so that it won't be overwritten and I can still find it when I call the BAPI PT_ARQ_PREPARE_EXECUTE? PT_ARQ_PREPARE_EXECUTE only takes in request IDs instead of request structures.
    Thanks again, Kiran, for replying. Have a good weekend.
    Regards,
    Damien

  • ECC 6.0 leave request attendence overview

    Please can someone help me how to configure the field "status" in my ESS leave request attendence overview in ECC6.0?
    I'm using a leave request scenario without approval and the status of my posted absences in infotype 2001 show the status "informed". From a proces point this status makes no sense.
    Already thanks for reading. Hope for a solution.
    Robbert Bastiaans

    Hello,
    I would definitely say for you to have a look at the BADI PT_GEN_REQ. Also verify the implementation of your PT_ABS_REQ.
    REgards,
    Bentow.

  • Leave Request - Show or Hide by Country

    Hello to all,
    I have NW2004s EP 7.0, ESS BP 60.2, ECC 5.0.
    I'm implementing the Portal in several languages but I only want to make "Leave Request" available for only a few of them.
    Any ideas?
    Thanks in advance.
    Antonio

    Hi,
    There are two possible ways of doing this:
    This could be possible with the customization of standard business package where in you need to write a piece of code to identify the logged-in user's location (from the backend and not the locale because locale could be deceptive) and thereafter dynamically displaying or hiding the link on overview page.
    Second, go for a federated portal and the implementation would be much easier. You would not need to customize the standard business package. To learn more about federated portal, use this link : http://help.sap.com/saphelp_nw2004s/helpdata/en/89/f9ed428ccd5604e10000000a155106/frameset.htm
    There is no such standard feature available in portal otherwise.
    Hope this helps.
    Cheers,
    Sunil
    PS: Reward points for helpful answers.

  • Leave request- showing previous user's data

    Hi All,
    I am using ESS. Say there are 2 users.First user log in and accessed his leave request. Then he logs off.
    When the second user log in , in the leave request it is showing first user's manager name instead of showing his manager name.
    Can anyone advise on this?
    Thanks!
    Swarnaprakash

    first of all do they have same manager? can you check in the ptarq>determine approver
    Or you can delete the cookies of browser and check again!
    in the table V_PTARQ_TPROCESSwhat rule is created is it  "Last Agent, Then Line Manager".
    or check in table HRESSAPPROVER what is maintained
    Edited by: Siddharth Rajora on Apr 19, 2011 5:09 PM

  • SCVMM 2012 showing Duplicate VM'S in running status

    Hi
    We have Three Windows 2012  Hyper-V nodes in which we distribute the VMs
    Now we are facing an issue that in SCVMM 2012 Console we can see Duplicate entry of one of the VM'S in the same host and status is
    showing as running but it is not there in the cluster resource manager. 
    How can we remove the duplicate entry with out affecting the production environment
    Regards,
    Ashok

    Hello,
    ps C:\>get-vm "duplicate vm" | fl ID
    ID    : 317024bc-6ae1-4c65-b828-b072a7f0d79c
    ID    : d22f72b1-d646-4784-965d-e6c26f5ebe3e
    ps C:\>get-vm "duplicate vm" | where ID -eq "one of IDs" | remove-vm -force

  • Duplicate entries created with CMP

    My question is: Should CMP container maintain the primary key field?
    I created a client program to create a number of CMP objects and execute
    some finder methods.
    If I executed the client program again, it would try to create the
    same CMP objects again. I thought I would receive some duplicate key
    exception but I didn't get any exception. Looking at the DB, I found
    the duplicate entries. Why?
    Then, I modified the client program to do a findByPrimaryKey() and
    an exception is caught saying that duplicate key found in DB.
    (This is expected as duplicate rows did exist in DB.)
    I am using weblogic 6.1.
    Thanks,
    Terrence

    If your client code is written correctly and you use the correct isolation
    level, you will not get duplicate keys.
    If your database is configured with the correct constraint, you will not get
    duplicate keys.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "Terrence Leung" <[email protected]> wrote in message
    news:[email protected]..
    My question is: Should CMP container maintain the primary key field?
    I created a client program to create a number of CMP objects and execute
    some finder methods.
    If I executed the client program again, it would try to create the
    same CMP objects again. I thought I would receive some duplicate key
    exception but I didn't get any exception. Looking at the DB, I found
    the duplicate entries. Why?
    Then, I modified the client program to do a findByPrimaryKey() and
    an exception is caught saying that duplicate key found in DB.
    (This is expected as duplicate rows did exist in DB.)
    I am using weblogic 6.1.
    Thanks,
    Terrence

  • Request User State Store Fails with error code 0x00004005

    I am trying to get a machine refresh working in SCCM and am running into a road block with the user state migration. The Task sequence hits Request user state store and then fails. In the logs on the machine it shows it downloads the cert from the SMP but it fails to verify the cert. The thing is that this was working and then stopped for no apparent reason. I have added a second SMP and it has the same issue so its got to be something environmental causing this. I have found no references to the errors I am recieving that relate to the issue so I am stumped. We have a SCCM 2007 site in mixed mode. The error log is:
    The task sequence execution engine failed executing the action (Request User State Storage) in the group (Capture User Files and Settings) with the error code 16389 Action output: ployment\osdsmpclient\smpclient.cpp,1743) Request to SMP 'ATXFREPSMS01.NA.atxglobal.com' failed with error (Code 0x80090006). Trying next SMP. FALSE, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,1698) pClientRequestToSMP->Execute(migInfoFromMP.saSMPs), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,2713) ExecuteCaptureRequestToSMP(migInfoFromMP), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\smpclient.cpp,2755) ExecuteCaptureRequest(), HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdsmpclient\main.cpp,72) OSDSMPClient finished: 0x00004005 Failed to verify certificate signature for 'ATXFREPSMS01.NA.atxglobal.com' (0x80090006) ClientKeyRequestToSMP failed (0x80090006). ClientRequestToSMP:oRequest failed. error = (0x80090006). Failed to find an SMP that can serve request after trying 4 attempts. ExecuteCaptureRequestSMP failed (0x80004005). ExecuteCaptureRequest failed (0x80004005).. The operating system reported error 16389:

    Hi
    I am getting the same issue.
    More info:
    The same task works ok for one client - an xp machine that was upgraded to vista sp1 using sccm but without usmt.
    If I send this machine a task which includes usmt and os deploy it works.
    On 2 other machines ( so far) , the request store fails with the same error  - 0x80090006. (one of them existing vista and the other xp)
    I have tried removing and adding the client from the domain but it did not help.
    Any idea?
    David

  • Submitting Customized Report Request, Completed with Error Status

    Dear All ,
    Good Day ,,
    1- I am using Oracle Application 11.5.0
    2- Application And Data Base Server Unix AI
    3- created Oracle Report file (i testes all sql statmets using toad , successfly)
    5- Tested the report , passed parameters , it is running successfully .
    6- Cpied the reports to the next path (E:\oracle\testappl\per\11.5.0\reports\US)
    7- Created Executable file (has the same name of the rdf file)
    8- Created Concurrent program contains the same Executable file and the output format is 'PDF', Style = 'Landscape' , printer = 'noprint' , the added the parameters (the same named in the rdf file)
    9- Added the Concurrent program to the HRMS 'Reports & Process'
    10- From the HRMS Manager Responsibility , i submitted the request , passed the parameters .
    11- Refresh , Pending , Runing , phase 'Completed' , Status 'Error'
    12-View Log .. :
    Human Resources: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    KU_PAYSLIB module: KU_PAYSLIB
    Current system time is 31-MAR-2010 23:29:55
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    TIME_PERIOD_ID='442'
    ORGANIZATION_ID='1424'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AR8MSWIN1256
    stat_low = 84
    stat_high = 0
    emsg:was terminated by signal 4
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 4
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 3192426.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 31-MAR-2010 23:29:56
    12-When i change the output format to XML it completes with 'Normal Status' but , the next Log is appearing :
    Human Resources: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    KU_PAYSLIB module: KU_PAYSLIB
    Current system time is 31-MAR-2010 23:36:19
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    TIME_PERIOD_ID='442'
    ORGANIZATION_ID='1424'
    Environment will now switch to UTF-8 code-set.
    Parts of this log file may not display correctly
    as a result. This is an expected behavior.
    XML_REPORTS_XENVIRONMENT is :
    /apps/oracle/testora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /apps/oracle/testora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    REP-3000: Internal error starting Oracle Toolkit.
    Report Builder: Release 6.0.8.28.0 - Production on Wed Mar 31 23:36:20 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 3192428      
    Number of copies : 0      
    Printer : noprint
    Finished executing request completion options.
    Concurrent request completed successfully
    Current system time is 31-MAR-2010 23:36:21
    Thanks A lot

    >
    emsg:was terminated by signal 4
    >
    For this issue , pl see the solutions in this related thread - Re: The Concurrent Manager and Programs is failing random
    >
    REP-3000: Internal error starting Oracle Toolkit.
    >
    This typically indicates that an X server is not running on the Unix server. Pl see these MOS Docs
    200474.1 - Comprehensive REP-3000 Troubleshooting and Overview Guide
    207532.1 - Troubleshooting Tips for REP-3000 Error when Running PDF/POSTSCRIPT/HTML Reports
    Searching on this topic in these forums will also retrieve many hits.
    HTH
    Srini

  • After 11.1 update, podcast page now shows 1500 undeletable ones with the cloud symbol. Turn it off?

    Itunes just updated to v11.1 for windows 7. On the podcast page every one of my subscriptions now show ALL available podcasts with the little cloud logo. I cannot delete them nor is there a place to turn that off. If I download it then delete it, it goes right back to the cloud logo. I want it back the way it used to be just a few days ago where it only showed downloaded podcasts that I can delete when done.. Please help me get rid of that. Thank you.

    Huh.  My complaint actually got fixed at some point; I'm on 11.1.3 (8) now, and it's been working for a while.  (My current complaint is that iOS 7's podcast app introduced the feature of letting you download eps directly on your phone, rather than sync-ing over from iTunes, but in the process they made it somewhat harder to manage your podcast subscriptions; I still haven't 100% figured out what actions will sync between phone and computer, and what I need to do manually in both places.  It's definitely not working as smoothly as, say, the way Contacts syncs through iCloud.)

  • 0ORGUNIT with 0EMPLOYEE report shows duplicate entries in Hierarchy

    Hi
    I am triyng to build a report like PO13 in ECC (Organization Tree with Position & Org Unit).
    The report is built on 0EMPLOYEE and uses the 0ORGUNIT as a nav att with Hier
    But in BW the report is showing the Employee twice!
    Once in the top level of the hierarchy and in the level it suppose to be.
    Any body knows why?
    Thanks
    Edan

    Ran into the same requirement at a previous client.  They desired an org chart in BI. 
    However, the way BW hierarchies seem to work, is that it will repeat the characteristic value for each node higher in the hierarchy.
    For instance, if your hierarchy looks like All Company -> Division -> Dept. -> Group, and Employee 'Joe Bob' is a member of 'Group'.  If you have all levels displayed in BEx, 'Joe Bob' will be included under each level.
    We found that the hierarchies are good for rolling up the fact data, but terrible for presenting characteristic data compared to other reporting systems we were used to.  We ended up pushing back and the users used the Org reports builtin to ECC.

  • Airwaves Survey shows duplicate entries per WLAN SSID

    Hello Cisco WLAN-experts,
    I have a nice problem for You:
    Our WLAN-networks appear twice in every WiFi-Catcher !
    We are running 1131LAPs in HREAP-Mode together with a 4402WLC and use two WLANs. One is the typical "Guest WLAN", another a more secure one, which we do not broadcast the SSID from.
    Both 802.11b/g and 802.11a are active.
    To our surprise, our 802.11b/g-only WLAN-clients see 4 instead of the expected 2 WLANs while they use tools like Airwaves Survey to scan the surrounding.
    The shortened output looks likes this:
    RSSI BSSID SSID Type
    -44db 00-1f-9e-7f-e1-60 802.11g
    -40db 00-1f-9e-7f-e1-61 guest 802.11g
    -40db 00-1f-9e-7f-e1-62 guest 802.11g
    -39db 00-1f-9e-7f-e1-63 802.11g
    Does anybody have an explanation why the Cisco LAP is appearing with 4 different Mac-addresses in our Clients ?
    Thank You for any hint in advance.
    Greetings from Good old Germany
    derobbacher

    You will see that because users need to see a different mac addess per radio and per ssid. So if you have one ssid and that ssid enabled on both radio's, then you will see two mac address entries. If you only had that on one radio, then you will only see on mac address entry. Hope this helps.

  • "Open with" in mail shows duplicate entries

    This seems like a CFBundleRoleType problem of some sort... It happens that if one decides to right-click an attachment in Mail and opt for "open with" sub-menu (something people rarely do, I suppose;) there's a list full of redundant entries. For example: A TIFF image attachment has an infinite list of "Open with" options with things repeating like this:
    Safari
    Preview
    Safari
    Safari
    Safari
    Safari
    Preview
    Preview
    Preview
    ... and so on. The list contains some programs that are inadequate for this filetype as well.
    This _DOES NOT_ happen in Finder though. Finder gives a clean and correct "Open with" list.
    My Leopard is a clean install with the previous Tiger installation's data and applications imported and is a week old.

    I just noticed this problem in mail as well. Only some of my applications are duplicated. If I run both of the applications that are duplicated then one runs from the normal application folder and the other from the backed up timemachine folder on the external drive.
    There seems to be no reason as to which applications are duplicated and which are not - some are Apple applications, some not.
    I did notice a lot of unusual activity on my timemachine drive shortly before this happened. Backup was not happening and spotlight was not indexing but someone was reading the drive.

Maybe you are looking for

  • More than one VAT code on one line item?

    Hello, Running ECS SRM 5.0. Is it absolutely impossible to set more than one VAT code on one order line in a SC or PO? Can this be acomplished by using a user exit or anything? This demand comes from a public sector company which pays different VAT d

  • Error in downloading Adobe Reader

    Keep getting error Error 1935.An error occurred during the installation of assembly component {B708EB72-AA82-3EB7-8BB0-D845BA35C93D}. HRESULT: 0x80070308. Error 1935.An error occurred during the installation of assembly component {B708EB72-AA82-3EB7-

  • Since I installed adobeX when I try to open a pdf file I get an error message

    message "adobe cannot locate a DDE server".   But it works OK when I use Chrome, but not when I try to open a file on my hard drive or while using MS IE.

  • E1000 connection question

    Hello, I helped a friend today connect to the internet via a Cisco E1000 router.  Her ISP is Comcast.   I downloaded the Cisco Connect software onto her laptop (running WinXP) while she was connected directly to her Comcast modem.  Once downloaded, I

  • Problems Installation OEM 12c on Oracle Linux 6.3 64Bit

    Hi I am seeing the following messages in the logs during installation, it happens when it gets to 20% INFO: Start output from spawned process: INFO: SaveInvWCCE JRE files in Scratch ":0" INFO: oracle.installer.mandatorySetup property is set to false,