E-Recruitment: Customizing error of Tell a Friend service

I have assigned the Service user to all unregistered services.but again facing same error "Customizing error of Tell a Friend service".
Please find attachment.

Did you customize the table  V77RCF_MDL_PRMC with the following parameter:
SERVICE_USER // with the unregistered service user
TF_SMARTFORM_NAME // HRRCF_TELL_A_FRIEND_RAW
TF_SEND_METHOD // MAILTO_REGONLY
KR, Antje

Similar Messages

  • EREC:Customizing error of tell a friend service

    Hi Experts,
    As an external candidate, he searched  for jobs and opened that job details and from he clicked on tell a friend button.
    a pop up is opened and he entered receiver name and email and then after click on send button.
    but the reciver didn't getting mail.
    In debugging in the method SC_SEND_TO_A_FRIEND of class CL_HRRCF_M_TELL_A_FRIEND, getting  
    "Customizing error of tell a friend service".
    How to resolve this..?
    Can anybody help me..

    Hi,
    Please check the documentation in IMG -> Talent Warehouse -> Candidate -> Candidate Services -> Set Up Tell A Friend Service.
    There you will find all settings you have to maintain (I guess the SERVICE_USER might be missing).
    Regards
    Nicole

  • E recruitment Internal error( Rabax_state) in webdynpro abap services

    Hi all,
    We are facing an error as shown below in our webdynpro services for E recruitment release 604 level 0006 and Ecc 6.0 , all customizations has been done , trex already installed and running properly but many of services throwing this error as below . I have searched extensively on sdn but not found the solution , tried debugg dump in st22, pls guide me , i am stuck up in between due to this error.
    Error when processing your request
    What has happened?
    The URL http://kbldev.kbl.co.in:8000/sap/bc/webdynpro/sap/hrrcf_a_candidate_profile_int was not called due to an error.
    Note
    The following error text was processed in the system DEV : Internal Error
    The error occurred on the application server kbldev_DEV_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: REPORT_MESSAGE of program CL_WDR_MESSAGE_MANAGER========CP
    Method: IF_WD_MESSAGE_MANAGER~REPORT_T100_MESSAGE of program CL_WDR_MESSAGE_MANAGER========CP
    Method: INITIALIZE of program /1BCWDY/6N9NUEU3ADS9XG9U4DTI==CP
    Method: WDDOINIT of program /1BCWDY/6N9NUEU3ADS9XG9U4DTI==CP
    Method: IF_WDR_COMPONENT_DELEGATE~WD_DO_INIT of program /1BCWDY/6N9NUEU3ADS9XG9U4DTI==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_COMPONENT===CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_COMPONENT==============CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: INIT of program CL_WDR_CLIENT_COMPONENT=======CP
    Regards,
    Shwetang

    Hi,
    such errors can have quite a number of reasons. As a first step I'd head for the sap-load-generator (T-Code SGEN) and run it over the complete system and after it over all web dynpro applications. When everything is finished invalidated the http server caches e.g. by usung T-Code smicm.
    If this is not successful please give us a nother post.
    Kind regards
    Roman

  • Tell-A-Friend --- E-Recruiting

    I test tell a friend functionality -- I get error as "Customizing error of tell a friend service". In SLG1, there is no error (everything is green). Why is happens?
    Early, I get same error -- it said qualifications catalog no exist. So I go create quals catalog.

    Hello,
    In addition to what Roman has said, you also need to have set the send method, i.e assign value for parameter TF_SEND_METHOD in T77RCF_MDL_PRM. This is configuration to detremine whether you want candidates to send them e-mail from your mail server with personal message or you can configure to have the user send thorugh his/her personal e-mail address. If you choose client, when the user clicks on Tell a Friend, the system automatically opens a new window of the user installed and configured email (like Microsoft Outlook) with the link inside, or user has to copy and paste the generated link and paste in an e-mail to send to a candidate. You have to add the following through SM31 in view V77RCF_MDL_PRM:
    Parameter = TF_SEND_METHOD
    Description = 'Send mechanism used for Tell-A-Friend service'
    Parameter value = ' '
    In T77RCF_MDL_PRM you can then assign either OFF(Hide functionality), MAILTO (Client method exclusively), REGONLY (Only registered candidates can use), MAILTO_REGONLY(Only registered candidates can use client), ' ' blank means all candidates can use the server method.
    Regards,

  • EREC - tell a friend sub change

    hey all, how do we change the subject of email from Tell a friend Service? ideas pls..
    Rohit

    Hello Rohit,
    analog to the correspondences the eRec application uses the description (in tcode SMARTFORMS the field is labeled Meaning) of the smartform for the subject of the tell a friend email. So if you create your customer smartform for the tell a friend service and customized it in the IMG you can influence the subject be choosing the description you like.
    If you need some more fancy stuff to be done you find the implementation in function module HRRCF_MDL_JOBS_TELL_A_FRIEND line 94.
    Kind Regards
    Roman

  • Custom Error Message For Session State Violation

    Hi,
    Can anyone tell me is there a way to have a custom error message whenever there is a session state protection violation ?
    Currently it throws an error message as follows:
    "Session state protection violation: This may be caused by manual alteration of a URL containing a checksum or by using a link with an incorrect or missing checksum. If you are unsure what caused this error, please contact the application administrator for assistance"
    Can i have a custom message here ? An image, or a custom text for a more friendly end-user message
    Thank you very much,
    Srikumar S

    Version of database? Version of APEX? Browsers involved? More information you provide, better response from people here...
    Thank you,
    Tony Miller
    Ruckersville, VA

  • How to remove errorMsg given by jdeveloper & add the new custom error msg

    Hi
    I dropped a table in panel collection layout.on the table i have unique constraint on combination of all the columns to avoid the insertion of duplicate row.when i try to insert duplicate row ,it is giving the following two errors in a popup window automatically by jdeveloper at runtime.
    Messages for this page are listed below.
    Error     
    Constraint "DB_UNIQUE" violated during post operation:"Insert" using SQL Statement "BEGIN INSERT INTO DASHBOARD_SECURITY_TAB(LOGIN_USER_ID,GROUP_NAME) VALUES (:1,:2) RETURNING ROWID INTO :3; END;".
    Error     
    ORA-00001: unique constraint (SCOTT.DB_UNIQUE) violated ORA-06512: at line 1
    for the above error message i added the message "Duplicate rows not allowed" using Managed Bean method.
    the code for this is
    public String commandButton_action2() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("Commit");
    Object result = operationBinding.execute();
    if (operationBinding.getErrors().isEmpty()) {
    FacesContext ctx = FacesContext.getCurrentInstance();
    FacesMessage saveMsg = new FacesMessage("Record Saved Successfully");
    ctx.addMessage(null,saveMsg);
    if (!operationBinding.getErrors().isEmpty()) {
    FacesContext ctx = FacesContext.getCurrentInstance();
    FacesMessage saveMsg = new FacesMessage("Duplicate rows not allowed");
    ctx.addMessage(null,saveMsg);
    return null;
    i want to show only "Duplicate rows not alowed".i want to remove the first two messages given by jdeveloper.
    and also i want to display this message at the statusbar below the page.not in popup window.
    can anyone help me what i need to do.

    Hi John,
    As you told i created the mesageBundle by following the steps described in the Fusion Developer's Guide section 33.8.3, "How to Customize Error Messages for Database Constraint Violations".now i am able to suppress the first error "
    Error
    Constraint "DB_UNIQUE" violated during post operation:"Insert" using SQL Statement "BEGIN INSERT INTO DASHBOARD_SECURITY_TAB(LOGIN_USER_ID,GROUP_NAME) VALUES (:1,:2) RETURNING ROWID INTO :3; END;".
    and displaying my user friendly message like "Duplicate rows not alowed". using the following code
    private static final Object[][] sMessageStrings = new String[][] { {"DB_UNIQUE","Duplicate Rows not allowed"},{"ORA-00001"," "},{"ORA-06512",""}
    Here i want suppress the ORA errors also.but using above code only first error got suppressed.not the ORA errors.
    Here please tell me what i need to do suppress the ORA errors in the popup window.
    The errors i am gertting in popup window are given below.
    *Messages for this page are listed below.*
    *Error     *
    *Constraint "DB_UNIQUE" violated during post operation:"Insert" using SQL Statement "BEGIN INSERT INTO DASHBOARD_SECURITY_TAB(LOGIN_USER_ID,GROUP_NAME) VALUES (:1,:2) RETURNING ROWID INTO :3; END;".*
    *Error     *
    *ORA-00001: unique constraint (SCOTT.DB_UNIQUE) violated ORA-06512: at line 1*
    I appreciate your time and suggestions .
    And also i want to display my userfriendly custom error message in the Status Bar of Panel collection not in a popup window.Is it possible?
    Sailaja
    Edited by: sj0609 on Mar 15, 2009 5:54 PM

  • Catch datetime exception and custom error message in SSRS

    I currently working on create report by using SSRS. I have 2 parameters: [Start date] and [End date] to filter data from database and show it on report. I want to validate 2 datetime parameter as describe above. Please tell me a solution to do this.
    For example:
    When user type the text like: 4/15/2014mmm => System validation thrown a message: [The From Date not correct type]
    But in my case, I want to receive a custom error message by myself.(Look like: [Date Invalid!])

    Hi Brain,
    According to your description, you have a report with two parameters for user to input. Now you want to validate these two parameters and display custom error message when the date is invalid. Right?
    In Reporting Service, it doesn’t provide any interference for us to modify the system error message (the text in grey color). That means we can’t modify the system message when error occurs. However we can create a textbox in this report, use custom code
    and expression to display the custom error message. But this all based on the report is successfully running. So if error occurs during report processing, all the custom code and expression will not work. In this scenario, we find a workaround for you. We
    use custom code to judge if the date is valid, if the users type an invalid date, we return a default value to make sure this report can successfully run. Then we use expression to control the visibility of tablix in this report and create a textbox to show
    the custom error message. Your case has been tested in our local environment. Here are steps and screenshots for your reference:
    Go to Report Properties. Put the code below into custom code:
    Public Shared a As Integer=0
    Public Shared Function IsDate(d1 As String,d2 As String) as Integer
            Try
               FormatDateTime(d1)
               FormatDateTime(d2)
            Catch ex As Exception
                       a=1
            End Try
    return a
    End Function
    Create two parameters. One is StartDate, the other is EndDate. Set the data type of these two parameters Text.
    Create a filter for StartDate, put the expression below into Value:
    =IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,CDate(IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,Parameters!StartDate.Value,"1/1/2012")),CDate("1/1/2012"))
    Create a filter for EndDate, put the expression below into Value:
    =IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,CDate(IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,Parameters!EndDate.Value,"1/1/2013")),CDate("1/1/2013"))
    Ps: In step3 and step4, the date(“1/1/2012”, “1/1/2013”) in the expression are the default we set to make sure the report can successfully process. You can set any date existing in your dataset.
    Use the expression below to set the visibility of the tablix:
    =IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,false,true)
    Create a textbox, put the expression below into it:
    =IIF(Code.IsDate(Parameters!StartDate.Value,Parameters!EndDate.Value)=0,"","Date invalid")
    Save and preview. It looks like below:
    Reference:
    SSRS Calendar and Date Restriction
    Errors and Events Reference (Reporting Services)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
      

  • Displaying Custom Error Message in ALV

    Hello Experts,
    Usually, when an error occurs in editable ALV, the standard WD ALV functionality marks the particular error cell in red and displays the error message.
    I want the same functionality for custom error messages in event ON_DATA_CHECK. I'm able to display the message, but looking for a way to mark cells as well.
    Please help....

    Hello friend,
    I think this link will help you much more clear on the coloring of the ALV concepts.
    http://help.sap.com/saphelp_smehp1/helpdata/en/5f/ec57c72a1349c8bfdda56d976e9399/frameset.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0625002-596c-2b10-46af-91cb31b71393?QuickLink=index&overridelayout=true
    Thanks,
    Sri Hari

  • How to display custom error message in Job log for batch processing

    Hi All,
    I am rexecuting one R/3 report in batch mode and i want to display all the custom error i have handled in job log when its executed from SM36,SM37. The custom error are like 'Delovery/Shipmet doe not exits' or others which we can display in online mode like message e100(ZFI) or any other way and accordingly we can handle the program control like come out of the program ro leave to transaction'Zxxx' or anything. But i want my program to be executed completely and accumulate all the error in job log of batch processing.
    Can anyone tell me how can i do so...
    Thanks,
    Amrita

    Hi,
    Thats what i have done from the begining. I have written message like this:
    Message i100(ZFI).
    I was hoping to see this message in the log. But i cant see. Can you help me pleae...

  • Custom error message in a tabular form

    Hello,
    I try to implement a solution for a custom error message in a tabular form.
    My intention is, that a error message about a foreign key constraint violation should told the end user what happens in a friendly way.
    So I try to implement my own delete-process, where I can catch the exception and display my own error message.
    In the process I use the following code to delete the selected row:
    begin
    for i in 1..apex_application.g_f01.count loop
    delete from d_cmp_campaign
    where campaign_id = apex_application.g_f02(i);
    end loop;
    end;
    And this is the select of the tabular form:
    select
    "CAMPAIGN_ID",
    "CAMPAIGN_ID" CAMPAIGN_ID_DISPLAY,
    "NAME",
    "CAMPAIGN_NO",
    "DWH_DEF_TIME",
    "DWH_DEF_USER"
    from "#OWNER#"."D_CMP_CAMPAIGN"
    The problem is, that the first row is deleted always, whatever row is selected.
    Can anyone help me with that issue?
    Thank you,
    Tim

    Every checkbox has a value which is the corresponding row. You got to get the row number
    first and based on that you select the record. For example, if you click the rows 1 and 5,
    you first need to know which rows are selected. Then, you would loop twice and get the
    first and the fifth array values.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Custom Error Messages

    I've read numerous posts and blog entries regarding customizing oracle error messages to provide a more user friendly output. However, I have a slightly different scenario here that I'm hoping for some help on.
    I'm building a new application that sits on an existing database. Within the database there are thousands of tables and triggers containing validation that raise application errors for messages we've created, for example raise_aplication_error(-20101,'SSL-01010'). In a separate table we have a list of our error codes and messages. In forms we have a function that picks up our code from the error message and translates to our message which is then displayed to the user. I need to do something similar in APEX.
    I've created a very simple test table, trigger and page that generates an error when you try to update or delete it. And I've created a customer error page (page 200) to display the user friendly message. I'd like to populate an item on this page with our error code if it's there.
    In the Error Page Template section of the template I added the following code which searches for SSL or QMS in the message:
    <input type="hidden" value="#MESSAGE#" id="P0_ERRMSG"></input>
    <script type="text/javascript">
    str=document.getElementById("P0_ERRMSG").value
    search_term = "SSL";
    str_check = str.indexOf( search_term );
    if (str_check==-1) {
    search_term = "QMS";
    str_check = str.indexOf( search_term );
    if (str_check!=-1) {
    str_val = str.substring(str_check,str_check + 9)
    url_location = "f?p=&APP_ID.:200:&APP_SESSION.::NO::P200_ERROR_MESSAGE:"+str_val
    window.location = url_location;
    url_location = "f?p=&APP_ID.:200:&APP_SESSION.::NO::P200_ERROR_MESSAGE:"+str
    window.location = url_location;
    </script>
    The error displayed on the screen, without this template change, is:
    "ORA-20001: Error in multi row delete operation: row= 1, ORA-20101: SSL-01010 ORA-06512: at "SWIFT_OWNER.APEX_CONS_TEST_BTRG", line 3 ORA-04088: error during execution of trigger 'SWIFT_OWNER.APEX_CONS_TEST_BTRG', delete from "SWIFT_OWNER"."APEX_CONS_TEST" where "ID" = :p_pk_col"
    As you can see our error code is contained in this output.
    However, #MESSAGE# is just "multi row operation failed" which means our error code is never picked up. I can't see how to access the full error message in the template.
    If there is an easier way of doing this I'm open to suggestions.
    Thanks
    Sara

    I think I've resolved this myself (with reference to a few different forum posts!) by changing the javascript in the Error Page Template to:
    <script language="javascript">
    function getElementsByClass(searchClass,node,tag) {
    var classElements = new Array();
    if ( node == null ) node = document;
    if ( tag == null ) tag = '*';
    return node.getElementsByTagName(tag);
    function show_error_text() {
    errorElements = getElementsByClass("ErrorPageMessage",document,"div");
    if (errorElements.length > 0 ) {
    errorText = errorElements[0].innerHTML;
    search_term = "SSL";
    str_check = errorText.indexOf(search_term);
    if (str_check==-1) {
    search_term = "QMS";
    str_check = errorText.indexOf( search_term );
    if (str_check > 0) {
    errorText = errorText.substr(str_check);
    errorText = errorText.substr(0,errorText.indexOf("ORA")-1);
    errorText = errorText.replace(/#/g,"~");
    url_location = "f?p=&APP_ID.:200:&APP_SESSION.::NO::P200_ERROR_MESSAGE:"+errorText;
    window.location = url_location;
    show_error_text();
    </script>
    We know our error codes will always start with SSL or QMS. So this will pass the bit of the Oracle error we're interested in to P200_ERROR_MESSAGE or the full Oracle error if it hasn't been raised by some of our code.

  • Customer error message in sales order on save

    Hi Friends,
    as per requirement i have to raise the error message and system should enable the field to change values. This should happen when condition is not met on Saving of Sales order.
    For this, i have used the user exit USEREXIT_SAVE_DOCUMENT_PREPARE. But the problem is system throwing error message and all r in display mode only. as per my requirement system should allow to change the error value field.
    i have verified many posting in this SDN, but nothing is working out.
    Please guide me, how to raise the error message and system should enable that filed.
    My doubt is where should i raise the error message in sales order (MV45AFZZ)??? if any badi to raise the error message also fine for me. I tried many ways like... message with display like..... and set / get parameters and badis....  but not able to find the correct solution.
    Thanks in Advance.
    Bala

    Hi
    You need to use check for enahcement spot, which will be help to you.
    Bcz you are throwing custom error message in the standard transaction, once the error is display, you could not able to change the values. your prob can be solved by using the enhancement sport.
    This is include name (Include:MV45AF0B_BELEG_SICHERN).
    In the above include, you need to create a enhancement spot after this spot (ENHANCEMENT 16  OI0_COMMON_SAPMV45A.)  
    write your custom code and while displaying an error message. set flag = 'x', then use below code. It will display error message once you press ENTER, you will get the sale order in change mode, you change the values.
      IF flag = 'X'.
              fcode = fcode_gleiche_seite.
              perform fcode_bearbeiten.
              ch_subrc = 4.
              exit.
            ENDIF.

  • Custom Error Responses - S1WS 6.1

    Hello
    Iam trying to create custom error responses. I did this thru Admin , Class Manager.
    I gave the absoulte path to file which contains error messages for the HTTPcodes (Not Found, Unauthorized etc)..
    When i did testing, the browser still gets 404 back. I did verify whether obj.conf has the settings. I also restared the web server. The setting was selected for "Entire Web Server".
    Please help.
    Thanks
    ssk

    I'm not sure I understand. Even if you specify a custom error page, the server will continue to send a response with a 404 HTTP status code. It will use the contents of your page for the body, but the HTTP status code will still be 404.
    If you're not really concerned about the HTTP status code but rather the body of the response, check the log files:
    1. Check the errors log. Is the server trying to tell you something?
    2. Check the access log. Is the server getting the request? Is the server sending your file (check the response size, it should match the size of your file)?
    If there's nothing in errors and access suggests the server is sending your file, the browser may be choosing not to display your error page. Microsoft Internet Explorer does this when the page is below a certain size. Try increasing the size of your error page.

  • Auditing and Custom error logging

    Guys,
    Can one of you tell me how can we do auditing in ODI i.e like say if load files how many records the file have and how many we have loaded for each file and how many are
    bad records etc and how many records we have inserted/updated in each table etc.
    Basically some sort of report we need to send in the end as audit report after odi batch run every day
    Can we do this in ODI?
    Is it possible to do sort of custome error logging like what we do in pl/sql, like inserting into error log table when ever oracle error comes or any runtime error which we need to insert into table etc.
    Can we do this kind of error handling ODI?
    Cheers
    Sri
    Edited by: aranisrinivas on 26-Nov-2011 10:13

    Just use below details for your required information
    '<%=odiRef.getPrevStepLog("STEP_NAME")%>'
    '<%=odiRef.getPrevStepLog("SESS_NO")%>'
    '<%=odiRef.getPrevStepLog("MESSAGE")%>'
    '<%=odiRef.getPrevStepLog("ERROR_COUNT")%>'
    You can get more details from below tables.
    1) snp_sess_txt_log -( It holds the scripts used for the task and session details)
    2) snp_sess_task_log-(It holds the time details error msg and all)
    3) snp_sess_task -( it holds the name of the task and technology , context details
    Thanks

Maybe you are looking for

  • 6111 Bluetooth conection

    Greetings. I am a user new to both the 6111 and Bluetooth. I successfully connected yesterday and was able to transfer music files OK. Today I cannot get the PC to detect/connect to my phone. The phone is properly paired and the Bluesoleil device sea

  • Option to Limit How Much Phone Storage Spotify Uses

    I have a starred list that is not huge by most standards: 1700 songs or so. It's too large to fit in the available storage on my phone which is 4 or 5 GB (some of the files are local files which are probably a bit bigger than the low-bitrate ones Spo

  • Standard-Plugin for file-type

    Hello, how can I define, that txt-files are opend with an certain pluginI I have several plugins for txt-files, but there's one I use mostly and so I want to define this plugin to be used when I drop files via drag&drop in the dataportal. thanks Gabr

  • Problems to acces Internet after update to OS X Mountain Lion

    After updating to OS X Mountain Lion I can not acces any web that works with and user and a password. Normal acces to any open site. App store is also not working neither software actualization. Keeps trying to connect until time out message appears.

  • Billing status overview

    I have created sales order delivery and billing document. its account document has already been created too. And when i check in delivery ( VL02N ) status overview, billing status is A:being processed. I have made this delivery by batch split.And it