Duplicate entries have started appearing - why?

Over the last few days, whenever I download new email from my POP3 server, duplicates appear in the mail list. They usually vanish after reading any one of them. But what does this mean? Is my mail database getting screwed up? Are there any precautions I should take? Is there a database rebuild just in case something is going wrong?
Thanks,
doug

Hi,
Can you check where the code is written to get employees from position, there may be two cases where multiple records exists for single person.
1) When getting data for pernr assigning to a position they may missed out date condition. If so we need to bring only active positions assigned to that employee.
2) There may be multiple positions assigned to a single person. In this case you need to ask the client what you need to do.
Delete adjacent duplicate is may  not be correct solution as which position we need to delete is not sure. You check above two cases and go head.
Hope this information will help you.
Regards,
Narendra.Soma

Similar Messages

  • Duplicate entries / Employee is appearing twice in report (OR more than onc

    Duplicate entries / Employee is appearing twice in report (OR more than once)
    When I hire an employee, I assign the position, and based on the positions other values get defaulted /assigned to that employee.
    I have one case where employee has been assigned to one position, but with different position descriptions, and in report it is showing duplicate entries for the same personnel number, now client need for one personnel number only one row to display in report
    Also I tries to run , Birthday list standard report , it is also showing 2 entries (Or sometime more than 2)for the same personnel number , May I know why this is happening?
    And how to fix this bug
    Thanks and Regards
    Jaydeep Jadhav

    Hi,
    Can you check where the code is written to get employees from position, there may be two cases where multiple records exists for single person.
    1) When getting data for pernr assigning to a position they may missed out date condition. If so we need to bring only active positions assigned to that employee.
    2) There may be multiple positions assigned to a single person. In this case you need to ask the client what you need to do.
    Delete adjacent duplicate is may  not be correct solution as which position we need to delete is not sure. You check above two cases and go head.
    Hope this information will help you.
    Regards,
    Narendra.Soma

  • How can I turn off the annoying yellow boxes that have started appearing?

    It seems that recently I have started having annoying yellow boxes appearing when I hover over thing in the finder window. This is something that I didn't have going on in the previous 3 versions of Mac OS X.
    Here's an example...
    How can I get rid of them?

    This appears to be a third party extention of some sort with the bright yellow background?  Start there if you modified.
    Might look at the following:
    https://discussions.apple.com/message/3515011?messageID=3515011#3515011
    or
    http://www.macworld.com/article/1055202/termtooltips.html

  • Append Duplicate entries in Start Routine through ABAP code

    Hi Experts,
    I need to write an ABAP code in the start routine for the following conditions.
    For every record in fiscal period (FISCPER) which has non u2013quarter months eg if Jan/Feb ie (001.2007 or 002.2007) I need to create an additional duplicate record which keeps all the other values same but negates the key figures and replaces the month by a quarter ending month
    Eg: if my records are
    FISCPER   COMP_CODE    GLACCT       BALANCE
    001.2007     1000                     6789090       70
    002.2007      1000                    6789090       80
    I need to create/append duplicate entries by negating the Balance value and replacing the Fiscper with 003.2007
    FISCPER COMP_CODE   GLACCT   BALANCE
    003.2007    1000                6789090    -70
    003.2007    1000                6789090    - 80
    Hence the entire structure should now look like:
    001.2007       1000        6789090         70
    002.2007       1000        6789090         80
    003.2007       1000        6789090        -70
    003.2007       1000        6789090       - 80
    Similarly, I need to append duplicate entries for all non quarter ending months and replacing the Fiscper with the quarter ending month and also negate the Key figure value.
    Hence, similarly,
    001.2007        1000            6789090             70
    002.2007        1000            6789090             80
    003.2007        1000            6789090             -70
    003.2007        1000            6789090            - 80
    004.2007        1000            6789090              30
    005.2007        1000            6789090              90
    006.2007        1000            6789090             -30
    006.2007        1000            6789090             -90
    I am very new to ABAP, can someone please provide the ABAP start routine code for this..
    Regards,
    Dipali

    Hi,
        Check the below code. Paste it in yr Start Routine.
    '*'Begin of code
    DATA : wa_Data_Package LIKE Data_Package.
    DATA : t_Data_Package LIKE Data_Package.
    DATA : wa_temp LIKE Data_Package-BALANCE.
    Loop at Data_Package into wa_Data_Package.
    IF ( wa_Data_Package-FISCPER EQ 001/2007 ) or
         ( wa_Data_Package-FISCPER EQ 002/2007 ).
      wa_temp = wa_Data_Package-BALANCE.
      t_Data_Package-FISCPER = 003/2007.
      t_Data_Package-BALANCE = -wa_temp.
      Clear : wa_temp.
    ELSEIF ( wa_Data_Package-FISCPER EQ 004/2007 ) or
                 ( wa_Data_Package-FISCPER EQ 005/2007 ).
      wa_temp = wa_Data_Package-BALANCE.
      t_Data_Package-FISCPER = 006/2007.
      t_Data_Package-BALANCE = -wa_temp.
      Clear : wa_temp.
    ELSEIF ( wa_Data_Package-FISCPER EQ 007/2007 ) or
                 ( wa_Data_Package-FISCPER EQ 008/2007 ).
      wa_temp = wa_Data_Package-BALANCE.
      t_Data_Package-FISCPER = 009/2007.
      t_Data_Package-BALANCE = -wa_temp.
      Clear : wa_temp.
    ELSEIF ( wa_Data_Package-FISCPER EQ 010/2007 ) or
                 ( wa_Data_Package-FISCPER EQ 011/2007 ).
      wa_temp = wa_Data_Package-BALANCE.
      t_Data_Package-FISCPER = 012/2007.
      t_Data_Package-BALANCE = -wa_temp.
      Clear : wa_temp.
    ENDIF.
    APPEND t_Data_Package to Data_Package
    Endloop.
    '*'End of code
    Regards,
    Balaji V

  • My t-bird opens a duplicate window when starting program. why? Help?

    I open my t-bird program and two windows open up. Running v 24.6 on window 8.1 Help?

    All other programs on taskbar open on single click. I did the start run t-bird and it opened only the 1 window. I went back to taskbar and now it opens only the one window. Weird. Hopefully when I reboot my pc the problem is fixed. thanks

  • Advertising popups have started appearing in my browsing sessions in the last day or so.

    I can't remember changing any setting or visiting any suspicious sites. These are ads for 'reputable' outfits like Target, Home Depot, etc.
    Anyway, what was blocking them before? Or, put another way, anybody know a good popup blocker for Android?
    Moto X smartphone running Android 4.4
    Any help appreciated. Thanks.

    Type about:config on your address bar and then search for dom.disable_open_during_load and set it to false and this would block pop-ups.

  • Report S_ALR_87012341Duplicate invoices have started to appear on the repor

    There is a Report S_ALR_87012341 for Duplicate invoices verification.
    The Report S_ALR_87012341 is not working correctly. 
    Duplicate invoices have started to appear on the report for the first time.
    These documents are however 2 years old and have now been archived.
    It appears that the documents are only on the report once the archiving of the document has taken place.
    We need to understand why the report is not showing these documents as we use this as one of our controls in AP. 
    Kindly help the approach that is required to resolve this issue.

    Look at the authorizations , use SU53 to find out missing authorizations .
    Else , look up for your basis counterpart - to take a trace of the same to find out the exact bug.
    Cheers ,
    Dewang

  • Multiple disk ikons for programmes started appearing on my desktopappearing

    In the last couple of days a strange phenomenon has started. Multiple disk ikons for Photoshop elements and Helicon have started appearing on my desk top. For a couple of days it has just been a couple of each. I have just done a restart and within two minutes there were more than twenty disk images for Photoshop elements filling the screen. I am using Mavericks on an Imac. Is this possibly a virus?

    The images were the same type of image that you get when you insert a CD into the machine - a round image of a disk. Moving them to the trash was problematic because it took five or six seconds to carry out the move.
    I have actually found out what was causing the problem but 'why' is a totally different thing. I have a Filemaker 12 database which is a clone of my main Filemaker database and which is used just for printing sheets of labels. I have been working with that file for a few days and it appears to have become badly corrupted - no idea how.  As soon as I click the 'import' command to import records from my main database. the icons appear in the background. I made a clone of this file and repeated the import into the new clone and the problem was solved.
    Still a mystery though.
    Thanks for your help.

  • Duplicate entries in Table T5UGJ - Garnishment notice letters printed twice

    Hi Experts,
    We have a scenario where duplicate entries have been created for an employee in the table T5UGJ. Hence when the notice letters were printed, they printed twice.
    Would there be any specific reason or any master data change in IT 0194 / IT195 which would trigger a duplicate entry in this table?
    Any information is highly appreciated.
    Thanks,
    Dipesh.

    Hi Arti,
    Please find my responses below :
    1. The employee has two different Creditor garnishments, one dated for June and second for July.
    2. The duplicate notice letters are printed for second garnishment
    Thanks,
    Dipesh

  • Duplicate entries in Infotype 0000 :- Delete problem

    Hi,
    There is a scenario where duplicate entries have been entered by mistake in infotype 0000 for a same action XE with same dates.
    If I am trying to delete one of them it's giving me an error "Action XE that changed the status was found . Data
    Inconsistency".
    Please let me know how can I delete one of them manually.
    I can do it through a program by direct table delete but don't want to do that.
    Thanks
    Umang

    don't know if this would work.. but you can give it a try.. ensure nobodyelse is in PA30.. change the time constraint for 0000.. delete the unwanted record & change the Time Constraint back..
    Regards,
    Suresh Datti

  • Strange Files Appear on Desktop  and I Have No Idea Why or What They Do.

    Hello all,
    For the past long while strange '.part' and '.pdf' files started appearing on my desktop and I have no idea why, how, or what they do/are for!
    The files are just random strings of letters and numbers sometimes ending in .pdf, sometimes .part, sometimes both. Here is an example:
    J0f0IS2p.jpg.part
    qtz0MxdS.ai.part
    _Z8WxpbN.pdf.part
    My uniformed guess thinks it has something to do with Firefox and when I download something. I recently downloaded an Adobe Illustrator file from my email, and 'qtz0MxdS.ai.part' appeared on my desktop. it has an '.ai' in it. The '.pdf' files, I think, appear when I download .pdfs using Firefox.
    Does anyone know why this happens and how I can stop it? I dont think/hope its not a serious issue or bug but it does get tedious deleting all these weird files. Thanks for your time!!
    Best,
    -Reid

    They occur when a Web-browser like firefox is the downloading a file. Some Web browsers download files with a different name than change to the real name when the download completes. having these funny names on your desktop means that the download did not complete or the download is presently occurring.
    In firefox as you can press: command-j to see downloaded manager

  • HT201250 i have plugged in a hard drive into my macbook, opened time machine, but my hard drive does not appear. why?

    i have plugged in a hard drive into my macbook, opened time machine, but my hard drive does not appear. why?

    Look in the Utility folder which is located inside the Applications folder.
    You don't want to do anything with the disk on a PC if you want it to work on the Mac. They both use different formats.
    Allan

  • I have started to get this error message: 5.1.3 bad address syntax in my email account. I am using Outlook 2011. It does not appear to be affecting sending or receiving email. I have no idea what it means or how to resolve the issue. Any advice?

    I have started to get this error message: "5.1.3 bad address syntax" in my email account. I am using Outlook 2011. It does not appear to be affecting sending or receiving email. I have no idea what it means or how to resolve the issue. Any advice?  My email account is through Optimum online and I am using Airpost Express.
    P.S. The error sound "bong" is driving us nuts!

    Please post on the Office for Mac product forums that Microsoft hosts. It's their product and they can best troubleshoot the issue.

  • Address Book entries have very strange appearance

    Since updating to Leopard, my Address Book entries have a very strange appearance. When I copy and paste them the info is correct, but in the Address Book right-hand window the name (first and last) appears like gobbledigook, as if it was a strange font that is almost like mathematical equations
    With my utmost thanks in advance (as ever) if anyone has the answer to this weird problem
    Kind Regards
    Bernard

    Thanks a million for taking the trouble to respond Ashka.
    I was only reminded of the problem when I opened a web page and saw a similar effect on a couple of lines as I had in my Address Book and having discovered your response, I followed your instructions and on scanning through my fonts, I also turned off "Helvetica Fractions" (as the gobbledigook looked as if it might be fractions). One of these actions seems to have done the trick.
    Whilst looking for a particular font a while back, I ended up downloading absolutely hundreds, but it wasn't until I foolishly installed them all that I realised what a mistake I had made, as Word wouldn't even open, as it couldn't cope with the number of fonts. So I had to keep deleting fonts until Word was happy and even now, I still have far too many fonts. I kid myself that I like having so much to choose from, but truth is I am never going to use 90 per cent of them. Moreover, having discovered this problem, I wonder if there are any others in there that are going to cause me problems in the future?
    Again, can't thank you enough for your trouble
    Best Regards
    Bernard

  • HT1455 I have started my computer in safe mode as recommended but not long after the grey Apple icon appears with the spinning gear it automatically shuts down! any suggestions?

    I have started my computer in safe mode as recommended but not long after the grey Apple icon appears with the spinning gear it automatically shuts down! any suggestions?

    Try these options:
    Credit Kappy.
    This support article addresses a 'blue scree';
    http://support.apple.com/kb/PH7212
    Ciao.

Maybe you are looking for

  • HELP! Safari will not work with "standard user" via airport card in my mini

    Hello, I am successfully connecting with safari via an airport card in my mini mac. I am the administrator of the osX. However no other "user" can connect to the internet via safari. What am I doing wrong? When a standard user clicks on the "internet

  • Integrating a Domain controller into a small office setup

    So this is where I am: I am trying to integrate a windows 2012 server which I can use as my domain controller in our office and run active directory from it, then eventually group policy, wsus, microsoft deployments and windows deployment toolkits et

  • N95 8GB Video Manager "NOT CONVERTING"

    My NSeries Video Manager for N95 8GB does not seem to be able to convert any video file. What's exactly happening is that after I've searched a folder and found the video files, whatever video type I choose (whether it's an .avi, or.mpg or.mov file)

  • Some questions about the carousel object

    Hello, I think it is not possible to configure a non circular carousel, isn't it?, i.e., I want a carousel with 13 cells, but when the user is viewing the cell 13 I don't want the cell 1, cell 2, and so on to be viewed as the next ones. If this is no

  • My 21" Imac has display problems

    I have a problem with my 21" Imac display when moving Icons the diplay image become corrupt