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

Similar Messages

  • 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

  • Question over the appraisal status change

    Dear All,
    Our appraisal has ( following the flexible template ) has planning, mid year review and final phases. With in each main status we have sub status configured. Example - In the planning stage ( say in the month of February ) , employee add objectives, change weights etc and send to manager for approval. If manager approves, the document status will be changed from planning  to mid year status and employee's form is changed to the display mode ( so he cannot update objectives / weight etc)
    Then again in the mid year  status ( say a few months later - June ist ), the employee needs to review the appraisal, add or update the objectives etc and submit for manager approval.
    My issue is -  After the employee's appraisal form is changed to display only from planning to review status - How the employee's appraisal  form can be changed from a read only to change mode in the same status ? As it is necessary for employee to add/ update in the form.
    I am seeking the best approaches for the below as I am considering two options ( as mentioned below )
    1)   For the  mid year status  , I will configure a sub status ( called start mid year ) and attach a push button. The employee select the push button during the mid year  period ( say June 1st ) and this push button triggers the status change from Mid year to Mid Year / Start Mid year. We also plan to apply a custom implementation for  BADI for column access and badi  (HRHAP00_COL_ACCESS) will decide the access control for columns etc.
    2) The other approach I am considering is we are considering a workflow (INFO_APPRAISEE_CHANGE_REVIEW ) to notify th employee 7 days before the mid year review starts. Can this workflow trigger the status change or read the column access from the BADI (HRHAP00_COL_ACCESS) ?
    Any other simpler approaches ?
    I saw in the Process config ( tabs and process ) that we can define the phase with dates and status / substatus etc. Can this be useful for the above scenario. For eg. On June 1st when the mid year review start, can the status be changed  like from Mid year  to Mid Year / Start Mid year ?
    Please let me know . Greatly Appreciated!
    Aneez Hameed

    Hi Aneez, both options are great,   HRHAP00_COL_ACCESS is configurable at each sub-status, so you have many options.  You can have the manager "approve" at beginning of year, but keep it in "in planning" by having a 3rd sub-status.
    You can have the employee or manager have access to the pushbutton so that mid-term can start. 
    you can also do a workflow option where it is changed automatically, your option 2.
    the final option is the HR adminstrator can change the status, by doing a mass select in phap_admin and then they change to the status to move it to "in review" with all of your mid-term substatuses. 
    they key to making this work is the additional config that goes along with HRHAP00_COL_ACCESS.  here you will want to do define a Z table with the following columns:
    object id - your template ID
    role - which are the same roles values defined at your template - apee for apraisee
    template status - integer - represents status ID
    template sub-status - ID
    column id - FAPP, OBJO, etc..
    availability indicator (char) - here you will configure H, X etc... which the badi uses to know how to handle it. 
    best regards - michael

  • ERecruiting - External Users in a distributed scenario

    In an integrated scenario, I understand the relationship between, US, CP, P, NA and other objects.
    Just for informational purposes, if I am on a distributed scenario, where I have ECC and ERC on different systems, is there a difference in how the external users (US) object and the related object relationships are created?
    Thoughts appreciated.

    Hi Sunil,
    As per my understanding there is not much difference.
    When an external user registers, NA,BP & CP are created.
    If this person is hired, during the hiring action, P,BP & CP are created. But the NA object needs to be now connected to the newly created CP. This is usally done during synchronization. I also think the BADI HRSYNC_P needs to be active to take care of this. The older connection of NA to the old CP will then be obsolete.
    If i am not mistaken, before the setting up of ALE(one of the steps), it is required to activate the above mentioned BADI in the your main HR system.
    Regards,
    Sowmya

  • 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.

  • Error "Status change from READY to COMMITTED is not allowed"

    Dear experts,
    once again SAPs workflow environment drives me crazy with mysterious error messages.
    Some time ago I posted a question here concerning the problem that I cannot put back a workitem by using function module SAP_WAPI_PUT_BACK_WORKITEM due to a lock on this workitem which has been set right after it has been double clicked in the business workplace workflow inbox:
    [How can I put back a workitem before I'm back in the business workplace?;
    Since I do not want to dequeue the lock for the workitem in my application (where the user finds the appropriate detail information along with the function buttons for approval, rejection and F3/BACK) I tried it with calling a POPUP_TO_CONFIRM ("Do you want to put back the workitem?") directly from within the BO-method, right after returning from the FM that called my application. From here (the popup then shows in front of the business workplace instead of the application) the locking doesn't seem to be a problem any more! But whatever I do after the users decision to put the WI back - calling the FM SAP_WAPI_PUT_BACK_WORKITEM or trying to leave the method with macro EXIT_CANCELLED - leads to the error message "Status change from READY to COMMITTED is not allowed" and the workitem changes to status ERROR, too. This message seems to be bull***t, since the status of the item is supposed to go back to READY.
    Does anybody have experience to help me on that ?
    Thanks in advance
    regards
    Andreas

    Hello Andreas,
    Ah, sorry, there was so much talk about user decisions that I assumed you were using a standard decision task.
    Still, I would be extra careful of changing the way workflow usually works because you have an unknown target audience that are based on the standard.
    The standard SAP philosophy is quite simple: cancel/F3 or do nothing and it stays reserved. If you do not want it reserved, you need to perform an action. This is based on a majority of processes: in most cases when you execute a work item you will also be the one who is going to completed it. Replacing it is the lesser used of the two alternatives, therefore it is the only one that requires an action on the part of the user.
    Again, this is intended as constructive input. Strange quirks and unusual behaviour tend to add a black mark to software if they do not make things easier to use. In many environments users are not even aware of the reserve/replace business, so there you would be adding an additional layer of complexity.
    Personally I would find an exit popup annoying as a regular workflow user - regular decisions can be approved with one click, or I can back out with a single click if I need to make a phone call or look up some info before approving - but with this new-fangled thing I've got an extra button to click and an extra thing to think about. This is especially the case in a payment approval scenario where you may have users in some departments who may approve hundreds of payments each week.
    My suggestion would be to leave it like that. By all means put an option into the user decision to put it back or to 'un-reserve' it (and loop round if the user chooses it). That way you are adding value and not clicks.
    Cheers,
    Mike

  • E-Recruiting question status

    Hello,
    I'm having problems getting my questions to change status in e-recruiting. I am using a separate frontend/backend system with a standalone scenario. I followed
    http://wiki.scn.sap.com/wiki/display/ERPHCM/Questionnaire+cannot+be+saved+in+%27released%27+status
    I activated BAdi HRHAP00_FOLLOW_UP_SE and added it in OOHAP_BASIC and then in PHAP_CATALOG I selected the enhancement. I then re-implemented SAP Note 1301016 but I still have the same problem. In SLG1 I keep getting the same error as before. When I save in status released it says "Data was saved successfully" but the question remains in status "Draft."  In the webdynpro for questionnaires it creates a 2 new templates titled "New Template for Questionnaires" in status draft (both for internal and external use) with the question assigned to it.
    In SLG1 I have the following errors:
    The error occurred in program CL_HRRCF_QA_QUESTION==========CM00M line 48
    Column FPER does not exist
    The error occurred in program CL_HRRCF_QA_ELEMENT===========CM00E line 78
    Does anyone have any idea what could be the problem?

    Fixed the problem - in OOHAP_BASIC I added columns MAND and FPER manually and then in PHAP_CATALOG in Evaluable Information in tab columns I selected the 2 columns. No more errors, and the questions and questionnaires can be released.

  • 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

  • Batch status change with UD

    Hi Everybody,
    I have a question about batch status change while taking UD. I understand that stock posting and batch status for each UD code is decided by the value in 'Posting proposal UD' field in Selected Set settings. I understand that I can customize the movement types for the values (eg VMENGE01, VMENGE02 etc) in config. But that is only for stock posting. From what setting is the Batch status decided eg. If we approve, the batch is unrestricted and if we reject it is restricted.
    Can I customize those values which are available in the drop down in the 'Posting proposal UD' ? Can I create a value of my own ?
    Regards,
    Manish Saraswat

    Manish,
    execute tcode QS51
    you will be able to see 'Posting Proposal UD' in "Selected Set ". Now select that line (Posting Proposal UD line). Status for Posting Proposal UD should be "Released"
    After selecting that line on left hand side there is " Dialog Structure " in that there is " Selected Set Code " Click on that.
    Complete list of code will come you can add and modify those codes.
    Hope now its clear to you.
    Edited by: tejasg on Mar 24, 2010 4:21 PM

  • Status change from 'Completed' to 'In Process' not allowed

    When configuring Appraisals in R/3 we want to change the  Status of 'Completed' when pressing the 'Reject' button so that it moves to the Target Status of 'In Process'
    However, we are getting an error message:
    Status change from 'Completed' to 'In Process' not allowed
    The SAP help states the following:
    In Process (only if final appraisal or part appraisal is defined)
    This has been defined at Template Level.
    So I don't understand why we are getting the message.
    Does any one else know of a way to configure the Appraisal template so that after it has been 'Rejected' it moves back into 'In Process'
    Thanks
    MN
    Points Rewards!

    Hello Andreas,
    Ah, sorry, there was so much talk about user decisions that I assumed you were using a standard decision task.
    Still, I would be extra careful of changing the way workflow usually works because you have an unknown target audience that are based on the standard.
    The standard SAP philosophy is quite simple: cancel/F3 or do nothing and it stays reserved. If you do not want it reserved, you need to perform an action. This is based on a majority of processes: in most cases when you execute a work item you will also be the one who is going to completed it. Replacing it is the lesser used of the two alternatives, therefore it is the only one that requires an action on the part of the user.
    Again, this is intended as constructive input. Strange quirks and unusual behaviour tend to add a black mark to software if they do not make things easier to use. In many environments users are not even aware of the reserve/replace business, so there you would be adding an additional layer of complexity.
    Personally I would find an exit popup annoying as a regular workflow user - regular decisions can be approved with one click, or I can back out with a single click if I need to make a phone call or look up some info before approving - but with this new-fangled thing I've got an extra button to click and an extra thing to think about. This is especially the case in a payment approval scenario where you may have users in some departments who may approve hundreds of payments each week.
    My suggestion would be to leave it like that. By all means put an option into the user decision to put it back or to 'un-reserve' it (and loop round if the user chooses it). That way you are adding value and not clicks.
    Cheers,
    Mike

  • How to read the status changed in crmd_order txn before saving it to DB.

    hello all,
    My requirement is to perform some checks after the user changes the status
    ( Before saving it to DB i need to do some checks )
    I could find the BADI and Fm's for checking conditions.
    My question is i need to check for a particular status change how do i trace that that particular status which i need to capture has been changed??
    i could see some FM's but it is only fetching the staus save in DB.
    how do i trace the status just after user changes before saving it to DB.
    it's an urgent requirement............pls help me on this..........
    pls get back to me if u want more  details.........
    Thanks,
    Shiva.

    Hello.
    Have you figured this out yet?  We are having the same problem.

  • "Tag for status change alerts" - how to find out if someone has tagged you

    Dear all,
    On the "Tag for status change alerts" functionality, I was wondering if there is a way to find out if someone has tagged you for change alerts. Please let me know if I can find this out directly or by using an available tool / plugin. I am an user
    and do not have access to the lync server.
    Thanks in advance

    Doulouz is right. It is not possible to check that.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Order Status Change and E-mail Send

    Hello there,
    Is there some ready to use Scenario that checks for an order status change on repository and send an e-mail to the customer?
    Thanks.

    I would contact iTunes:
    Apple - Support - iTunes

  • TFS 2012 Update 4 - Build Alert - "A build controller or agent's status changes" doesn't work correctly

    We are running TFS2012 Update 4 and have set up some build alerts.  The alert we have set up is "A build controller or agent's status changes".  When this alert is first set up the default filters which are included are for fields "Team
    Project" and "Status".  However through much testing we have discovered that when either of these fields are included as a filter the alert doesn't work.  When other fields are used in the filter the alert works fine (as long
    as neither of the stated fields are included), indeed if all alert filters are removed then the alert also works successfully.  Has anyone else experienced this?  Is there an issue with the fields "Team Project" and "Status"?

    Hi T Quinn,   
    Thanks for your post.
    I reproduced this scenario in my TFS 2012 Update 4 Server and received the same result.
    For this scenario, please submit it to Microsoft Connect Feedback portal at:
    https://connect.microsoft.com/VisualStudio. Microsoft engineers will evaluate them seriously. 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • User Status change problem in Process Order

    Hi,
    We are in process of upgrading our system from 4.6C to ECC 6.0. I have a problem with User status change for process Orders.
    In 4.6C we are using the profile x with settings:
    10     ZNEW     Created process order     10     90     1     1     ZSTA
    20     ZLCK     Locked process order     20     90     1     1     ZREV
    30     ZOPN     Reopened process order     20     90     1     1     ZOPN
    40     ZMST     MES order started     20     90     1     1     ZMST
    50     ZMCL     MES order closed     20     90     1     1     ZMCL
    90     ZTEC     Technically completed      20     90     1     1     ZTEC
    In ECC 6.0 we also use the same profile settings as above.
    The problem is in ECC 6.0 when I do a goods receipt the User status changes to ZTEC . The process followed is ..Create process order, Release Order, Goods issue, Phase partuial confirmations, Goods receipt and then Finla confirmations of phases. Now in 4.6C if i do the above process the User status remains at ZMST and it only changes to ZTEC when i technically complete the order but in ECC 6.0 when I do a goods recipt from above steps the User status changes to ZTEC. THis should not happen.
    Any pointers will be very helpful.

    Hi,
    The log for production order preliminiary costing is not saved. Therefore, once the order is saved, there is no log available anymore (this is by the way a question of PP; none of the logs is saved).
    Hope that helps...
    Regards,
    Declan

