E-Recruiting:Status change Activities on screen

Dear Experts,
I need to understand a few things about performing activities on candidacies(Object NE) . Please help me out in the following queries :
We are implementing eRecruiting 603,specifically succession planning.
I have created some custom activities (of type status change) & assigned them to some cutom created processes.
In the BSP page, the list of candidacies NE for each NB is shown.
The various processes (custom as well as standard) are also shown on the screen as different tabs.
I have one Z activity Assigned to object status "intended as successor" and another assigned to status " rejected".
1) To begin with all the NEs are shown in the ALL tab.If i perform any status change activity(intended as successor or rejected), the NE completely disppears from the screen (even from tab ALL) . Is this the standard expected behaviour ? There is a Process called "Rejection".But the Rejected NE is not shown in this tab. Is there any way i can show the NE under the Rejection tab? The same happens for status "intended as successor".
2)Is this how all the status-change activities behave on screen? The NE is not shown on the screen but the changed status is reflected in the table 5139
3)At the end of the process,for a NB,how can a succession planner see the NEs with status "intended as successor" if the NEs disappear from screen on performing this activity.
Any assistance and thoughts on this will be invaluable.
Many thanks,
Sowmya

Hello Sowmya,
I think the SAP customizing mght tricked you a bit. The status of the candidacy which you set with the status changing activity has nothing to do with the tabs in the screen you are talking of.
The Tabs result from the processes (or process steps - wording is not very clear here). Either you see all processes that are assigned to recruiting or succ planning or if you have assigned a recruiting plan to the requisition you will have tabs for each process(step) for which are activities in the recruiting plan.
The candidacy is counted on the tab in which its most recent activity is in. So the status change activity rejected and the process rejected have nothing to do with each other directly. Only if it is the most recent activity of the candidacy and it belongs to the process reject the candidacy will be counted on the tab.
If the candidacy disappears at all this results from the filters you set in the upper area of the screen. In the recruiting candidacy list the default filter restricts the candidacies shown to "in process" that might be the reason why the candidacies disappear after status change.
Best Regards
Roman Weise

