Confirmation Links in ESS Applications

Hi All,
I want to move the confirmation links from top to bottom. In all ess Services  confirmation pages the links are shown on the top , I wanted to move those links to bottom of the screen. Any suggestions on how to do that.
Thanks
Ravi

Hi Siddharth,
Thanks for the suggestion.Can you please let me know which code i need to change as we are not defining the Links in the confirmation Page of the application.
Thanks
Ravi

Similar Messages

  • Confirmation Links in ESS

    Hi All,
    We have configured ESS in our landscape.
    In the Confirmation page of Address, we have the following three links :
    Go to HR Self Services Homepage
    Go to Main Menu
    Return to Overview Page
    But in the Confirmation page of W-4 Tax & Benefits Enrollment, there is only Return to Overview Page link. I want the other two links to appear in these Confirmation pages as well.
    Can anyone help me in this? Where should I do the code level changes ?
    Regards,
    Adren

    Hi Shikhil,
    I do not have the Define Confirmation Links under SPRO. The ERP version is ERP 5.0
    Any other alternatives for this problem ?
    Regards,
    Adren

  • Issue in confirmation links for personal data ESS application (CA)

    Hi All,
    We have implemented EXIT button configuration for ESS applications and the Exit button along with 'Go to Home page' link is navigating to custom created page in portal.
    The configuration done earlier for ESS applications like Address Update, Family Member/Dependents works fine.
    We got a new service added (Personal data) & tried configuring the Exit button for this application also.
    Some how the exit button doesnt seem working for Canada besides it working for US.
    Please help in figuring out if there is any cause of the Exit button not working for personal data application for molga 07 specially. Adding to it, the links for confirmation screen are also not working for the same application
    Appreciate your help.
    Thanks

    Hi,
    As per your Req.....
    Its seems to be the Services exits that are county specific Services .........mease the Molga ( country  Code )  is set for this services is "US"
    That Y its working fine .....
    But as per your REq you want this Services working  for the Molga 07 ...
    I thikn for this you need to set the Molga 07 in the contry specific home pages......
    Then it will work fine

  • ESS Leave Request Confirmation Link Issue

    Hi
    We have implemented ESS/MSS on EP7-EC6.0 system. In Leave Request application once an employee submits a leave and clicks on the confirmation link "Request Further Absence" it takes back to the intial leave request screen. But a extra label "Valid For: " comes in between the Roadmap and CAP links. I need to remove it. That label comes only if we click on the confirmation link for requesting a leave. It doesnot appear if u click on Request for leave from overview page or subarea page or from detailed navigation pane. Please help me with the issue
    Renu.
    Edited by: Renu Sumith on Apr 22, 2010 4:26 PM

    Hi ,
    Can you personlalize that link and hide that lable.
    goto content admin of the page and Ctl+ right click after previewing the page.
    Thanks,
    Nachy

  • Urgent -Confirmation screen links in ESS in Webdynpro -ABAP

    Hi,
    This is very urgent. I am doing one custome service in ESS in WEBDYNPRO ABAP.
    In my custome service, I need to put ESS Links in confirmation page .
    as GO TO ESS Home page
        GO PERSONAL INFORMATION HOME PAGE
        GO TO WORKLOCATION DETAILS
    For this i created URL links but this is not working fine.
    Can you provide any setting needs to be done in Webdynpro abap to place these confirmation links.

    Hi Chidipotu,
    You can consider:
    1. Using portal eventing (object based navigation/absolute/relative navigation) as this appears (to me) as you want to navigate to entirely different i-Views.
    2. If you are not portal integrated, you can consider placing LinktoAction UI elements in whose action handlers you can fire custom (outbound) plugs to load different views.
    HTH,
    Adithya
    PS:
    IMO you can consider leaving out the "urgent" in the subject next time round, as the average response time on SDN is less than 30 mins anyway! (and has a miniscule probability of changing with such intended psychological expeditors!!)

  • Overview Link of ESS Salary Stat application

    Hello,
    We are using few ESS applications in our environment. We were using the ESS applications without any customization so far. Now, we have some requirements for customizing a few things. I would really appreciate your help in the following requirement.
    (We have the NWDI setup and track created I have imported the configuration into NWDS and created the appropriate project for ess/rem and ess/rep).
    (We are on EP 7.0 using Webdynpro Java XSS 600 components)
    Our requirement is:
    In the ESS pay (Remuneration) statement application:
    1. Display the Overview screen by default (This is hidden now and will only be displayed if you click on the link "Show Overview")
    I really have very limited idea about this webdynpro application and am having difficulty finding the exact piece of code to be modified.
    I will appreciate your help.
    Thank You,
    Kalyan B

    Dear Kalyan,
         I have not done anything, try to check the table properties and redeploy it again.
        Please find my coding
    // This file has been generated partially by the Web Dynpro Code Generator.
    // MODIFY CODE ONLY IN SECTIONS ENCLOSED BY @@begin AND @@end.
    // ALL OTHER CHANGES WILL BE LOST IF THE FILE IS REGENERATED.
    package com.sap.xss.hr.rem2.selection;
    // IMPORTANT NOTE:
    // ALL IMPORT STATEMENTS MUST BE PLACED IN THE FOLLOWING SECTION ENCLOSED
    // BY @@begin imports AND @@end. FURTHERMORE, THIS SECTION MUST ALWAYS CONTAIN
    // AT LEAST ONE IMPORT STATEMENT (E.G. THAT FOR IPrivateSelectionView).
    // OTHERWISE, USING THE ECLIPSE FUNCTION "Organize Imports" FOLLOWED BY
    // A WEB DYNPRO CODE GENERATION (E.G. PROJECT BUILD) WILL RESULT IN THE LOSS
    // OF IMPORT STATEMENTS.
    //@@begin imports
    import com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDTable;
    import com.sap.tc.webdynpro.progmodel.api.WDVisibility;
    import com.sap.xss.hr.rem2.selection.wdp.IPrivateSelectionView;
    //@@end
    //@@begin documentation
    //@@end
    public class SelectionView
    Logging location.
      private static final com.sap.tc.logging.Location logger =
        com.sap.tc.logging.Location.getLocation(SelectionView.class);
      static
        //@@begin id
        String id = "$Id$";
        //@@end
        com.sap.tc.logging.Location.getLocation("ID.com.sap.tc.webdynpro").infoT(id);
    Private access to the generated Web Dynpro counterpart
    for this controller class.  </p>
    Use <code>wdThis</code> to gain typed access to the context,
    to trigger navigation via outbound plugs, to get and enable/disable
    actions, fire declared events, and access used controllers and/or
    component usages.
    @see com.sap.xss.hr.rem2.selection.wdp.IPrivateSelectionView for more details
      private final IPrivateSelectionView wdThis;
    Root node of this controller's context. </p>
    Provides typed access not only to the elements of the root node
    but also to all nodes in the context (methods node<i>XYZ</i>())
    and their currently selected element (methods current<i>XYZ</i>Element()).
    It also facilitates the creation of new elements for all nodes
    (methods create<i>XYZ</i>Element()). </p>
    @see com.sap.xss.hr.rem2.selection.wdp.IPrivateSelectionView.IContextNode for more details.
      private final IPrivateSelectionView.IContextNode wdContext;
    A shortcut for <code>wdThis.wdGetAPI()</code>. </p>
    Represents the generic API of the generic Web Dynpro counterpart
    for this controller. </p>
      private final com.sap.tc.webdynpro.progmodel.api.IWDViewController wdControllerAPI;
    A shortcut for <code>wdThis.wdGetAPI().getComponent()</code>. </p>
    Represents the generic API of the Web Dynpro component this controller
    belongs to. Can be used to access the message manager, the window manager,
    to add/remove event handlers and so on. </p>
      private final com.sap.tc.webdynpro.progmodel.api.IWDComponent wdComponentAPI;
      public SelectionView(IPrivateSelectionView wdThis)
        this.wdThis = wdThis;
        this.wdContext = wdThis.wdGetContext();
        this.wdControllerAPI = wdThis.wdGetAPI();
        this.wdComponentAPI = wdThis.wdGetAPI().getComponent();
      //@@begin javadoc:wdDoInit()
      /** Hook method called to initialize controller. */
      //@@end
      public void wdDoInit()
        //@@begin wdDoInit()
        // Added here to Call methods When the Application is loaded.
        if(wdContext.currentVCDATAElement().getLINK_ENABLED()){
           try{ 
                   wdContext.currentContextElement().setTable_visible(WDVisibility.VISIBLE);
                   wdContext.currentVCDATAElement().setOVERVIEW_SEL("99");
                   wdThis.wdGetVcRem2SelectionController().execAction(wdContext.currentVCDATAElement().getACTIONID_LINK());
                   wdThis.wdGetVcRem2SelectionController().execAction(wdContext.currentVCDATAElement().getACTIONID_DDSEL());
             }catch(NullPointerException e){               
                   wdComponentAPI.getMessageManager().reportWarning("Salary Statement does not Exists in database for You : " + e.getMessage());
        }else{
              wdContext.currentContextElement().setTable_visible(WDVisibility.NONE);
              wdComponentAPI.getMessageManager().reportWarning("Payroll data does not Exists, Check with HR Team");
        //@@end
      //@@begin javadoc:wdDoExit()
      /** Hook method called to clean up controller. */
      //@@end
      public void wdDoExit()
        //@@begin wdDoExit()
        //@@end
      //@@begin javadoc:wdDoModifyView
    Hook method called to modify a view just before rendering.
    This method conceptually belongs to the view itself, not to the
    controller (cf. MVC pattern).
    It is made static in order to discourage a way of programming that
    routinely stores references to UI elements in instance fields
    for access by the view controller's event handlers etc.
    The Web Dynpro programming model recommends to restrict access to
    UI elements to code executed within the call to this hook method!
    @param wdThis generated private interface of the view's controller as
           provided by Web Dynpro; provides access to the view controller's
           outgoing controller usages etc.
    @param wdContext generated interface of the view's context as provided
           by Web Dynpro; provides access to the view's data
    @param view the view's generic API as provided by Web Dynpro;
           provides access to UI elements
    @param firstTime indicates whether the hook is called for the first time
           during the lifetime of the view
      //@@end
      public static void wdDoModifyView(IPrivateSelectionView wdThis, IPrivateSelectionView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
         //wdContext.nodeVCTABLE().getNodeInfo().addAttributesFromDataNode();     
         //wdComponentAPI.getMessageManager().reportWarning("Check Status : " + wdContext.currentVCDATAElement().getOVERVIEW_VISIBLE());
        IWDTable viewTab = (IWDTable) view.getElement("OverViewTab");
        wdThis.wdGetVcRem2SelectionController().assignTable(view, viewTab, wdContext.nodeTABLE0(), firstTime);
        if (wdContext.currentVCDATAElement().getOVERVIEW_VISIBLE() == WDVisibility.VISIBLE) {
             // overview is already shown - enable close
                  wdContext.nodeCONTENT_TABLE0().setLeadSelection(wdContext.currentVCDATAElement().getSELECTED_TABROW());
                   wdContext.currentRemLocalElement().setLinkOverviewLabel(wdThis.wdGetAPI().getComponent().getTextAccessor().getText("CloseOverviewLabel"));
                   wdContext.currentRemLocalElement().setLinkOverviewTooltip(wdThis.wdGetAPI().getComponent().getTextAccessor().getText("CloseOverviewLabel"));
              } else {
                  wdContext.nodeCONTENT_TABLE0().setLeadSelection(-1);
                   wdContext.currentRemLocalElement().setLinkOverviewLabel(wdThis.wdGetAPI().getComponent().getTextAccessor().getText("OpenOverviewLabel"));
                   wdContext.currentRemLocalElement().setLinkOverviewTooltip(wdThis.wdGetAPI().getComponent().getTextAccessor().getText("OpenOverviewLabel"));
        //@@end
      //@@begin javadoc:onActionOverViewRowSelection(ServerEvent)
      /** declared validating event handler */
      //@@end
      public void onActionOverViewRowSelection(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionOverViewRowSelection(ServerEvent)
         wdContext.currentVCDATAElement().setSELECTED_TABROW(wdContext.nodeCONTENT_TABLE0().getLeadSelection());
        wdThis.wdGetVcRem2SelectionController().execAction(wdContext.currentVCDATAElement().getACTIONID_TABSEL());
        //@@end
      //@@begin javadoc:onActionToggleVisibility(ServerEvent)
      /** declared validating event handler */
      //@@end
      public void onActionToggleVisibility(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionToggleVisibility(ServerEvent)
         wdThis.wdGetVcRem2SelectionController().execAction(wdContext.currentVCDATAElement().getACTIONID_LINK());
        //@@end
      //@@begin javadoc:onActionSel_ListSelection(ServerEvent)
      /** declared validating event handler */
      //@@end
      public void onActionSel_ListSelection(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSel_ListSelection(ServerEvent)
        wdThis.wdGetVcRem2SelectionController().execAction(wdContext.currentVCDATAElement().getACTIONID_DDSEL());
        //@@end
    The following code section can be used for any Java code that is
    not to be visible to other controllers/views or that contains constructs
    currently not supported directly by Web Dynpro (such as inner classes or
    member variables etc.). </p>
    Note: The content of this section is in no way managed/controlled
    by the Web Dynpro Designtime or the Web Dynpro Runtime.
      //@@begin others
      //@@end
    Regards
    Ponnusamy

  • Confirmation Link - IMG - Homepage Framework for ABAP WebDynrpo appl.

    Hi All
    I am working on Confirmation Link under the SPRO -> Cross-Application Components ->Homepage Framework ->Services->Define links on confirmation page
    This can be used to add a link to the confirmation page of the self-service application, my doubt is, is there any way to use this service for customized ABAP WebDynrpo application? i mean can we add a link to the ABAP WebDynrpo application, if yes how can i achieve this.
    Thanks and Regards
    Chaitanya.A

    Hi,
    I have created a custom web dynpro ABAP app to update a Z Infotype. I have also added it to  the ESS Personal Info area page and all works well. We want this application to work EXACTLY as other delivered ESS apps like address etc,, so we also want confirmation links on the confirmation page.
    I did go through SPRO through the path mentioned in the chain above and created an entry there ... but I have no CLUE as to how willl my web dynpro app use that information ... I am not too experienced with the Portal, just know how to create i-views, and add them to worksets and do a bit of customizing to make them appear on appropriate area page. Any help, or tutorial link or procedure to do this would be helpful. precisely i am confused on the following points:
    1. Do i need to add LinkToAction UI elements on the final view or not ?
    2. How does the portal come to know which view in my app is the final confirmation view.
    3. Do i need to code anything in the web dynpro app to read the customizing info and display the links?
    4. How does the location gets determined where the confirmation links will appear.
    I am for the time being using navigation links in my web dynpro abap application. But when I Navigate to a portal page, the portal desktop theme goes for a toss. So i want to see if confirmation links make any difference.
    Thanks in advance for any help.
    Rajat

  • When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • How to configure a custom link in ESS for LTA?

    I have a requirement to display a pop-up alv report, once user click on a link "Leave_Details" in ESS. I am able to display pop-up alv but background screen is empty as its a separate WD application however I want that as soon as user selects any row from that popup alv it should be fetched and displayed on the LTA screen of Portal. It seems link is not configured so its displaying blank background screen while for other standard links this screen is displayed.
    Kindly help in this how we can display a custom link in ESS and after fetching any single record it should be closed and single row would be displayed in LTA screen.
    Here the background ESS screen is blank for custom link displaying this pop-up alv.
    For other standard links ESS screen is displaying.

    Hi Samuli,
    Thanks for your reply however here I am not asking how to create popup, it has already created however my question is, how to configure the link used to display that popup alv?
    As shown in the screen as soon as user clicks on the given link shown in below screenshot  this popup is displayed,
    and after clicking on this link, below screen is displayed
    Here background screen is empty whereas it should display the ESS screen in the background, so as soon as user select any row from the popup alv, i'll pass the data into ESS screen using BADI.
    Kindly revert with possible solution.

  • Confirmation screen accessed by email with a confirmation link

    Hi,
    I have an application with 2 pages.
    Page 1 is a new employee form. (used by any employee)
    Page 2 is a form to confirm the data from Page 1. (used by HR)
    I want HR to be notified by email when they have to confirm a new employee. I want something similar to the email Oracle sends me when my workspace on apex.oracle.com is idle for too long. (shame on me if this happen! :P)
    example:
    To prevent your workspace from being removed, please go to the Web address below and confirm your account within the next 7 days. Remember that you can always sign up for a new workspace in the future, should you not wish to confirm your existing one at this time.
    Confirmation Link: http://apex.oracle.com/pls/otn/f?p=41472:1:::::P1_SGID,P1_RID:3498619315552842220,79315112795249266565410311893274685909
    Thank you,
    The Oracle Application Express Team
    In this email, we have a link to the application 41472. We go to page 1 and put values inside P1_SGID and P1_RID.
    P1_SGID : I think this is a Security Group ID
    P1_RID : I have no idea what's this ID
    I need more information about those IDs and how do I generate them. I don't need to put an expiration date on the link (ex.: 7 days).
    Currently, I send an email with the following link:
    Confirmation Link: http://apex.oracle.com/pls/otn/f?p=100:2:::::P2_FORM_ID:15165
    The user needs to login and if he is someone from HR, he can access the form. I'd like to pass a "security id" so the user doesn't need to log to confirm a form.
    Help is welcome! :)
    Louis-Guillaume
    Homepage : http://www.insum.ca
    Blog : http://insum-apex.blogspot.com
    PL/GMAPS : http://plgmaps.blogspot.com

    Louis-Guillaume,
    The random number is no different than a password, except that it's probably stronger than most. If you need to mix it up a bit, you can apply some sort of hash function to it.
    Also, to mitigate a brute force attack, you can require an additional parameter so that the pair has to match. So, for instance, User Name. Then, you can expire the "key" if someone tries more than three invalid strings for a specific user name. Sure, you also lock out the legitimate user this way, but at least you kept out the bad guys.
    Security is a combination of what you're protecting, who you're protecting it from, and what are the repercussions if the data is in fact, compromised. Using that forumula, you should be able to determine whether a single value is sufficient or if you need to apply additional constraints.
    Thanks,
    - Scott -

  • Assign CE/GE Group Definition Settings to ESS Applications Use

    Hi folks,
    We are using Management of Global employee in our project. Coming to ESS Application, with respect to Global Management, employee carries personnel assignment and 2 personnel number.
    When employee logs using single sign on, will get to see his/her master record for both host and home country based on personnel id/assignment.
    Would appreceiate if anyone could help me how to go ahead with config the ess applicatiosn related to Management of global employee

    Hi Ram,
    As you may probably be aware that this function is available as of EhP3.
    Need to activate EA-HR and business function HCM_ESS_CE in R/3.  From what I understand is that you are using MoGE function, so you would have activated the switches in T77S0.
    Follow the link to the documentation on HCM, ESS for Global employment functions and features
    http://wbhelp.sap.com/ERP2005_EHP_03/helpdata/EN/B5/F4909C221B40F99B7FF0FC72DB262F/frameset.htm
    Also see SAP notes -
    1118801: ESS CE/GE Important configuration steps
    818958, 818957 (on Infotypes and subtypes for portals, use case and active subtypes configuration)
    Hope the above helps. Good luck and let me know how it goes.
    Regards, Terence

  • ESS Applications Mandatory Login ( with other app's on SSO )

    Hi ,
      ESS Applications - MySAP ERP2005 - Webdynpro Java,
    EP 7 and ECC 6.0 .
    Users are concerned about sensitive data being displayed with SSO. We want to keep SSO for the remaining Applications but want to turn it off for ESS Applications.
    I had made canges in Webdynpro code for SAP.Authentication = True and also at the IView Properties for SAP Logon Pwd Authentication.
    But its still accepting the SSO.
    I modified JCO to uid pwd from ticket , but now its loging in the JCO ( just the jco ) with my uid / pwd's ( even when tried with other users ).
    Isthere any way i can enforce users to log in only with ESS Apps.

    Rebooting at least once a week is always a good idea. (see link at end)
    A reset/reboot is:
    Go to Home Screen
    Press and Hold Home Button
    Keep holding and press and hold Lock Button
    Keep holding Both
    You will see Slide to Turn Off (Don't let go to slide, just keep holding)
    The phone will turn off (in time, but screen will look like it has some white lines)
    Keep Holding
    When you see the Apple Logo, you can let go.
    Turning off via the Slide to Turn off while good and fine to turn off, is more like the Sleep Mode on a computer. Thus any locked up issues in memory remain when you turn back on. A reboot as described is like doing a real Turn off and Turn On on a computer.
    You may also wish to read this tread about reboots and odd application behavior.
    http://discussions.apple.com/message.jspa?messageID=5851978#5851978

  • The error when I deploy ess application with SDM

    SOS!!!when I deploy ess application with SDM(ESS05P_1-10002965.sca), It failed.please help me.
    The trace file:
    #1.5#00145ED221BE00F7000000B90011A07C0004421B32EEBBA8#1198584492898#com.sap.engine.services.webdynpro.WebDynproContainer##com.sap.engine.services.webdynpro.WebDynproContainer#J2EE_ADMIN#15220####0f7fa990b2e211dca62200145ed221be#SAPEngine_Application_Thread[impl:3]_173##0#0#Error#1#/System/UserInterface#Java###Failed to deploy application '''' for deployment state listener ''''.
    [EXCEPTION]
    #3#sap.com/essauaddr#com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook#com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to deploy the file '/usr/sap/EP1/DVEBMGS02/j2ee/cluster/server0/./temp/webdynpro/public/sap.com/essauaddr/webdynpro/Applications/com.sap.xss.hr.per.au.address.Per_Address_AU/Per_Address_AU.xml' into the database. Reason: Development Object 'sap.com/ess~au' contains already same repository content. Hint: fully qualified name of the repository VMO must be globally unique.
         at com.sap.tc.webdynpro.repository.deploy.RepositoryUpdateManager.checkVMOsExistInOtherDC(RepositoryUpdateManager.java:504)
         at com.sap.tc.webdynpro.repository.deploy.RepositoryUpdateManager.deployRepositoryContent(RepositoryUpdateManager.java:98)
         at com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook.onDeploy(RepositoryContainerHook.java:232)
         at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:1007)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         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(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#00145ED221BE00F7000000BB0011A07C0004421B32EF7CEE#1198584492948#com.sap.engine.services.deploy##com.sap.engine.services.deploy#J2EE_ADMIN#15220####0f7fa990b2e211dca62200145ed221be#SAPEngine_Application_Thread[impl:3]_173##0#0#Error#1#/System/Server#Java#deploy_5029##Exception in operation deploy with application sap.com/essauaddr.#2#deploy#sap.com/essauaddr#
    #1.5#00145ED221BE00F7000000BC0011A07C0004421B32EF7F24#1198584492949#com.sap.engine.services.deploy##com.sap.engine.services.deploy#J2EE_ADMIN#15220####0f7fa990b2e211dca62200145ed221be#SAPEngine_Application_Thread[impl:3]_173##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception in operation deploy with application sap.com/essauaddr.
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.rollbackPart(ApplicationTransaction.java:394)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:294)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
         at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
         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(AccessController.java:215)
         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.engine.services.deploy.exceptions.ServerDeploymentException: Cannot deploy application sap.com/essauaddr.
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:330)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
         ... 13 more
    Caused by: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/essauaddr. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
         at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:1016)
         at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
         at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
         ... 15 more

    Check these below links
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4611860
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4562067
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4258751
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4474525
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4543091
    https://forums.sdn.sap.com/click.jspa?searchID=7622331&messageID=4368694
    reward points if helpful

  • Initiate Std ESS Application for Selected PERNR

    We have a requirement to call standard ESS address maintenance java webdynpro application in our custom abap webdynpro application for a PERNR which is different than the login user.
    We are able to launch this application using following code.
    Navigate to portal link with parameters
        CALL METHOD lo_portal_manager->navigate_absolute
          EXPORTING
             navigation_target   = <standard java application pcd link in portal>
             navigation_mode     = if_wd_portal_integration=>co_show_inplace
             post_parameters     = abap_true
             business_parameters = lt_portal_parameters
             launcher_parameters = lt_portal_parameters.
    But I am not able to find the parameter name through which we can pass the PERNR number to launch for particular employee(other than login employee).
    Has anyone used or worked on the similar application? Can you share the parameter name used to pass the PERNR.
    When we call any java webdynpro application through portal the first method it will execute will be windowsu2019 default () method. Can anybody give me list of all parameters that are used in this method also helpful to solve my problem?
    Our requirement is to have WD Abap page through which HR administrator can initiate standard services for employees under his/her control. He/She will specify the PERNR and try to invoke the Std ESS Application. We are able to launch the page for self but we want to launch it for a different employee by passing a PERNR

    Duplicate

  • Debug ESS Application

    Hi Frds,
             I want to debug the ESS Application which was accessed through ITS. want to see how data was posted and displayed. we have an issue one of the user was unable to access the expense report after clicking the Create expenses report link. Please help me regadring how to debug the ESS Application..
    Regards,
    Narendra.

    Hi Pavan,
         Thanks for your quick reply but i tried previously as you said i put the external break point in the program, which was identified with the TRIP Tcode and when logged into the same userid into ESS after clicking the create expense report the break point was not triggering. The program that i found was SAPMP56T is it the correct program for navigating to expense report?
    Regards,
    Narendra.

Maybe you are looking for

  • Can't view videos using FCS client on Macbook Pro

    I'm on a new Macbook Pro and I'm accessing FCS via the client. All seems fine but when I attempt to view an asset by clicking on the "video clip" icon nothing happens. Same issue when I open the asset and use the "Actions" drop down and select view.

  • Cannot save PSB - CMYK file as a PDF file in Photoshop Cc

    Hi . I have a psb file CMYK open in photoshop cc , but cannot save it as a pdf. I've searched for a solution but cannot find it. The file is just over 5gb in size and I need to give it to the printers as a CMYK pdf file. Please advise.

  • Scoring in Oracle Text

    Hi, I am using features of Oracle text in my present application.I have to calculate the accurate scoring of search results with related to a search word in the search engine. I have presently used select score(5) from xyztable where contains(columnn

  • Linking 2 separate htmls with different dimension (one in % and other in pixel)

    I have a project with stage in %. I inserted a jotform but it won't scroll. So, I created onther project with fixed dimension and saved it in the same place and the main page i.e. index.html and the contact.html are in the same folder. Now, how can I

  • AIR Update Proccess and the File System

    I have a client who's using a 3rd party installer to install their  AIR. They're doing this because they've got a large amount of content  (600mb) and the typical packaging process is falling over. We've got a  workable solution where we install the