Maybe you are looking for

  • Nexus 7009 bandwidth allocation per port in shared and dedicated mode:

    We have 7009 with following I/O modules: N7K-F248XP-25E -- N7K-C7009-FAB-2 - qty 3 N7K-SUP2 I would like to know that each port of N7K-F248XP-25E will get how much bandwidth in shared mode. if we are using only one port group with 4 ports each port w

  • Block changes to the order quantity

    Say I have a quotation for itemA with 10 qty. When I create a sales order with ref to this quotation, i want the system to blcok any changes to the quantity. The incompletion rule gives me a warning message, but it will allow. Any way to do this bloc

  • Testing AIA PIP XSL files in Jdeveloper

    Hi Guys, i have added some customizations in PIP XSL files when i was trying to test it through JDeveloper it is giving error Failed to transform the source XML start of root element expected shall anyone know the work around for this. kindly help. t

  • Send email based on the date

    Hi, Does any one know how to send emails automatically based on a date. For example in the database we have birth days of all employees. All the employee details are being maintained using a JSF web application. An email has to be sent as birthday re

  • ODI: 11.1.1.6 on Redhat :  ./odi_opmn_addagent.sh "agentcreate.properties" FAILS

    Hi. the    ./odi_opmn_addagent.sh "agentcreate.properties" fails with following errors ODI-1604: Unable to parse Opmns Snippet Xml ODI-1600: Unable to update Opmn Xml file.java.io.FileNotFoundException: /ora_apps/apps/oracle/middleware/Oracle_ODI/ora