Junk entries in the system for external candidate

Hi, In our erecruitment sytem there are few junk entries in the system havning starting date as 00.00.0000. Can someone please help in tracing the possible reason behind this.

Hi,
inconsistent entries can result from misconfiguration in the system or from errors in the connection. But without more information it is very difficult to trace things down.
In which field is the empty date (there are quite a lot of dates in e-rec)? Are the candidates overall consistent (NA, CP, US, BP) are it candidates with or without application?
Furthermore checking for errors in SLG1 and ST22 would be important. A very annoying part of e-recruiting is the horrible support for browser platforms other than IE and Firefox. If you have a lot of applicants using Safari a.o. you will have a lot of trouble. They cause a lot of short dumps and can create inconsistent data when they thereby.
Kind Regards
Roman

Similar Messages

  • Reports for Count the number of External Candidate Registration - ERecruitment

    Dear Experts
    Anyone know a reports for Count the number of External Candidate Registration - ERecruitment?
    Thanks
    Regards

    http://scn.sap.com/thread/784769 http://scn.sap.com/thread/1625606 read here!

  • Clearing of GR/IR Account for initial stock entry into the system

    Hi All,
    We  MM team did some initial stock entry into the system using MVT TYPE 561 in migo transaction. But in the FI, When GR/IR clearing account was checked, these entry's caused by the initial stock entry are not cleared. when tried to clear It gives a message saying this cannot be manually cleared.Do any of you know what should be done in this case?

    I have one more Questiion, in my company there is some amount that is not balancing. We feel that is due to the initial stock entry of the Materials is there a way to view what was the value stock on a particular date by particular movement type, we have transaction in MM but that does not give the currency, in the currency column it says $0.00.

  • Function module to get the file path in the system for TEMP folder

    Hi All,
    Is there any function module that I can use to get the file path in the system for TEMP folder.
    I mean, i am supposed to give only TEMP as the input for that function module and I need to get the path of that in the system as the output.
    I am unsing 4.0 version.
    Please advice.
    Regards
    Ramesh

    In Higher versions, we can use the below code:
    call method CL_GUI_FRONTEND_SERVICES=>ENVIRONMENT_GET_VARIABLE
        exporting
          VARIABLE   = 'TEMP'
        importing
          VALUE      = LV_TMP
        exceptions
          CNTL_ERROR = 1
          others     = 2.
      if SY-SUBRC <> 0.
        message id SY-MSGID type SY-MSGTY number SY-MSGNO
        with SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
      call method CL_GUI_CFW=>FLUSH
        exceptions
          CNTL_SYSTEM_ERROR = 1
          CNTL_ERROR        = 2
          others            = 3.
      if SY-SUBRC <> 0.
    Error handling
      endif.
      concatenate lv_tmp '\' into folder_path.
    But need to know in the lower versions like 3.1h and 4.0,

  • We still can't print an invoice of our Creative cloud. There's a failure in the system FOR 8 MONTHS NOW. Why can't this be solved ??????????

    We still can't print an invoice of our Creative cloud. There's a failure in the system FOR 8 MONTHS NOW. Why can't this be solved ??????????

    Yes I have been in contact. Thanks in advance,
    Met vriendelijke groet, With kind regards,
    Hotel Mitland
    Rob Plijnaar
    Directeur

  • How to Identify incoming and outgoing IDOC in the system for last one year.

    Dear All,
    How to Identify incoming and outgoing IDOC in the system for last one year.
    Regards
    Ashok

    Dear Anindya,
    I used WE05 the result by giving direction outbound.Then on created field i put the value date.I m getting the output in the no of idoc number.
    This is only the way to identify?
    Thnx
    Ashok
    Edited by: ashok singh on Oct 22, 2009 8:40 AM

  • Physical inventory document - date of entry in the system

    Hi,
    Please tell me if it is possible to find date of entry to the system of the physical inventory document.
    I couldn't find the creation date in IKPF.
    In tables BKPF and MKPF we have CPUDT.
    Regards,
    Beata Chmura

    Dear,
    Please check tables:
    IKPF Header: Physical Inventory Document
    ISEG Physical Inventory Document Items
    LINK Inventory document header in WM
    LINP Inventory document item in WM
    LINV Inventory data per quant
    Regards,
    Syed Hussain.

  • Please suggest how can we invoicing  the entry in the system against  purch

    Dear sap guru's,
                 Please suggest how can we invoicing  the entry in the system against  purchase order no- 4500133826 because it is a return purchase order.

    Hi SubhadipRoy,
    As Satish posted, the solution can achieve your goal. In addition, you can right click the Chart Series Labels and Series Label Properties, and then select Number in the left pane, finally select Scientific below the Category option. The data label may not
    overlay. Or you can enlarge the chart.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • HT5312 My email associated with my iCloud ID has been deleted and my birthday is wrong in the system for the security question. Therefore, I can't delete my old iCloud ID in order to have my new ID on my phone.

    My email associated with my iCloud ID has been deleted and my birthday is wrong in the system for the security question. Therefore, I can't delete my old iCloud ID in order to have my new ID on my phone. HELP!

    If the old ID is yours, and if your current ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Disable duplicate email check for external candidate registration

    Hi,
    I am working with eRecruitment 6.0 and I would like to disable the duplicate email check on the external candidate registration page. Has anyone done this before? I have chased the code down to where it check for correct email syntax but I can't find where it does the duplicate email check. I debugged to where I was starting to see BP type function modules and bapis but I still can't find the check. I just want to turn it off for testing then turn it back on and test more. I have searched OSS and SDN and still no answers. I thought about using an enhancement point to 'ignore' the message but by the point the system has already decided not to create the user so ignoring the message is a mute point.
    Anyone been down this road and can point me in the right direction that would be greatly appreciated.
    Thanks!

    Hola,
    Ok a small 'enhancement' to  CL_HRRCF_ADDRESS_SERVICE->IS_EMAIL_UNIQUE has done the trick. Not exactly a best practice but will get me through this testing. NO this will not be going to production. This is strictly a test.
    Cheers!

  • Registration Page for External Candidate Error

    Hi,
    I am trying to register a external candidate through WD page.The Page does not register candidate and does not throw any error in WD page or at Backend .
    If the entry is wrong it does give error message for password & email.
    Kindly let me know if there is something missing.
    Also do let me know how to debugg this page .I tried Abap workbench and the WD Application for this page and by putting
    external Breakpoint.Still it does not hit it.
    Regards
    Poonam

    Hi Brian,
    I am not sure but you could check below thread and couple of sap note.
    Single Sign On - Sharepoint 2010 to SAP using ADFS
    1799402 - Automatic account creation for SAML 2.0 SP
    1257108 - Collective Note: Analyzing issues with Single Sign On (SSO)
    It may help you to resolve / identify the cause of the issue.
    BR
    AKJ

  • IRec: Hosting multiple pages for external candidates

    Do we have any standard mechanism or possibility of hosting multiple pages iRecruitment External Candidate/ IrcVisitor.jsp?
    Thanks in advance.

    Hi
    There is no standard mechanism but you can definately refer to the article & solution provided by Anil which describes about how multiple IrcVisitor.jsp can be hosted for segregating vacancies geo wise.
    http://www.apps2fusion.com/solutions/82-oracle-hcm-solutions/454-irecruitment-vacancy-segregation-solution
    Hope it helps.
    Thanks,
    Sanjay

  • Reg:How can we show non valuated stock in the system for the paid items?

    Hi All,
    Customer orders 100 boxes and pays to all material.But customers  are shipped the  required material as and when required.My client requirement is these 100 boxes should show as non valuated stock.
    How can we show these paid 100 boxes of material as non valuated stock in the sap? Is this functionality available in sap or it comes under requirement?
    Ex:Customer X ordered 100 boxes and he paid to all quantity.
         The customer X does not have space at his premises to keep the stock of 100 boxes.He just requests 20 boxes every monday or required quantity.Then company ships the required quantity to customer X.
    Now the requirement is that these 100 boxes should be shown as non valuated stock in the system.This should not used for other customers, should not work ATP functionality for these material quantity.This should show as reserved to this customer X
    could you share any ideas or solutions reg this..
    Thanks in advance,
    Regards....VM
    Edited by: vm on Mar 9, 2009 3:46 PM

    Hi Arnel,
    Thank you for giving valuable points.
    In consignment scenario,the stock is available at customer place not at company place.But ownership is company itself.
    But in this scenario,Customer is not having space to keep the total ordered quianty.So cutomer stock should be kept at company itself,customer requests the required quantity(for which he  already paid  for the total ordered quantity) as and when required.How can it suits in this scenario?Could you plz calirfy the debit memo to realize sales ?How it will be help ful?
    Thanks and regards...VM
    Edited by: vm on Mar 10, 2009 9:19 AM

  • "Font not found on the system" for work logo font

    I just started a new job and every single AI file I work with in illustrator is using VTypewriterRoyal - the company logo.
    It automatically defaults to Myriad with the msg:
    "Font not found on the system; missing font has been substituted."
    I've spent way too much time changing it back from Myriad once in AI + scouring the web for answers. Haven't come up with any.
    No one else at work seems to have this problem. I've tried installing and uninstalling the font.
    Redownloading as OTF instead of TTF.
    Nothing is working, so I really really hope someone can help me since I'm going to be considered slow if I keep having to take the time to change every ******* file I open.
    Adobe support is seemingly overly complicated and this issue is making me crazy!!!
    Someone please help. I'm on a brand new iMac 27" using 10.6.8....
    Thanks.

    check your spelling/spacing
    I see
    VTypewriter Royal
    and
    VTypewriterRoyal
    They are different names...one has a space, the other does not
    They must match exactly to work correctly

  • Can we lock down the system for BW object and not bex objects

    Hello,
    I have a question about object changeability. We want to lock down the BW production system but leave it open for adhoc query. Can we lock down the BW system only for few objects like Cubes, ODS, Infoobjects, Infosets, Multiproviders, and keep the system open for Bex objects like Query, varaibles and also for Infopackges and DTP's.
    Which tcode can we use for this ?
    Thanks,
    Message was edited by:
            Kiran Mehendale

    hi, usaully production system will be non changeable for all objects.. but as far as SAP BW is concerned we can make certain objects changeable by setting as follows..
    in production go to RSA1 - Transport Connection, select Object changeability button from tool bar, here you will find a list of objects which can be made changeable in a closed system.. just click on required objects and set it to Everything Changeable..
    Reg,
    Pradhiba
    <REMOVED>

Maybe you are looking for

  • How to change a DIVISION in Sales Order which is already saved?

    Hi, I want to change only the division in Sales Order which is already created and saved. Which means I already created sales order with sales area GB50/02/12 and now I want to change that division to 14. Please note that it has no reference docs and

  • Can I adjust the sorting of Podcast as displayed on the IPOD itself

    Itunes by default sorts my podcast with the newest podcast at the top. If I want to redisplay the sorting within iTunes, I just click on the release date column and they re-sort with the oldest at the top. This doesn't change the way they sort in the

  • Left over spaces preferences in Mission Control

    I had certain programs set up to go to particular spaces before I upgraded to Lion. Now, the programs go to the desktop number that corresponds to the space it used to go to. The functionality of having things assigned isn't needed (or useful either)

  • Visual administrator -purpose

    Hi All, What are the components we can monitor using Visual admininstrator? Can it be integrated with all XI components, MDM components, EP, and non-sap applications like FTP servers, unix based Applications etc Thanks, Deno

  • Combination of spacebar then T in messaging creates problem

    I've tried every sort of reset and this problem still wont fix. While in a reply screen on my Palm Centro, everytime i try to type a t the screen goes back my inbox and back and forth everytime i press the button until eventually it starts inputing t