E-recruiting new status to candidate

Hi all,
I need to find a way to identify a candidate on hold. I think about creating new status "On hold" but I can't find where to do it in the IMG and I'm not sure it is recommended. Does anyone have another idea about how to represent a candidate who is "On hold" ?
Thanks,
Sharon

Dear Sharona,
As Venki is suggesting, Please create an activity against object NA (candidate) instead of object NE.
Create a Z activity.
Map it to an existing process or create a new process
Assign this process to Recruitment(Specify the process as TRM instead of candidate shortlist)
Assign this activity to Object NA.
This Z activity can then be used in Talent relationship management where you can search for relevant candidates & perform this activity on them. This will ensure that you can perform this activity on all the candidates available in the Talent pool & is not dependent on a requisition.
In the system there are a lot of activities available for TRM. Example: Release or locking of a profile.
Regards,
Sowmya

Similar Messages

  • Recruiting Requisition: Status Overview iview not refreshed

    Hi
    When new E-recruitment requisitions are created its not getting updated in the iview - Recruiting Requisition: Status Overview.
    Its getting updated after many hours only. Can anyone provide the solution for refreshing the iview with the latest requisition say within few minutes.
    Regards,
    Sasha.

    Hi
    Can anyone please provide an input on this.
    Regards
    Sasha.

  • How to add a new status to the Status drop down menu in CRM

    Hi All,
    Help me guyz i am new to CRM,
    i have to add a new status to the Status drop down menu in CRM Sales Area.
    Please help me for steps.
    Thanks
    DST

    Hi,
    You can add New status to the Drop Down menu by defining a catalog,codegroups & code group profiles to that...... Once assigned assign them to the Subject profiles and assign this subject profile to the transaction type that is assigned.
    This would populate all the profiles that u have mentioned in the subject profile.
    Award points if this answer helps you.
    Regards,
    Ravi

  • New status for changed records or Additive Delta

    Hi Guys,
    I have a design question for ODS and Extractor.
    The requirement is as follows...
    There is a table in CRM with service point as primary key. The fields in the table for example are bill account and Meter ID. Key figure is a XYZ value. In CRM for that Bill account Meter ID combination the XYZ value will change every year. In CRM the same record is being updated with changed value of XYZ. But in BW when the delta is being sent I do not want it to update the existing record but add it as  a new record. This way the history can be tracked for previous years XYZ value.
    What is required to make this happen?
    When creating the extractor I think I should give the delta as new status or additive delta?
    What should I indicate as delta specified field?
    For the ODS ( I am on BI 7.0) should I create the normal ODS or should I create the write Optimized or something for this requirement ( I dont remember right now the 3 types of ODS we can create).
    Your inputs will be greatly appreciated.
    Thanks
    Kumar.

    Thanks Puneet!
    Good Answer.
    New and Changed records does help in getting the records as desired.
    But the problem is while loading into BW I cannot create a new record. The primary key is only Service Point. So even if the key figures and dates associated with that record changes, BW will still update my existing record.
    Is there a possibility of using the dates as a pointer that a new record should be created.
    Let me explain it better. Following is the structure of table.
    Service Point (primary key)
    Product GUID (key in CRM)
    Circuit ID
    Installation date
    Effective date
    Termination date
    CRC (some key figure)
    Scenario is - This year Service Point A with CRC value as 50 with effective and termination date for example .. May1 2009 - Apr 31 2010.
    Service Point   CRC   EffectiveDate   TerminationDate
    A                     50      5/1/2009         4/31/2010
    Next year the same service point will have different values and CRM system will update the record in CRM table.
    Service Point   CRC   EffectiveDate   TerminationDate
    A                     60      5/1/2010         4/31/2011
    1) So I was wondering if there is a way or some code can be written to check if effective and termination dates are not same it should be added to ODS as a new record.
    2) Another way is to make some sort of Time dependency. Like use Valid From and Valid To dates to track the changes to the record and display all the different values for every record when the CRC values were valid between what dates.
    3) or some other way you can suggest

  • How to get the old and new statuses of CAD indicator (DRAW-CADKZ) while changing the status of document (DRAW-DOKST)?

    I want to delete the originals of document while changing the status of document based on CAD indicator status. For this I have implemented BADI DOCUMENT_STATUS01 and the method AFTER_CHANGE_STATUS. From this, the BADI is triggering whenever I am changing the document status and I can able to delete the originals. But here my requirement is to check the CAD indicator status to delete those originals. I.e. whenever the document status will change first time the CAD indicator status will also change. Based on that old and new status of CAD indicator I have to do delete operation.
    If anybody has an idea about SAP documents please help me
    Thank you,
    Regards,
    Ramesh

    First the document is exists in SAP in FR status. But when the CAD system will connect to SAP then the status is changing from ‘FR’ to ‘IN’ after that the CAD Indicator is populating from Blank to ‘X’.
    I want to know in which place the CAD indicator value is changing (any user exits available or any BADI s available when changing the CAD indicator) when connected to CAD system.

  • Reset Email to "new" status

    After a new email is viewed, the status changes to "viewed" as expected. Does anyone know if it's possible to reset an email to "new" status after it's been viewed?
    Note To Apple: If this indeed does not exist, please add this function.

    If you're talking about marking the email as unread after you have read it....in the email all you have to do is click the mark as unread link...upper right of email screen.

  • ABAP HR - New status/sub-status update in Appraisal forms

    Hi Abapers,
    As of now the program is generating status/sub-status using FM's: HRHAP_C_NAME_READ_D_STAT and HRHAP_C_NAME_READ_D_STAT_SUB. and generating appraisal forms in tcode: PHAP_ADMIN_PA.
    Now I have added status/sub-status and date fields in selection screen. Requirement is that the program should check this date against form creation date, If begin date of the form is not after any of three dates specified in selection screen then status/sub-status specified in selection screen is not used. else status/sub-status specified in selection screen is used.
    FM: HRHAP_DOCUMENT_PREPARE is used to generate appraisal forms where the status and sub-status are picked from infotype: 5026 and related tables. though i have modified program, new status/sub-status is not reflecting in appraisal forms.. how can i achieve this...
    Please help me.. i need your help..

    Hi Premraj,
    Selection screen: (assumptions)
    P_status:
    P_begda:
    P_endda:
    P_date:
    Assume that from creation date is system date:
    If  sy-datum >= p_begda and
         sy-datum >= p_endda and
         sy-datum >= p_date.
    Use the selection screen status/sub-status.(p_status)
    Else.
    What ever your condition.
    Endif.
    Please let me know if you need more information.
    Regards,
    Ramakrishna kotha.
    +91 9848468817.

  • Want to create new Status types in the CBIH82 T.code EHS module

    Dear Expert,
    Client wants that status type like YES and NO in the filed Status in the t.code "CBIH82 -Edit Work area"
    I have try to create in the spro path under the status management  but unable see that status.
    Path is SPRO --->Environment ,Health and Safety ---->INS ---->Basic settings--->Status Management
    So any body guide me how to create the  new Status for this T.code or We can't create new status in the system.
    Thanks
    Urvashi

    Please uncomment this:
    ORDER_ITEM_INX-target_qty = 'X'.
    You can check the 2nd example in this link for your reference.
    http://sap4.com/wiki/index.php?title=BAPI_SALESORDER_CHANGE
    Regards,
    Naimesh Patel

  • Material Ledger New Status - 05 "Period Opened Without Stock"

    Hello,
    We are thinking of implementing note 1120562 into our system and feel pretty comfortable so far, but I had one question that is stopping me.  If I implement this note and it applies the new status so that materials are not selected to run in the material ledger close, will that be an issue when closing next month?  I know that previously I was not allowed to close for a material if it had not been closed in the prior month.  Has anyone applied this status and had issues?
    Thanks in advance!

    Hi Rebe,
    To see the transactions and documents for ML category in t-code CKM3 report  i.e., Beginning Inventory--> choose "Expand sub tree" and choose the corresponding line. I guess these , period status quantities and values entered entries are  for New period opening. Whenever  the New period is opened, for New materials also, Material Ledger document will be created and updated in Material Price analysis report. The Material ledger records the following categories of data and the system generates ML documents automatically :
    01.     Beginning Inventory
    02.     Price change
    03.     Receipts
    04.     Other receipts/consumption
    05.     Cumulative inventory
    06.     Consumption
    Also whenever Price determination for Material Master is changed from 02 to 03 or vice-versa, ML documents will be generated automatically and updates in Material Price Analysis report-t-code-CKM3.
    Regards
    appalas
    Regards
    appalas

  • Solution Manager 7.1 IT Service Management: IRT, MPT new status

    Hello everyone,
    I am wondering, if  in SAP Solution Manager 7.1 IT Service Management I can customize new status into SLA measurement, for example 'Customer action' duration time at Web browser (similiar fuctionality as IRT(The initial response time) and MPT(maximum processing time)).[IRT & MPT|http://pokazywarka.pl/ysrkhe/]
    Equally, new SLA status should be calculating duration for the other incident status for example "In process". If anyone has idea, please advice.
    Best regards,
    SAPFan
    Edited by: SAPFan on Feb 6, 2012 10:48 PM

    Hi,
    Under the System Prepration section I have 2 questions I need additional clarification:
    1. Under 6.2 Prepare Outside Discovery -> Establish trusted connection-> /usr/sap/hostctrl/exe/host_profile of solution manager server:
    a. I added service/admin_users = daaadm. Am I suppose to include the password? what should the formate be?
    What you have entered is fine. Would not need to provide the password as well. Check the External discovery troubleshooting guide sections.
    https://websmp207.sap-ag.de/~sapidb/011000358700000486362011E
    2. Under 6.3 Connect Diagnostic Agent -> ran the following command on my ECC server:
    ./smdsetup.sh managingconf hostname:"solutionmanager.FQN" port:"50004" user:"ddaadm" pwd:"password1"
    a. Is the user/password referring to SolutionManager admin account?
    b. How do I check if it's running correctly?
    c. How to get my solution manager to see my Ecc server's diag agent?
    The user password should be a Solution Manager Java user like SMD_ADMIN or J2EE_ADMIN
    How to check for diagonstic agents, again check the trouble shooting guide referred above.
    I checked the following:
    Start Visual Administrator and navigate to: Server node -> Services -> Security Provider. Please also make sure that the MBeanAdmin is mapped to the Administrators Security role on both: com.adobe/AdobeDocumentServicesADS-EJB and com.adobe/DocumentServicesLicenseManagerADS-License
    I don't see the Adminstrator role to add to the above. Am I suppose to just enter "administrator"?
    Yes, just add the role "Administrators"
    2. Solution Manager Internal Connection -> Setup DPC/DCC Web Service URL
    a. I'm supposed do the following: You have started the Agent Administration:
    b. How do I start the Agent Administration?
    Make sure you have the role SAP_SMWORK_DIAG assigned to your user ID via SU01. Then call solution_manager tcode and goto the RCA tab. Agent Administration link should be available.
    Regards,
    Srikishan

  • Need to add new status to the resource

    Please let me know how can I add the new status to the resource record in resource maintenance screen.

    Ok Thanks for the reply
    Is it possible to create the copy of that activity (Resource Maintenance)
    and add the status as required?
    And use this copy instead of standard Resource Maintenance?
    Please suggest?
    Thanks

  • Set new status for reas for rejection

    Dear gurus
    I need to set a new status D Order on hold when the rejection is set to a sale order
    how to do that
    Regards
    Saad.

    Resolved
    by doing enhancement

  • How to create new status

    Hi Gurus
    We have requirement to create additional Status in Service Desk. Like
    Solved               
    Direct answered   
    Handed over
    Cancelled     
    Can any body tell me the Sap Standard matching status so that i can create new?
    Thanks in advance

    Hi Paul
    We already have the status what ever the procedure u said. But here i need the create ne status as per my requirement. My question is If i create a new status called cancelled what will be the match trans value.
    Thanks for you r help
    Bhaskar

  • CProjects- Customizing New Status in "Change Status"

    I need to customize new status in "Change Status" drop down of cProjects tool. Now the status available are "Created, Released, Locked etc" as we all know. But i need to customize my own status for "Projects Phases and Tasks" I create. Can i do that. Please help me on the same. It is urgent.
    Edited by: Visvesh Ramanathan on Jan 10, 2008 4:00 PM

    Hi
    As Vivek already explained, you can have user status in bs02
    now here you can maintain the status as one maintains in R/3 or ECC
    create an auth Key in BS52 for status which needs approval
    maintain the same auth key in bs02 against status
    what you have to do is create a role using pfcg and assign that key in that role
    assign the role to user which ll approve the status to next status.
    Select object type which will give you the applicability of status profile.
    e.g the status profile is to be used for project / task / checklist etc etc...
    The user statusses are visible once you select the status in 3rd tab of project
    Niranjan
    Award points if useful

  • Create new status on sts

    Hello gurus,
    I would like to know how i can create new status like "open" on sts.
    Thanks in advance,
    Vitor Ramalho

    Hi Vitor !
    all i know is this: it exist a transaction : se61, there the system shows you all the customizing status.
    And then the texts for the mails you can see or change on the table UPS_CUSTTEXT. This will open a word doc with all the parameters that it appears on the mail
    Im not sure if you can create a new status for Open.
    Hope this helps !
    Natalia.

Maybe you are looking for

  • SQL Developer 1.0.0 on x86-64 (Suse Linux 10.1)

    Has anyone tried running SQL Developer on a x86-64 machine ? I am use Suse Linux 10.1 and get the following error when I try to start SQL Developer - Exception in thread "main" java.lang.NoClassDefFoundError: java/lang/StringBuilder at oracle.ide.per

  • RTMT Messges

    My RTMT sent alerts in the middle of the night marked critical, however trying to understand what the issue was is a bit tough.  Can anyone point me to documentation that explains the RTMT alerts or tell me what this message means? At Sat Apr 18 03:0

  • HT1386 itunes detects my ipod but doesn´t identify it

    i´m having problems with my ipod because itunes doesn´t identify it so i can´t update iOS 4.3 for downloading apps or anything....the only thing i can do is charge the battery.... ¿what can i do???

  • Problem accessing a purchased book after a phone replacement

    I had to get my phone replaced and now the iBooks reader won't let me read one of my books.  The book shows up in iTunes as having been purchased, so how do I access this book?

  • Free java library to zip/unzip files

    Hi all, I would like to know if there is any java library to zip and unzip files that can be used freely. Thanks in advance, Miguel