Message Handling for Personal Information application on ESS Portal

Dear Experts,
JAVA webdynpro applications are attached on portal for Personal Information, Whenever employee changes his personal Information like personal details, address , Family details after pressing 'SAVE' button I want to display custom message.
I have gone through this post Personal data changes in ESS portal 
1) Class CL_HRESS_PER_DETAIL is not triggering.
2) BADI  HRPAD00INFTYBL is triggering on 'REVIEW' button only & it is only showing error message , I want to show successful message.
3) BADI  HRPAD00INFTYDB  is triggering on 'SAVE' button but method  IF_EX_HRPAD00INFTYDB~UPDATE_DB don't have any message handling parameter.
    I tried with class cl_hrpa_message_list  in UPDATE_DB  method   its not showing any message.
Please Help.
Thanks & Regards,
Bhushan

Hi Yugandhar,
If possible I want to change message as shown in screen shot, If it is not possible to change it I have to show additional success message "The Changes you made were sent for HR approval".
Thanks & Regards,
Bhushan

Similar Messages

  • Suggestion for personal information change

    Dear Expert,
    we want to create workflow for personal information, the workflow is simple; employee change their data with ess and the supervisor must approve it before the record is created in data base. I already browse the forum but i want to have you view about this. What is the quickest and easiest way to do this, please share what you have done to achieve this scenario. Thanks

    I am not aware of any SAP standard ESS application that could do this - in terms of SAP standard -->
    You could use HCM process and forms - a two step process between employee and HR administrator
    In this case the employee would submit an Adobe form containing the data to be created or changed and the
    HR admin would approve it and committ it to the DB
    Its not however quick and easy as such to do this - would need to develop the processes/forms and the workflow
    required and make it available to the various user roles
    ESS is actually designed to be the quickest and easy way to update ECC in its current form - directly by employees via iviews without workflow steps

  • Get the DC name for "Personal Information" - "Ethnicity, Disability & .."

    Hi all,
    Does anyone know what is the correct DC to enhance "Personal Information" -> "Ethnicity, Disability & .." in ESS?
    THanks
    Best regards,
    Xiang Li Heah

    Hi Xiangli,
                    i guess this is the DC used for "Personal Information". please check this in your NWDS Inactive DCs Tab..........ess/<country-specific>/additionalpdata.
    Regards,
    Anil.

  • Message handler for webservice control

    Hi ,
    I'm new to wli webservice. I managed to invoke webservice using service control but I have requirement to format date as dd-MM-YYYY format in one of the element(calendar type) but i couldn’t by date formatter utilities . I understand this specific requirement can be achieved by wring message handler.
    Could anyone share the easiest steps to implement message handler for web service control ?
    Thanks

    Hi Madhu,
    Could you please provide a example scenario? what kind of error 'Message' you are looking for.
    Regards,
    Lijo Joseph

  • 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

  • Error in ESS for Personal Information

    Dear Experts
    We are getting 'Type conversion error, field BEGDA, complex type class com.sap.xss.hr.per.in.pdata.model.Hcmt_Bsp_Pa_In_R0002 ' error when editing/deleting personal information .
    Can you please suggest the solution?
    Hema

    Hello Hema,
    Please check the usecase for the IT002.
    It should be
    40     0002              A1
    and the time constraint should be 1 for IT002.
    There might be a mismatch in the records here in your system.
    Also try to restart the j2ee engine again, Some times it will also help in correcting the error.
    Please check out the same.
    Best Regards,
    Deepak..

  • Error in Personal Information tab of ESS in Portal.

    Hello All,
    I have done with all the configurations of ESS/MSS and evryhting looks fine except one error.
    when i navigate to ESS - - > Personal Information - - > Address.It is throwing under mentioned error
    Infact it is throwing error in all the Links under Personal Iinformation like Address , Bank Information Personal Data etc
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Error
    Critical Error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:107)
         at com.sap.xss.per.fc.persinfo.FcPersInfo.initPernr(FcPersInfo.java:376)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.initPernr(InternalFcPersInfo.java:762)
         at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.initPernr(FcPersInfoInterface.java:166)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.initPernr(InternalFcPersInfoInterface.java:267)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface$External.initPernr(InternalFcPersInfoInterface.java:427)
         at com.sap.xss.hr.per.in.address.overview.VcPerAddressINOverview.onInit(VcPerAddressINOverview.java:304)
         at com.sap.xss.hr.per.in.address.overview.wdp.InternalVcPerAddressINOverview.onInit(InternalVcPerAddressINOverview.java:262)
         at com.sap.xss.hr.per.in.address.overview.VcPerAddressINOverviewInterface.onInit(VcPerAddressINOverviewInterface.java:187)
         at com.sap.xss.hr.per.in.address.overview.wdp.InternalVcPerAddressINOverviewInterface.onInit(InternalVcPerAddressINOverviewInterface.java:152)
         at com.sap.xss.hr.per.in.address.overview.wdp.InternalVcPerAddressINOverviewInterface$External.onInit(InternalVcPerAddressINOverviewInterface.java:236)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:437)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:195)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:748)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:283)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:779)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:714)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1244)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:354)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:547)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:591)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:822)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:730)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: com.sap.xss.per.model.mac.Hrxss_Data_Sharing_Info
    Found in negative cache
    Loader Info -
    ClassLoader name: [sap.com/ess~per]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
       sap.com/pcui_gp~xssutils
       sap.com/tcwddispwda
       sap.com/pcui_gp~xssfpm
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:com.sap.aii.util.misc
       library:tc~cmi
    Resources:
       D:\usr\sap\COE\JC01\j2ee\cluster\server0\apps\sap.com\essper\webdynpro\public\lib\sap.comess~per.jar
    Loading model: {parent,references,local}
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.createNewBaseTypeDescriptor(AiiModelClass.java:422)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.descriptor(AiiModelClass.java:222)
         at com.sap.xss.per.model.mac.Hrxss_Per_Init_Pernr_Output.<init>(Hrxss_Per_Init_Pernr_Output.java:51)
         at com.sap.xss.per.model.mac.HRXSS_PER_MAC.hrxss_Per_Init_Pernr(HRXSS_PER_MAC.java:457)
         at com.sap.xss.per.model.mac.Hrxss_Per_Init_Pernr_Input.doExecute(Hrxss_Per_Init_Pernr_Input.java:137)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:92)
         ... 60 more
    Caused by: java.lang.ClassNotFoundException: com.sap.xss.per.model.mac.Hrxss_Data_Sharing_Info
    Found in negative cache
    Loader Info -
    ClassLoader name: [sap.com/ess~per]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
       sap.com/pcui_gp~xssutils
       sap.com/tcwddispwda
       sap.com/pcui_gp~xssfpm
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:com.sap.aii.util.misc
       library:tc~cmi
    Resources:
       D:\usr\sap\COE\JC01\j2ee\cluster\server0\apps\sap.com\essper\webdynpro\public\lib\sap.comess~per.jar
    Loading model: {parent,references,local}
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:360)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.createNewBaseTypeDescriptor(AiiModelClass.java:409)
         ... 65 more
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Thanks in Advance.
    Regards.
    Vinit
    Edited by: Vinit Soni on Jun 29, 2009 1:56 PM

    Hello Nonoza,
    I went to System Adminstration> Permission> Right Click on Portal Content and select Open Permissions, Click on Reset child permission.
    After this it was done in my case hope same in yours.
    Reagrds.
    Vinit.

  • Credit Cards for personal information - REQUIRED

    Don't ever again ask someone for their driver's license..... it is an invasion of privacy. Quite frankly, it's none of your company's business who I am or what my address is. If I were dumb enough to comply, there is no guanantee that your company can offer that would ensure that my personal information would be safe from theft or use by your company at a later date for whatever purpose that you decide to use it for. In other words, it's not a good idea to hand over such info that would be entered into a database outside of my control.
    If I was applying for credit... then okay, you need it.
    I just recently ran into this problem in your North San Antonio store IH10.
    I was attempting to return a product that quit working and I was told that your company's policy was to enter my info into your computer.
    When I refused to give up my personal information, I was told that I could not return any item without complying....????????
    What made matters worse, I purchased an extended warranty that made me feel more comfortable about my purchase that was not able to use as well.
    Now, I could understand the excuse that your store director used and claimed to try and justify this stupid policy with... "we need to get this information to help us prevent fraud".
    After that stupid remark, I reminded him that I not only have the original package, receipt, the exact credit card that was used to purchase the item and a matching driver's license, THAT HE COULD LOOK AT, that proves who I am and that he could use to validate the sale.
    But that was not good enough because it's your company's policy.......  What a crock of garbage.
    I quickly summized that it's your company's intent is to use my information for whatever purpose that you choose in the future. Otherwise, my complete documention would be sufficient to prove that this transaction was legitimate. In other words, you are trying to extort imformation from your customers.  HOW DISGUSTING
    So, I have come to the conclusion that I will never do business with you jackasses ever again.

    I have a suggestion. Why don't you set up a system that would be specific to each customer with a unique "in-house" I.D. that would identify the customer for tracking puposes as you see fit.
    That will accomplish your goals without adding to the idenity theft problem. I wouldn't have a problem with using my email address as anidentifier.... it's already out there. A lot of companies use that now.
    I don't intend to be cruel or insulting here... so please don't take it as such. But do you have any idea what you are suggesting? Do you realize the cost in this? I work for the government where I.D. cards are used and made on a daily basis. I see the administrative costs for this and I would really and truly hate to see such a burden of a cost on BestBuy. I also don't see them paying such a price for I.D. cards. There are nearly 314 million people in the U.S according to the 2012 census. and about 240.83 million of those people are above the age of 18. 
    Now just breaking this down even further to stay fair here... Microsoft makes out like that 200 million copies of Windows 8 licenses have been sold so far.even though realistiically you could cut down that number to less than 100 million considering not all licenses are going to be in use. You may have 60 million licenses in use. This data was took from the U.S. census and also from Computer World in 2013.
    A printer that makes I.D. badges can cost you $600 and up easily. I don't know the specific amount of of stores BestBuy owns however, I do know it's over 1,000. 
    So right there you are looking at a $60,000 investment by itself. We already talking big money! The actual I.D. card itself will cost the company somewhere around 50 cents to a dollar PER plastic card, that's right. That's a lot of money for a card.
    I just don't logically seeing this being a viable solution sorry. Again I mean no disrespect intended but I felt I needed to alert you of the actual prices of stuff such as this.
    I am not affiliated with Best Buy nor have I ever been employed by Best Buy. All of my thoughts and posts are of my own opinion and personal experience.
    I may not always know the right answer, but I will always tell you what I do know. I also do free computer analysis and consultation via private message.

  • Are people getting lots of fake iTunes emails asking for personal information?

    Since I bought my Mac Air I have started receiving bogus "itunes" emails asking for personal info and I would like to report it. They say my payment info needs updating so they want credit card, SS# and birthdate.    Anyone know how/where to report these to Apple?

    Yes, unfortunately it is pretty common.
    For more information, see this document:
    Identifying fraudulent "phishing" email

  • Email from Apple asking for personal information re: Aesop upgrade?

    I received an email this morning asking for my personal information.  Something about Aesop?  Concerned about filling this in

    Ignore and delete. Apple does not solicit personal account information.
    Identifying fraudulent "phishing" email
    report phishing.mailtoloc

  • How to edit a webdynpro JAVA application of ESS portal

    Hi,
    I have to work on a webdynpor JAVA app configurged in ESS portal,the app shows the salary slip of the employees,but don't have logo in it,so i am suppose to put logo there,but not able to understand how to start work on it.
    i have fair idea of Webdynpro ABAP,but not able to undertand what to do in this case,also have to show few more text fields on its smartform/adobe form too,not even sure,the form which is generating in salry slip is based on smartfoms/adobe forms.
    pls advice...
    regds
    vipin

    Dear Vipin,
    What I will suggest you is to first find out the component  name,
    then from the component  find out the Model (RFC) which is used, I believe that HR forms or SAP Script is used to display the
    PDF, and if this is the case then it should be changed by your ABAPer.
    You can find the component name from the Iview Property "Application Namespace" (I hope you can find the iview),
    Now go to  Content Administration>>Web Dynpro >>Deployed Content. Here you can find your Model, Now you can go to R3. Type T-CODE se37, here type the name of your model,now you can see whether its a SMART FORM, HR FORM, SAP SCRIPT or ADOBE FORM(SPF).  In case its none, then definately It would be a interactive form UI in your webdynpro Application.
    Now when you have got the name of the Component, you can make your changes.
    Hope it helps.
    Warm Regards
    Upendra Agrawal

  • Message Types for V1 (Sales) application

    Hi,
    Please tell me where we can see the configuration for Message types (like Warrning, Error and Information messages) for V1 application.
    Thanking you,
    Jaya

    Hi, Go to SE91 transaction and type V1 in message class and click on messages - display.
    You will now see list of all messages for this application.
    You can now select any of the message and then click on " Where used Icon " to know where all this message is used and double click on the program to see the ABAP code.
    Reward if helpful.
    Regards
    Ravi

  • Message handling for incorrect data

    Hi Guru's,
    In my WebDynPro form, I have one input field. When the user enters a value and click submit, the details are populated in a table based on RFC call.
    I want to perform an error handling which will return an error message (via message manager) when the user enters a wrong value and click submit. In other words, if the user leave the field empty or enters a wrong value in te field and click submit, teh error message gets triggered.
    How can i do this?
    Thanks

    Hi Syed,
    Assuming that the value entered in the inputfield is passed as a parameter to the RFC call, In the action method associated with the button write following code.
    Say,
    inputField context attribute = name
    action name = Submit
    if(wdThis.wdContext.CurrentContextElement.getname == null)
      wdComponentAPI.getMessageManager.reportException("<error message>",true);
    else
      // call your rfc and execute
      // assuming that your rfc return a boolean value as the response for input
      // true for correct input anf false for wrong input
      if(!result)
         wdComponentAPI.getMessageManager.reportException("<error message>",true);
      else
      {// navigate to the next view}
    Hope this helps you

  • Approval process for Personal Data Change in ESS

    Hi Experts,
    We need to implement approval process from Manager whenever the employee changes his Personal Data through EP in ESS.
    Is there any standard method or process for doing that. Or any way of doing it without customization.
    Thanks
    Ash

    Hi,
    Do the Admin Personalizations in Portal, follow the note
    1234273 and do the Personalization accordingly.
    Hope this helps.
    Cheers-
    Pramod

  • Error while using Recruitment application in ESS Portal

    Hi Experts,
    We are facing  two   issues when we are using recruitment application.
    By this applicaton,the concerned can raise a requirement to the recruitment dept.
    Some users are uanble to use the application.
    After filling the data,some users are getting the error as "Unable to send E mail notification  and can not complete action.This activity could not be read.
    And another error  of the application is after completion of enrtering details some users are getting the error message as " HR Requisition request  successfully created with ID XXXXXXXXXX .Request is assigned to NULL.
    Kindly help me out for the resolution of the issues.
    Regards,
    Sairam.

    Hi Andy,
    Thanks for the reply.
    We are not using e-recruitment.
    We have developed a portal application called Recruitment application.
    By this user can raise the requirements in his deprtament and time to be filled.
    E mails were already  there in in communications infotype.
    Please advice me to resolve the problem.
    Regards,
    sairam.

Maybe you are looking for

  • Output of alv grid

    hi all, there is a very typicall requirement to be achieved in ALV grid display. i need to display the subtotal of a field for  which line item should not be shown. In this case "Number of Purchase orders" should not have any line itme but it should

  • 1080p from computer to TV

    Hey guys, hope this is an ok topic/question to post in the FCP area. I just purchased a beautiful 52" 1080p LCD tv. Of course the only way to see truu 1080p res is through hi-def dvd or blue ray which I don't have. But I have downloaded a couple of 1

  • Safari keeps closing web pages, quitting on new iPad Air?

    Any ideas?

  • Advanced DataGrid - Renderers - Possible to reference the columnIndex parameter?

    When working with AdvancedDataGridRendererProvider in an Advanced Datagrid -- Is it possible for renderer code to reference the columnIndex parameter of the AdvancedDataGridRendererProvider? Thanks.

  • Air and sqlite problem - cumulating results

    Hi, I got problem with sqlite in air. The problem is that sqlStmt.getResult().data is gathering data from separate Select statements, when  it should be separate results. As in this example, where I call "select" function once, and AFTER geting it's