Personal Data: sucess messages - change messages

Hi experts,
My client is implementing ESS and they want to change the sucess message when employee saves new data.
The standard message is:
The changes you made to your Address data were saved 
Is there any way to change this messages? Can it be changed on "Configure output messages"?
Where can I find the message class and number for this messages?
Thanks in advance!
Best,
Andre

this has to be changed via NWDI
The placeholder gets filled in the setModeCreate() and setModeEdit()
functions in the FCPersInfo component of the esspersap.com DC.
Message Pool of the 'Overview' component of each scenario, there is a
Message Key by the name 'ITName'.
this comes from frontend

Similar Messages

  • ESS (ERP2004): Personal Data

    Hello everybody,
    is it possible to make it happen without modification that when an employee makes changes to his personal data, the new/changed record (Infotype Data) is saved in locked mode?
    regards,
    Markus

    Hello!
    Actually with some work you should be able to do this without having to do any modification!
    I am using personal data service for US as an example:
    Copy class: CL_HRPA_CONVERT_0002_US to a custom class: ZCL_HRPA_CONVERT_0002_US.
    In method: INPUT_CONVERSION of the custom class you add business logic to set the lock indicator when moving data from frontend structure to backend structure!
    Next you need to configure table: V_T588IT_SCREEN to make sure that custom class is used for personal data US service and not standard class.
    Hope that helps,
    Harald

  • Error message when changing personal data

    Whenever a user tries to change personal data in ESS, the system returns an error message "Start date should be after 12.01.2012 or later." (or whatever the current day is...)
    I can't find a note or whatsoever to solve it. Is this a known error in ESS?

    You have implemented the BADI  HRXSS_PER_BEGDA which results in this error
      ESS scenario's will allow data creation/modification starting
      from a Default Start Date.  By default this Default Start Date
      is set to Today's date.  To further explain, when the Default
      Start Date is set to Today's date ESS User can create or
      change a data record valid starting from Today's date
      or future date.
      It is possible to customize this behaviour.  Business Add-in
      HRXSS_PER_BEGDA is available.  Parameters like molga, pernr,
      infty, subty and begda can be used in different combinations
      for customization.  For further informatio, please
      refer to IMG:
      Personnel Management -> Employee Self-service -> Own Data ->
      Change Default Start Date.
    Check your use case subtypes as well

  • How to change the   Success Message  for Personal Data Screen in ESS

    Hi,
           While saving the Personal Data in the ESS  I want to chage the Success message.When I check the DC , Message Class  i am not able to find the  the particular string.Can any  one please  guide how to find the Success Message String   for this Personal Data Screen or Which BAPI  I  have to check .
    Regards
    Alexi

    Hi  iidhya ,
      Please find the code below
        public boolean onEvent( )
        //@@begin onEvent()
        String event = fpm.getEventData().getEventName();
              if (event.equals(IFPM.EVENT_ADD)){
                   wdThis.wdGetFcPersInfoInterface().setModeForCreate(selectedSubtype);
              }else if(event.equals(IFPM.EVENT_EDIT)){
                   wdThis.wdGetFcPersInfoInterface().setModeForEdit(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              }else if(event.equals(IFPM.EVENT_REMOVE)){
                   wdThis.wdGetFcPersInfoInterface().setModeForDelete(wdThis.wdGetFcPersInfoInterface().getSubtypevalue(selectedRecord));                              
              return true;
        //@@end
    Regards
    Alexi

  • Good night I have the question of a message that I have received in my mobile, if I won 715.000 pounds sterling on a lottery contest the Apple company, please let me answer if this is real lottery to send my personal data for the claim this prize.

    good night I have the question of a message that I have received in my mobile, if I won 715.000 pounds sterling on a lottery contest the Apple company, please let me answer if this is real lottery to send my personal data for the claim this prize.

    Scam. Do not divulge any personal or financial information.

  • Not all data could be changed in LC (Message no. /SAPAPO/TS007)

    Hi Experts,
    When I run forecasting through automodel(strategy 56) in the background, For some combinations I got the warning message "Not all data could be changed in LC" (Message no. /SAPAPO/TS007). What does this message means?
    Thanks & Regards
    Yogeesha

    Hi
    Logically whenever you create a new CVCs in APO system you should execute the job /SAPAPO/TS_LCM_CONS_CHECK
    by default which will assign time series for the newly created CVCs.
    In the following case, it looks like you have created CVCs and than during th FCST job as it does not found the time series for newly created CVCs you received the following errors.
    You can execute the report now which will fix the issue, but I will suggest to execute this once CVC job creation is done as regular process.
    Please let us know, if this helps to answer you question.
    Thanks & Regards
    Amol

  • Report template enhancement? no data found message

    I have a layout in which I want to show the excel export link in the same html table as a logo, so that code needs to be placed in the report template, but when no data is found I still want to show the logo and so all my reports have the same html code in the "no data found" field. Whenever I want to change this I have to change my template as well as all of my reports.
    Wouldn't it be a nice idea to provide for a "no data found" message in the report template instead of the report itself? I can imagine you would want to show the same "no data found" message anyway for all reports so the template would be a logical place to put this.

    There are known issues with Interactive Reports referencing :REQUEST value, probably due to some inner logic that also handles it simultaneously - potentially causing malfunction or deadlocks.
    One workaround I've learned is to create a computation to assign :REQUEST to a temporary item (a PXX_REQUEST, for instance) and reference it in the query, instead of :REQUEST. This has worked fine for me in my experience.
    Let me know if that helps - pls sign the thread as 'Useful' or 'Correct' if so, hence more people can benefit.
    tks,
    Kleber

  • "no data found" message wrapping in interactive report

    I've looked around and can't figure out what's going on. Any help would be greatly appreciated.
    I have an interactive report which, when no data is found, displays the "no data found" message wrapping very tight. I have uploaded a screenshot of it to TinyPic for you to see what I see.
    The HTML generated around the "no data found" text is the following.
    >
    <DIV id="apexir_DATA_PANEL">
    <TABLE summary="">
    <TBODY>
    <TR>
    <TD>
    <TABLE id="12352007490697832" class="apexir_WORKSHEET_DATA" border="0" cellSpacing="0" summary="" cellPadding="0">
    <SPAN class="fielddata">
    No submissions were found in the system.
    </SPAN>
    </TABLE>
    </TD>
    </TR>
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    </DIV>
    >
    I've looked through the HTML code that is generated for that page, but can't figure out why the words are wrapping. Any thoughts?
    Shane.

    Well, my problem is back again. It is only doing this in IE 8, not FF. When I run IE 8 in "IE 7" mode, the error message shows up fine, all on one line. I actually have two span tags now so I can have some spacing around the "no data found" message. I cannot get the "span" tags to show up in the HTML code. The software for this discussion forum seems to be filtering it out or the web browser is interpreting it when it should not. I will replace the SPAN tags with square brackets so you can see them. I also had to change "style" to "st_yle" so the software did not filter it out. It sure looks like a jumbled mess now.
    >
    <DIV id="apexir_DATA_PANEL">
    <TABLE summary="">
    <TBODY>
    <TR>
    <TD>
    <TABLE id="12352007490697832" class="apexir_WORKSHEET_DATA" border="0" cellSpacing="0" summary="" cellPadding="0">
    [SPAN class="fielddata"][span st_yle="padding: 15px;"]No submissions were found in the system.[span][SPAN]
    </TABLE>
    </TD>
    </TR>
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    </DIV>
    >
    Since I am using an interactive report, I do not believe I have any report template I can alter to adjust how the report and/or "no data found" message are being drawn up. I do have the region of the interactive report set to "Reports Region 100% Width", but the HTML in question is not being generated by that template.
    I wonder if the problem is specific to how IE 8 might be interpreting the inside TABLE tags when it does not have any TR or TD tags within it. Any further thoughts on the matter?
    Shane.

  • Error while deleting data source : Message RSO414

    Hello Guys,
    We have activated data source 2LIS_04_PKKANBAN and entire standard BI content . When i tried to extract data, i got 0 records initially and after that i came to know that some functions needs to be activated in ECC to extract KANBAN data.
    We activated some function and deleted & filled setup tables for KANBAN and i can see data in RSA3 (368 Records). Then i tried to extract data into SAP BI. it took  me 20 minutes but ended with error. "Data Source needs to be activated again as it was changed (We just activated one function only) nothing changed to data source" I activated data source again in ECC and replicate on SAP BI side but i am not able to get it in activated mode.
    I tried to activate it manually and it takes 20-25 minutes but i am not able to activate it and getting error "Error when activating DataSource : MESSAGE NO  RSO414 " "Error when resetting DataSource 2LIS_04_PKKANBAN to the active version". i also can't delete data source as when i try to delete it, i get the error "ERROR WHEN DELETING DATA SOURCE : MESSAGE NO RSO414" .  What to do in this situation ?
    Regards,
    Komik Shah

    Hi Rahul,
    I tried it but it didn't help me.
    Also there is no FM in SAP BI called RS_DATASOURCE_ACTIVATE_ALL. I have activated  data source in my ERP system  and replicated same on BI side as we don't have standard Transfer Rules or Transformation, i can't use RS_TRANSTRU_ACTIVATE_ALL .
    Regards,
    Komik Shah

  • There is no source data for this data record, Message FZ205

    Hi Experts,
    I am facing a problem with the DME File download. This problem happened all of sudden in our production system since last month and it was never before. Our system landscape has also not been changed but as per our basis consultant he has added two-three more new application server to the Production client. Even we do not have this problem in our testing clients.
    Please note that we have been using the output medium '1' from the day one and thus the system has been generating the DME in 'File System' which we download on the desktop and upload the same to the bank online. After running the payment run when we trying to download the DME File, the system gives the error "There is no source data for this data record, Message FZ205".
    I tried to fix this issue through many ways but not able to. So can you please let me know the reason of this error and solution to fix this.
    With best regards,
    BABA

    Hi Shailesh,
    Please share how you solved this problem.
    Many Thanks,
    Lakshmi

  • Personal Data changes were not saved

    Hi,
    From the Personal Profile, I am able to edit and save data in all the sections but not for the Personal Data. Once after clicking on the Edit button from the Personal Data as shown below:
    We are getting below Edit Personal Data screen. Upon clicking on Save we are getting the error:
    Error:
    Here's the dump from st22:
    Category               ABAP Programming Error
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_HRPA_INVALID_PARAMETER
    ABAP Program           CL_HRPAD_IL===================CP
    Application Component  PA-ESS-XX-WDA
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_HRPA_INVALID_PARAMETER', was notcaught in procedure "MODIFY_LINE_RECORDS"          (METHOD)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.
         The reason for the exception is:
         Invalid parameter SECONDARY_RECORD-PSKEY, value 0000099132589999123119860415000
    After running the report RPUPAV00, I get the below message:
    Regeneration of Additional ITs for Views
    2 ERP016X"Start of Subsequent IT Generation in Client:" "120" " " " "
    2 ERP016X"    New Personnel Number:" "00000991" " " " "
    2 ERP016 "*" "00000991" "No Conversion Routines for CGr:" "24"
    2 ERP016X"Statistics" " " " " " "
    2 ERP016 "No Database Conversion Occurred" " " " " " "
    This is this happening for country Colombia
    I have checked the sap note: 1815863, I found the table V_T582V & V_T582W. as per sapnote: 1542198, i maintained tcode-GENIL_MODEL_BROWSER.
    Thanks
    Regards

    For this table :
    If I delete the entries for the following tables , work fine.
    However this not is the solution.
    Other suggestions?
    Thanks

  • Can a third person track on messages and calls sent/received through apple id

    can a third person track on messages and calls sent/received through apple id

    You're welcome.
    If you think this is happening to you, change your Apple ID password.

  • Error / sucess message in processes

    got kind of a 'stupid' question:
    I updated a page (which contains a list) and set error/sucess messages for an insert/delete process (after submit) which is called everytime the user enters data in the list or deletes a record from the list.
    But the error/success message isn't shown on the page - what went wrong? Did I forget a setting etc? The process itself is working properly, new data is saved in th db or marked as deleted, according to the user action.
    Thank you!

    This thread seems to be about checking the "include process success message" in the Action section of a Branch. I had the problem described and because of the hints here clicked that box in an unconditional branch and then was able to see in the #SUCCESS_MESSAGE# region the value assigned to apex_application.g_print_success_message once the branch took effect.

  • Register a person for I message

    Is it possible to register a person for i-message who does not have a Apple product? Trying to send pictures
    on the MacBook Pro, contact turns red when typed in. Can message on my I-Phone 5.

    Hodgesheik wrote:
    Is it possible to register a person for i-message who does not have a Apple product? Trying to send pictures
    No.
    iMessage is an Apple service that lets you send unlimited messages over an active Wi-Fi (or cellular data*) connection to other iOS devices using iOS 5 or later or Macs using OS X Mountain Lion or later.
    http://support.apple.com/kb/ht3529

  • HOW DISABLE THE SUCESS MESSAGE IN BDC

    HI,
        I have done a BDC in which runs in E mode but some sucess message in Green comes and wait for the user to press enter, Please tell me to over come this.
    regards,
    Prabhu
    Points assured.

    for this change the mode to N and check for error messages after call transaction for each record .
    this is possible by :
    IF sy-msgty NE 'E' AND sy-subrc EQ 0.
          this means no error and move this recod in success file
    else
         this means error is thier and move this record into error file
    endif.
    this is the best way.
    plz reward point if helps.
    regards,
    rahul

Maybe you are looking for