Similar Messages

  • Problem with Restricted Recruiter Requisition Status Change Approval Proces

    Hello,
    Our company is having a problem with Recruiters recieving any approval notifications for requisitions where the status change is performed by someone logged on as a Restricted Recruiter.  The approval notification never appears in the Recruiters approval page.  The Restricted Recruiter is able to submit the request without any problems.
    I was hoping that someone could help point me in the right direction so that I may begin troubleshooting this.
    Thanks for your assistance.
    Ryan

    I have been doing some digging on this matter on E-Recruiting workflow and have discovered transaction SWI2_FREQ (Work Items per Task), very useful.  Upon running this utility I found 8 pending approval request tasks.  I double clicked on the task to show the workflow status of each task.
    I double clicked on one of the request for status change tasks for a requisition which took me to the approval request for status change of Req ########.  Here I clicked on the activities tab selected the activities tab, selected the activity Approval request for status change of Requisition ######## then clicked on the execute icon.
    Doing this opened up a new web browser and prompted me to login.  Using the correct login credentials for this environment I click the login button and promptly recieve the error message...
    Error in Web service execution
    E:SWF_HTTP:050 TS51807979
    At this point I am unsure of where to go...
    Any help would be appreciated.
    Ryan

  • Status Not changed in Activity Screen

    Helo Experts
    In activity screen MORE menu, i have option SET TO COMPLETED. If i click on it then the STATUS textbox should change to COMPLETED (either from OPEN / INPROCESS). But thats not happening..... i have the following code for it. Kindly go through and can let me know whats the problem.
    Set to Completed button
          ls_button-text     = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_UIU_BT_ACTIVITY/SETTOCOMPLETED' ).
          ls_button-on_click = 'COMPLETED'.                    
          ls_button-tooltip  = ls_button-text.
          ls_button-page_id  = me->component_id.
          if lv_status eq 'E0003'.                             
            ls_button-enabled  = abap_false.
          else.
            ls_button-enabled  = abap_true.
          endif.
          append ls_button to rt_buttons.
          clear ls_button.
          ls_button-text     = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_UIU_BT_ACTIVITY/PDFAFS' ).
    ls_button-on_click = 'CREATE_FACT_SHEET'.            
          ls_button-tooltip  = ls_button-text.
          ls_button-page_id  = me->component_id.
          lv_activity_guid = ls_btadminh-guid.
          call method cl_crm_uiu_activity_tools=>check_pdfafs_allowed
            exporting
              iv_activity_guid  = lv_activity_guid
              iv_pdfafs_create  = 'X'
         IV_PDFAFS_SAVE    =
            importing
              ev_pdfafs_allowed = lv_pdfafs_allowed
         ES_ORDERADM_H     =
          if lv_pdfafs_allowed eq 'X'.
            ls_button-enabled  = abap_true.
          else.
            ls_button-enabled  = abap_false.
          endif.
          append ls_button to rt_buttons.
          clear ls_button.
    Thanks in advance
    Rohan
    Hi Experts
    Waiting for your Inputs.
    Thanks & Regards
    Rohan
    Edited by: Rohan M on Nov 7, 2008 3:10 PM

    Hi Rohan,
    I can suggest you an approach for this. Try the steps below.
    1) Move the button definition to the GET_BUTTONS method of the view controller class. Leave the DO_PREPARE_OUTPUT method as clean as possible. Make sure that the event name is in the same case in the button-on_click parameter and the event handler name (you can check the event handler name in DO_HANDLE_EVENT).
    2) As you know there would be NEW STATUS dropdown available to change the status. Go to the getter and setter methods of this attribute. From there there should be an BOL Action which will be triggered. This action takes the status which is set. This is the place where the status change mechanism starts.
    3) Try to call the same BOL Action in your event handler COMPLETED. If you want to commit the change to the database, you can call the transaction manager class commit method. You can refer SAVE method of your view impl class.
    Hope this helps.
    Regards,
    Vinay

  • Status Change activity to Rejected in E-Recruiting

    Hi,
    The letter is generated whenever we do the activity: Decline Candidate (status - Rejected) in E-Recruiting. 
    Decline Candidate is a status change activity, there is no email configured to go out when it is selected.
    The Smartform going out is 'HRRCF_CS_APPLICANT', any help on this will be greate.
    Thanks.

    Hi,
    the situation you describe indicates a customer workflow, if you are in a release 600 EhP3 or lower. So you should check for workflows linked to the ActivityCreated Event of BOR object type ERC_ACTIV.
    With EhP4 there is the posibility to create the correspondence activity together with the status change but this should be visible in the frontend.
    The HRRCF_CS_APPLICANT smartform is the reference for simple correspondence for the classical letter chage scenario using the web editor. If this is send it s usually caused be a correspondence smartform with a wrong interface. In this case e-recruiting sends this reference smartform.
    Kind Regards
    Roman

  • ERecruiting - Triggering of mail when candidate status changes

    Hi All,
    Is an email generated from the system, when a candidate status is changed?
    Say for example if the Activity of an candidate is changed to "Status Change - Rejected", will an email will be generated?

    Hello,
    some general thoughts at the beginning:
    Candidates do not have a rejected state. Candidate states are profile locked and profile released. Only applications and candidacies have a rejected state. It is very important for a technical view to have the obect types in e-recruiting very clear or you will get into big trouble sooner or later.
    SAP delivered workflows are examples. They do not fit a production environment. Also the sap delivered activity and process customizing is an example (and no good one) you will have to design this according to the business needs in the project.
    For the workflow question. It is possible to trigger a workflow by activity creation and activity completion. For status chage activities ths is the same as they are completed directly and never have status planned. The BOR object ERC_ACTIV contains both events, activtycreated is triggered directly, activitycompleted needs a note to run properly.
    It is also possible to trigger a workflow by a status change of an object. The super BOR object ERC_OBJECT contains a statuschanged event, which is raised for all status changes of NA, NB, NC, ND and NE objects.
    For rejection there are basically 2 scenarions.
    Scenario 1
    When rejecting a candidacy by creating a rejection activity you trigger a workflow based on the activity to create the corresponces activity automatically. You can either send it directly or just create it to allow the user to have an individual text. (I do not go into details of this workflow according to the chosen application-candidacy-relation, that would go to far at this point).
    Scenario 2
    When rejecting a candidacy directly in minimum data entry you do not have a status change activity as the status is set directly. In this case you have a workflow which is triggered directly by the status chang which again creates (and sends) the correspondence activity.
    Of course you need checks to ensure the two workflows are not mixed.
    Kind regards
    Roman

  • How to generate a report from crm table to find out user status changes

    Dear all,
    Could you please help me on generating a report from SAP CRM table level
    to find out user status changes in crm orders for a specific period of time?
    Thanks in advance,
    Regards,
    Shaik

    Hi Shaik.
    You would not need to write report for this. You need to create a Table view mainenance for the CRMD_ORDERADM_H or CRMD_ORDERADM_I for whichever  you need.
    Follow the below or search on google for more on table view maintenance.
    Go to SE11, give the table name and click on change. Then Go to utilities--> Table maintenance generator.
    In the table maintenance generator screen, you should give Authorization Group,
    Function Group name (Function Group name can be same as table name),
    Maintenance type can be one step or two step, usually you will create with one
    step. You should give maintenance screen number. After clicking on create button,
    a table maintenance generator will be created.
    To check it go to SM30 . In SM30, you find display, Maintain options.
    You can view the table contents by choosing Display and  supplying the selection criteria of dates.
    Regards
    Apoorva

  • How can FS03 be made Display only without removing Create/Change Activities

    ECC 6.0 Release 700
    Our internal auditors have asked to limit access to change the Chart of Accounts. Currently our Functional team has access to do this via transactions FS00, FSS0, FSP0, etc. which needs to be removed.
    The issue is that if we assign display transaction FS03 to the functional team's role, the Change and Create buttons are still enabled due to the corresponding activities in the Authorization object F_SKA1_BUK, as it seems FS00 and FS03 are essentially the same. The same holds true for FSS3 and FSP3.
    Unfortunately, the functional team requires the create and change activity in F_SKA1_BUK for other transactions, so if we strip the activities for the purposes of FS03, they will lose functionality elsewhere.
    The standard reports S_ALR_87012327 and S_ALR_87012328 were deemed as insufficient replacements for the information in FS00.
    Is there any way to limit the functionality of FS03 to Display only without taking away the create and change activities?

    While researching F_SKA1_KTP, I found that without the change or create activities in both F_SKA1_KTP and F_SKA1_BUK, the buttons gray out. The functional team is currently researching if they need change/create in F_SKA1_KTP, as I sent them a list of transactions they have for which it is required.
    I tried to remove S_TCODE FS00, but when I ran FS03 it gave me a "not authorized for FS00" message and did not display the screens. I removed the dependency via SE97, but then FS03 essentially became FS00 and I was back at square one.
    Thank you both for your suggestions.

  • User status change document

    There is a requirement , the project will be created and then a user status will be changed in 5 steps as the project goes through approval process and at the end of the process the project will be released. I want to tract down the entire process of the user status change over time. How can I do that, creating change documents for status profile? But in one place I found that change document only created if system status is set to released? In my case system status will be set to release only after all the status change in user status happened.

    Hello,
    Asides from the obvious adding of a new status to status profile SDADHEAD, you may want to have a look at the SPRO activities:
    SAP Solution Manager
    -> Scenario-Specific Settings
      -> Change Request Management
       -> Extended Configuration
        -> Change Request Management
         -> Change Transaction
          -> Change Transaction Types
            o Define Status Attributes
    Also activity "Make Settings for Change Transaction Types" in the same path is important.
    Best regards,
    Miguel Ariñ

  • External Mailing with DIR status change

    Hi SAP gurus
    we have a particular senario,
    where in DIR of Particular Document types at reaching a particular document status, a mail has to sent to the concerned relevent authorities for corrections and Approval.
    (as and when the status changes to be mailed personalities also Changes)
    how can this be achived if the mail has to be sent to there company or external Mailing IDs apart from SAP mail.
    Can this  be done using Document Distribution?
    what is the Work  flow activities involved (if required) for enabling this functions,
    Thanks in Advance
    Kumar K

    hi kumar,
    you can do it by doc distribution and activating some standerd task. and for mailing to extenal mail id , you have to activate SMTP, by tcode SCOT
    but according to your requirement , you should consult to workflow consultent.
    regards,
    nitin
    award point if useful

  • Request status changed!

    Hi,
    in the manage tab of data target when i see the status of the request it is yellow and added records and transferred records has adifference of almost 40000.
    but when i click monitor button, it goes to the monitor screen with following msg
         " request status changed, trigger follow on events? followed by YES or NO push buttons?"
    why this msg is coming though upload is not yet completed?
    Thanks,
    Ravi

    This message indicates that there is some change in the data load between now and ur previous visit. If you choose YES, it refreshes and displays the latest status. If you choose NO, it shows the status of ur last visit
    Hope it helps!

  • Project system : system status changes log?

    Dear PS experts,
    Kindly let me know where i can see the Project Definition ; system status changes done by users as & when required.
    CRTD to REL
    REL to TECO
    TECO to REL (cancel)
    so on
    I wud like when the project status - system status changed by user thru any log report?
    regards
    srihari

    Hi...
    why don't you try the following:
    in project builder CJ20N (project definition) use the I (informaton button) where the System/User status ism and then in the next screen use the menu Extras->Changed Documents ->All.
    Next screen press button history...
    (or even CN60 transaction)
    i hope it helps
    pan

  • Account Life cycle status change

    Hi All,
    I have a requirement that goes like this : In the account life cycle status field on the Account screen i have some Custom BP Role statuses. I have to change this status after the User saves the account.
    I am new to Web UI and i do not know where to write the code to achieve this functionality. I am assuming we should be writing it in EH_ONSAVE of the BPHEADOVERVIEW of BP_HEAD component. Can we use the PARTNER_UPDATE BADI for this ? or any other BADI/ User Exit that you suggest ?

    Hi,
    You can use two BADIs to achieve this either ORDER_SAVE(Implement the badi) and write ur ststus change code over here or
    BADI - CRM_ORDER_STATUS(Implement the badi) 
    for status change use the below code to get it...
    call function 'CRM_STATUS_CHANGE_EXTERN'
          exporting
            client              = sy-mandt
            objnr               = lv_order_guid
            user_status         = 'E0012'
            no_check            = 'X'
          exceptions
            object_not_found    = 1
            status_inconsistent = 2
            status_not_allowed  = 3
            others              = 4.
        if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
    hope this solves ur problem.
    Regards
    Jegadesh Balan T

  • ERecruitment (EHP4) distributed scenario  - Questions status changes

    I am creating questions in draft mode and then changing back the status to released after it is complete.
    I then want to create the questionnaires and use them in the process template.
    Issue:
    Even though I can change the status of the questions from "Draft" to "Released", when I close the "Create Questions screen and come back, the status automatically reverts back to "Draft".
    Periodic Services are running every 5 minutes.
    Due to the issue with the status change, I cannot create a questionnaire and release them to be used elsewhere.
    Any thoughts on where else to look?
    Thanks, Sunil

    Hello sunil,
    I could reproduce this error in one of the sandboxes I can access.
    The reason for this system behavouir seems to be an inconsistency in configuration of SES search. When you save the questionaire in status released the UI shows a success message but you should find an error message in TCode SLG1 like:
    - Exit WRITE_CPOINTER_SES of exit area AT does not exist or
    - Enhancement'Write Change Pointer for SES Search (in COM_SE_CPO' (area 'Follow-Up Processing (Background)') is not assigned to category 'Evaluable Information'
    The error is not shown in the UI as someone put the following code in there:
    METHOD save_quesnr_status.
      TRY.
          CALL METHOD cl_hrrcf_qa_bl=>change_template_status
            EXPORTING
              p_template_id = is_quesnr_object-objid
              p_new_status  = iv_status_new.
        CATCH cx_root.
      ENDTRY.
    ENDMETHOD.
    On a system wehre I did the SES config myself questionaires can be released correctly. Please apply the sap note 1098046 step by step (esp. number 2 and 3 are important for this special issue, including the note mentioned there). After doing this on the sandbox releasing questionaires works fine.
    Best regards
    Roman

  • Sale Order Status Change after delivery of materials from projects

    have ETO sccenario which consists of all modules such as SD,PS.PP etc. Materials will be procured from external vendors & manufactured inhouse through project systems. After delivery of materials from project systems, billing & invoicing will be done at sales level.
    On delivery of materials from projects, sale order status remain open. Request you to look into the matter & suggest about status change of sale order after delivery / billing.
    Regards,
    Ranjan

    Hi,
    In sale order, WBSE is assigned. Delivery of materials are through cns0. then subsequently picking / packing / billing will happen at sales level. Billing is of delivery related. Please suggest to fix the issue.
    Thanks & Regards,
    Biplab Ranjan

  • Service Desk Settings, Automatic Email at status change of messages

    Hello experts,
    I need your help about this:
    I am configuring Service Desk Specific Scenario Settings -> Automatic Email at status change.
    I made the configuration suggested as described SAP Note 691303. Also I configured the status profile SLFN0001 in transaction DNO_CUST01, and the Action profile SLFN0001_STANDARD, both  for the SLF1 (Service basis message), but still when we change the status of messages, the email is not generated in SCOT, overview of send orders.
    I want to clarify that the configuration made for the action of send email was in transsaction SPPFCADM, selected DNO_NOTIF, and push Define Action Profile and Actions, then selected the Action profile SLFN0001_STANDARD for making he ocnfiguration as suggested in note 691303.
    SCOT is correctly configured and working OK.
    Business partners emails are mantained too.
    Thank you very much.
    Hector Longarte

    Hello. Thanks to all of you for your comments. I am answering to your questions below:
    Have you assign proper partner function to every status in action?
    I do not know where can I make this assigment.  I am thinking that this may be the cause. Please I kindly ask you to give me orientation about this.
    Have you defined condition for defined action?
    Yes, the condition was defined thru SPPFCADM. Now, I wonder if this must be configured for CRM_ORDER application as described in note 691303, or for DNO_NOTIF ??
    Have you maintained user deatils on identification tab in BP?
    Yes, the Business partners and emails adresses were correctly mantained.
    The configuration we are talking about and you want to change, is it regarding SLFN (Service Desk Messages) or SLF1 (Basis Service Message)?
    I supose that for Service desk messages we must configure SLFN, and not SLF1. Right?
    In DNO_CUST01, we have SLF1. We have not made any configuration in DNO_CUST04, it is still as original standard. Please let me know if we are right.
    You want to send an aut. email notification when status of SLF1 changes?
    We want to send email notifications to the message creator about the status change of service desk messages.
    Thank you very much.
    Best regards.
    Hector Longarte.

