Modifying E-Mail content for Standard ESS Application

Hi ESS Experts,
We are using Loan Encashment and Leave Encashment applications in ESS and system is triggering mail to approver and employee.
How we can modify the text of Mail Content approver and employee receiving.
Kindly provide your valuable input ..
Thanks
Puneet

hi,
check the function group HRPBSINLOANS_ESS or include LHRPBSINLOANS_ESSF01. you will find all the mail contents which are being sent in loan application.
Regards,
Jyothi

Similar Messages

  • Change Mail content for standard mail 'Simultaneous logon approval required' in 2 Envelop RFx

    Hi Experts,
    Please suggest, we have a requirement where we need to Change Mail content for standard mail 'Simultaneous logon approval required' and Simultaneous Logon Successful in 2 Envelop RFx in SRM.
    Thanks.
    Regards,
    Gaurav

    Hi Gaurav,
    please implement BADI /SAPPSSRM/BD_SIM_LOGIN
    Enhance Simultaneous Logon
    Use
    You can use this Business Add-In (BAdI) to incorporate customer-specific functions into the initiation and completion processes for simultaneous logon and to adapt simultaneous logon e-mail notifications.
    Method PROCESS_FINISH
    You use this method to add customer-specific functions to the simultaneous logon process. This method is called on completion of the simultaneous logon process.
    The following parameters are provided
    IV_EXT_GUID
    Process ID of the external process
    IV_MODE
    Indicates the mode of the e-mail function (completion)
    CV_SUCCESS
    Indicates whether the process was successful
    IV_SET_GUID
    Process ID of the customer-specific process
      Method PROCESS_INIT 
    You use this method to add customer-specific functions to the simultaneous logon process. This method is called on initiation of the simultaneous logon process.
    The following parameters are provided:
    IV_EXT_GUID
    Process ID of the external process
    IV_MODE
    Indicates the mode of the e-mail function (initiation)
    IV_SET_GUID
    Process ID of the customer-specific process
      Method SIM_EXT_MAIL 
    You use this method to change the content of the e-mail sent to participants on successful initiation, completion or failure of the simultaneous logon session and to define the external process that is calling the simultaneous logon application.
    The following parameters are provided:
    IV_OBJECT_ID
    Business object identifier
    IV_MODE
    Indicates the mode of the e-mail function (initiation, completion or failure)
    IV_EXT_MODE
    Indicates the external process, for example, technical RFx response opening, of the calling application. This could be any process for which you want to use simultaneous logon.
    CT_MAIL_BODY
    Content of the e-mail
    CV_MAIL_SUB
    Subject line of the e-mail
    Standard settings
    If the customer does not define a BAdI implementation, SAP delivers a default BAdI implementation. The default implementation incorporates the simultaneous logon process with the two-envelope RFx response process. You cannot use the simultaneous logon process with standard RFxs in the default implementation.
    Activities
    Information about the implementation of BAdIs in the context of the enhancement concept is available in the SAP Library for SAP NetWeaver under BAdIs - Embedding in the Enhancement Framework.
    Regards,
    raghuveer

  • How to i configure multiple JBoss caches for standard lone application

    how to i configure multiple JBoss caches for standard long application running on single JVM..Please advice and provide me sample code if any..
    Thanks
    NAgs

    [http://www.jboss.org]
    Locking this thread.

  • Not able to see Standard ESS applications in imported Active DC's in NWDS

    Hi,
    I have downloaded the files DI_CMS, DI_CBS and DI_DTR with version 7.02 SP3  and deployed using SDM. And started creating one track.
    Now i am having one problem while creating track, in below step.
    Check In and Import Required Software Components
    In document they have given the process as mentioned below for this step.
    Go to the directory where the archives (SAP_BUILDT.sca, SAP_JTECHS.sca, and SAPJEE.
    sca) are located. (<drive>:\usr\sap\<SID>\SYS\global\CMS_CBS\plugins)
    Copy the files to the relevant Transport directory <drive>:\usr\sap\JTrans\CMS\inbox.
    The Transport directory is defined in the Landscape Configuratoru2019s u201CDomain Datau201D tab.
    In this step i have strucked. When i see the path
    SAP_BUILDT.sca, SAP_JTECHS.sca, and SAPJEE.
    sca) are located. (<drive>:\usr\sap\<SID>\SYS\global\CMS_CBS\plugins
    I am not seeing any folder 'plugins' inside CMS_CBS folder. There is one folder in this 'cleanup'.
    But with out doing above step, i am able to import the DC's Configuration in NWDS from NWDI. And here i want access the standard SAP ESS applications leave request. I need to modify the standard application. But it's not showing any standard applications when i check in imported DC's configuration in Active DC's in NWDS.
    Plz suggest.

    Hi Nikhil,
    Thanks for your reply. I have already downloaded and deployed those files on SDM.
    I am having problem in process of creating track, in below step.
    Check In and Import Required Software Components
    In document they have given the process as mentioned below for this step.
    Go to the directory where the archives (SAP_BUILDT.sca, SAP_JTECHS.sca, and SAPJEE.
    sca) are located. (<drive>:\usr\sap\<SID>\SYS\global\CMS_CBS\plugins)
    Copy the files to the relevant Transport directory <drive>:\usr\sap\JTrans\CMS\inbox.
    The Transport directory is defined in the Landscape Configuratoru2019s u201CDomain Datau201D tab.
    But When i try to see the path in system
    <drive>:\usr\sap\<SID>\SYS\global\CMS_CBS\plugins
    I am not seeing any folder 'plugins' inside CMS_CBS folder. There is one folder in this 'cleanup'. Annd  there is no files is showing as mentioned above steps.
    But with out doing above step, i am able to import the DC's Configuration in NWDS from NWDI. And here i want access the standard SAP ESS applications leave request. I need to modify the standard application. But it's not showing any standard applications when i check in imported DC's configuration in Active DC's in NWDS.
    Regards,
    Shankar.

  • Default values for standard WebDynpro application

    Hi all,
    We are using standard WebDynpro applications (as an example Leave Request as part of ESS).
    Are there any functionalities in a standard WebDynpro to set a specific field initially (default value for a dropdown list for example) via the url?
    To be more concrete:
    On a specific portal page I would like to call the Leave Request application with the Leave Type set to the parameter I passed via this url (e.g. http://mywasserver:50000/webdynpro/dispatcher/sap.com/ess~lea/leaveRequest&leavetype=Exceptional%20Leave)
    Any thoughts are welcome.
    Regards,
    Noel

    At the default inplug of your interface view create a parameter that you need to access for e.g LeaveType in this case.
    The variable will recieve the value automatically from the url.
    Set the value in the context variable of the component controller and then access it from the view.
    Hope this link would be helpful
    Re: Can we pass parameters in querystring of the webdynpro application?
    Message was edited by: Noufal Kareem

  • Error in Standard ESS application Address

    Hi Expert,
    We are using standard ESS package provided by SAP. But in address application in Pernmanent address the dropdown for Country was non editable. We have  changed the property of that field through NWDI and now the dropdown is eitable.
    but the problem is that now it is showing only  one or two values in the dropdown though we need all the country values in dropdown. We have searched in SDN and apply SAP NOTE 1253136 for foreign address. but after that this application is giving error saying that : 
    "DataNodeInfo(FcPerAddressIN.SelectedInfotype): unknown child node Countrykey_Grouping:com.sap.tc.webdynpro.progmodel.context.ContextException: DataNodeInfo(FcPerAddressIN.SelectedInfotype): unknown child node Countrykey_Grouping
         at com.sap.tc.webdynpro.progmodel.context.Paths.followMetaPath(Paths.java:794)
         at com.sap.tc.webdynpro.progmodel.context.Paths.getAttributeInfoFor(Paths.java:234)
         at com.sap.tc.webdynpro.progmodel.context.Context.getModifiableTypeOf(Context.java:175)
         at com.sap.xss.per.helpers.F4TextHelper.SetF4Values(F4TextHelper.java:92)
         at com.sap.xss.per.helpers.F4TextHelper.SetF4Values(F4TextHelper.java:36)
         at com.sap.xss.hr.per.in.address.fc.FcPerAddressIN.addValueHelp(FcPerAddressIN.java:360)
         at com.sap.xss.hr.per.in.address.fc.wdp.InternalFcPerAddressIN.addValueHelp(InternalFcPerAddressIN.java:565)
         at com.sap.xss.hr.per.in.address.fc.FcPerAddressIN.selectRecord(FcPerAddressIN.java:346)
         at com.sap.xss.hr.per.in.address.fc.wdp.InternalFcPerAddressIN.selectRecord(InternalFcPerAddressIN.java:561)
         at com.sap.xss.hr.per.in.address.fc.FcPerAddressINInterface.selectRecord(FcPerAddressINInterface.java:180)
         at com.sap.xss.hr.per.in.address.fc.wdp.InternalFcPerAddressINInterface.selectRecord(InternalFcPerAddressINInterface.java:213)
         at com.sap.xss.hr.per.in.address.fc.wdp.InternalFcPerAddressINInterface$External.selectRecord(InternalFcPerAddressINInterface.java:289)
         at com.sap.xss.hr.per.in.address.overview.VcPerAddressINOverview.onEvent(VcPerAddressINOverview.java:217)
         at com.sap.xss.hr.per.in.address.overview.wdp.InternalVcPerAddressINOverview.onEvent(InternalVcPerAddressINOverview.java:234)
         at com.sap.xss.hr.per.in.address.overview.VcPerAddressINOverviewInterface.onEvent(VcPerAddressINOverviewInterface.java:116)
         at com.sap.xss.hr.per.in.address.overview.wdp.InternalVcPerAddressINOverviewInterface.onEvent(InternalVcPerAddressINOverviewInterface.java:124)
         at com.sap.xss.hr.per.in.address.overview.wdp.InternalVcPerAddressINOverviewInterface$External.onEvent(InternalVcPerAddressINOverviewInterface.java:208)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:534)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.access$600(FPMComponent.java:78)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.raiseEvent(FPMComponent.java:937)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.raiseEvent(FPMComponent.java:1100)
         at com.sap.xss.hr.per.in.address.overview.VcPerAddressINOverview.edit(VcPerAddressINOverview.java:246)
         at com.sap.xss.hr.per.in.address.overview.wdp.InternalVcPerAddressINOverview.edit(InternalVcPerAddressINOverview.java:242)
         at com.sap.xss.hr.per.in.address.overview.BizCardsView.onActionEdit(BizCardsView.java:186)
         at com.sap.xss.hr.per.in.address.overview.wdp.InternalBizCardsView.wdInvokeEventHandler(InternalBizCardsView.java:216)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         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:333)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:761)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:696)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
         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:869)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1356)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:327)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:869)
         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:333)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
         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:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         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:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Please help to resolve the issue.
    Tanks,
    aniruddha

    Shardha,
    Thanks a lot for offering to help me out. my email id is
    [email protected] / [email protected]
    regards
    Sammer
    Message was edited by:
            sameer chilama

  • SSO for portal ESS applications

    Hi all,
    We have implemented ESS in Portal.
    But we need to access the ESS modules outside the portal .. i.e,
    We need to access ESS applications from a .net portal..
    goal is to acheive SSO from a .net portal to SAP Portal..
    How to Acheive this. any approches/ best practices??
    Points for useful answers..
    Hari

    Hi,
    can you take a look at this thread: Re: SSO from SharePoint CMS to SAP EP that is connected to CUA
    The idea would be to "force" the users to log on to the portal (so that they have a SAPLogonTicket), redirect the users to your .Net application and from there they can access ESS scenarios (since they do have a SAPLogonTicket now).
    Regards,
    Holger.

  • How to insert a hyperlink in mail content for workflow

    Experts,
    I want to insert a hyperlink in mail content when i use sendmail type step in workflow.
    How to do it?
    Thanks you very much!

    Hi, Venkat
      Thanks you for your help!
      I try to use '<a href=''https://login.yahoo.com/config/login_verify2?&.src=ym''>Yahoo mail</a>' in the mail, but
      my outlook display the mail content is '<a href=''https://login.yahoo.com/config/login_verify2?&.src=ym''>Yahoo mail</a>',
      is not a hyperlink.
    Ken.Li

  • How to modify the mail content in Spaces

    How can the default mail content dispatched from "Send Email" in Discussion Forum can be modified ? Please can someone guide on how this can be achieved?
    I need to modify the subject of the message being broadcasted to the Space members.
    Version WebCenter Spaces PS4 (no cutomizations have been done)

    Hi,
    Do you mean to read the mail content in R/3 inbox or UWL..?
    If in R/3 then SBWP transaction Unread Documents..
    If in UWL see notifications part.
    Please if this does not solve your problem> please elaborate on your problem
    Regards
    Sai

  • How to modify a VAC in a standard FPM Application

    Hello All,
    I have a requirement in the project where I have to modify the standard SAP delivered FPM application. But this does not involve any creation of new webdynpro iview , but to modify a VAC in the application. It is related to essbensap.com, where I ahve to modify the VAC VcBenifitsPlanSelection.
    Ploblem comes when I try to modify the implementation code of the view PlanSelectionView. It says:
    Checkout is not possible. See below for details.
    The operation requires the writeability of the following Objects:
    View com.sap.xss.hr.ben.planselection.PlanSelectionView
    ======>problem: DTR workspace is not modifiable /DN1_XSS_D~ess~ben~sap.com/src/packages/com/sap/xss/hr/ben/planselection/PlanSelectionView.wdview.xlf
    ======>problem: DTR workspace is not modifiable /DN1_XSS_D~ess~ben~sap.com/src/packages/com/sap/xss/hr/ben/planselection/PlanSelectionView.wdcontroller
    ======>problem: DTR workspace is not modifiable /DN1_XSS_D~ess~ben~sap.com/src/packages/com/sap/xss/hr/ben/planselection/PlanSelectionView.wdview
    My question is :
    Is is possible to modify the standard VAC (VcBenifitsPlanSelection). If so, then my NWDI does not allow me to do so.How to solve this error message?
    Is there any other way to solve this requirement, without any configuration issue?
    Please help, as the requirement is very urgent.
    Thanks,
    Sonali.

    Hi Sonali,
    make sure have proper auths for NWDI.
    Regards,
    Raj

  • Adding image to standard ESS application

    Hi all,
    We have a requirement to add a help link that opens up an image in the standard bank info application in ESS.
    Is this possible?
    If yes, how do we go about adding the image through NWDS?
    We did some settings in NWDS to get the image, but it does not open in the portal.
    Also, we dont see a component path on expanding component in src--->mimes.
    TIA!

    Hi,
    Try using the IFrame UI element which can display any 3rd party content on click of a button or Link to action. Place the picture in the src/mimes folder of ur project.
    Try creating ur own package for storing the photo under the src/mimes folder
    Regards,
    Poojith MV

  • UIElements for Standard ESS

    Hi WebDyn Pro's,
    I am implementing standard Employee Self Services--along with custom functionality, and I want to make my custom development look similar to what SAP delivers.
    Is there sample WebDynpro UIElement layout/code available demonstrating how SAP provides links to portal tabs on the ESS Overview page?  SAP's design is image on left, Link and Link Description on right (See diagram below)?
    I suspect that SAP used a theme for this as well.  Any possibility of getting these CSS files?
    |      | <b>Link</b>
    |  img | Content behind Link
    |______| .....
    Thanks,
    Kevin

    Hey Kevin,
    Please look at
    Portal Framework Pages for defining the layouts:
    http://help.sap.com/saphelp_nw04/helpdata/en/a6/1c67161be54bc19cfa86e187819fbe/content.htm
    Creation of themes for modifying stylesheets etc:
    http://help.sap.com/saphelp_nw04/helpdata/en/83/0e2bb6955111d5b57d006094b9451c/content.htm
    Instructions as to how to create save upload transport themes are mentioned here.
    Regarding SAP's Employee Self Service development look, they employ a big team of UI Designers who work on exclusively designing look and feel which most companies can not afford. But the above links can give some good direction as to where we can start.
    Cheers
    Sumit.

  • Change E-mail content for collaboration New item

    Hello,
    We are e-mailing collaboration News items to our users. When we use "Send To" option to e-mail News as link, there are 2 default links in the e-mail. One for the news itself and the other for the Details on this News item. How can I modify the content of the e-mail so that there is only 1 link to the News item and Details link is disabled?
    Thanks,
    Alex

    I was able to identify xml form that is being used in Send To iView. The form name is SendTo.xml. The iview has the following setting:
    com_sapportals_wdf_ConfigFileName:     SendTo.xml
    I tried to find SendTo.xml in KM, but I was not able to do it. Does anyone know where it sits in KM?
    I am not sure if it is helpful, but the Code Link property has value com.sap.netweaver.coll.appl.ui.gw.SendMail.
    Thanks,
    Alex

  • Business content for standard component is missing in BW

    In a new BW implementation project what I have done is
    1) activate all datasource in R/3
    2) Replicate datasource in BW
    3) Activate infoobject in business content.
    The problem is, when I go to Business content >InfoObject by Application component> All I see is node OBWTCT ( Technical Content ). Why I Don't see the standard component ex FI SD COPA etc ?  Is there a step missing ?

    Hi,
    Maybe you did not activate the infoareas/infocatalogs.
    Try this:
    -Tx(RSD1)
    -Find any of the infoobject that you activate and check where is present the infoobject.
    Regards
    Assigns point if useful

  • Sizing difference between IAC & Web dynpro for the ESS application.

    Hi Experts,
    We have upgraded from EP 6.0 to EP 7.0 in the past,right now we are using the iviews with integrated ITS for ESS.Now,our requirement is to change the existing iviews which are on IAC to webdynpro application.
    I want to know the sizing/hardware requirement for this and how it will impact the system.
    Could any one of you please help me in providing some document for this as early as possible?
    Regards
    Saurabh

    I don't know of anything that granular that will comparitively tell you that "ITS service XYZ which is replaced by Webdynpro XYZ2 requires X additional sizing". Now, just in general terms, I don't see the difference being very much as both are pretty much dynamically generated web pages at the end of the day. It will really boil down to the KIND of applications you are using. For example, for typical personal information apps (Address, Banks, etc) there is not going to be much usage/traffic as compared to an online timesheet application (which might be used daily or at least slammed on fridays...ie.end of week) or even compared to Benefits (where traffic is heavy during open enrollment periods but tapers off there after). So, I think that is really the place to start looking for any sizing considerations.....just my opinion.

Maybe you are looking for