Maybe you are looking for

  • Re: no amber update lumia 620

    If you have not received amber update, first check your firmware version which should not be at 0001. As today my handset received update for firmware 0002 and now I saw amber update. So, just wait for you handset to be updated to firmware version 00

  • Date format becomes incorrect when you run check option on portal

    Hi, We have a report which has Date variable in selection screen. When we enter selection as interval and then when we click on Check option before executing the report, the date format becomes garbage. Here is an example: This is what I enter in Dat

  • Kodo Error - plug-in

    Kodo plug-in and JBuilder: If I create one class with absolutely nothing in it except one declaration: private ArrayList test = new ArrayList(); and then compile that class and then right click on the class and select "Create JDO metadata" it success

  • Copying a texture into a layer mask... how?

    This question has been plaguing me for years and I thought I'd come and finally scratch that itch once and for all. See this image? http://fc05.deviantart.net/fs42/f/2009/072/7/0/Grunge_Texture_by_skeelar_stock.jpg Say I want to use it as an opacity

  • Clas Hortien,Please Help me for MSSQL2005 ERROR.

    hi,Clas Hortien, i can start  mssql2005, i find a souluton from ms support web site ,but i donot know how to do it, the notes as follows http://support.microsoft.com/kb/929665/zh-cs You cannot start the SQL Server service after you install Active Dir