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

Similar Messages

  • Initiate Std ESS for specified 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

    hi ,
    1 create a input field , bind it to a context attribute
    2 using code wizard (control +f7) , read the context attribute value by using get_attribute method
    choose the radio button read context node/attribute
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
        DATA ls_cn_node TYPE wd_this->element_cn_node .
        DATA lv_attr  LIKE ls_city-ca_attr.
    *   navigate from <CONTEXT> to <CN_NODE> via lead selection
        lo_nd_node = wd_context->get_child_node( name = wd_this->wdctx_ca_attr).
    *   get element via lead selection
        lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    *   get single attribute
        lo_el_cn_node->get_attribute(
          EXPORTING
            name =  `CA_ATTR`
          IMPORTING
            value = lv_attr ).
    3 now u have got the value which user has entered in lv_attr
    4 Put if condition
    DATA : lv_username type string .
    lv_username = SY-UNAME.
    IF lv_attr NE lv_username.
    //ur logic to call standard ESS address maintenance java webdynpro application
    ENDIF.
    regards,
    amit

  • Initiate STD ESS for a specified 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

    hi ,
    1 create a input field , bind it to a context attribute
    2 using code wizard (control +f7) , read the context attribute value by using get_attribute method
    choose the radio button read context node/attribute
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
        DATA ls_cn_node TYPE wd_this->element_cn_node .
        DATA lv_attr  LIKE ls_city-ca_attr.
    *   navigate from <CONTEXT> to <CN_NODE> via lead selection
        lo_nd_node = wd_context->get_child_node( name = wd_this->wdctx_ca_attr).
    *   get element via lead selection
        lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    *   get single attribute
        lo_el_cn_node->get_attribute(
          EXPORTING
            name =  `CA_ATTR`
          IMPORTING
            value = lv_attr ).
    3 now u have got the value which user has entered in lv_attr
    4 Put if condition
    DATA : lv_username type string .
    lv_username = SY-UNAME.
    IF lv_attr NE lv_username.
    //ur logic to call standard ESS address maintenance java webdynpro application
    ENDIF.
    regards,
    amit

  • Changing Std ESS application

    Dear All,
    We are on EP 7.0 SPS 14 and ESS BP 600
    During implementation of ESS business package in Portal 7.0 developers have created a track in NWDI to modify some selected ess application change. Now i want to change the leave request approval application which they don't have modified and the track created by the developers lacks the leave request approval application. So i want to change this application how can i do that.
    I have also again downloaded the ESS business package and try to create new track but import of the components fails as the error says "exists allready in the repository".
    Regards,
    Bharat Mistry.

    Hi Bharat Mistry,
    1) Open your Developer Studio
    2) Windows --> Preferences --> SAP J2EE Engine.
    Set the parameter Message Server Host, Message Server Port
    3) Windows --> Preferences --> Java Developement Infrastructure --> Developement Configuration Pool.
    Set the parameter URL (Portal URL. Ex. http://hostname.domin.com)
    4) Windows --> Open Perspective --> developement Configuration
    5) Inside The Local DCs --> Rigth Mouse button --> Import Configuration --> remote --> <user/password (NWDI_DEV)> Select your Track --> Next.
    5) Select Inactive DCs
    6) <Your Track> --> sap.com_SAP_ESS --> <Application will be modify>
    7) Rigth mouse button inside the application --> Create Project..
    Good Luck
    Eduardo
    Edited by: Eduardo Grilo on Jan 7, 2009 11:42 AM

  • Error in record working time ESS application for an user

    Hi ,
    We are getting the below error for a specific user when he is accessing the ESS Record working time application.
    Please find the below error.
    12:06_28/02/11_0009_1265450
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Problem creating the Application Integrator, please look for a previous exception during onNodeReady()
    at com.sap.portal.wdintegrator.WebDynproIntegrator.doContent(WebDynproIntegrator.java:59)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.doRefresh(AbstractPortalComponent.java:355)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:188)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    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)
    Thanks and Regards,
    Rajesh

    Hi,
    I am facing similar issue. Did you get solution for this?
    Regards,
    Apurva

  • ESS, MSS for Finland

    Dear All,
    I have worked for ESS-MSS for an Indian Client, on all standard application provided by the SAP.
    Can anybody help me  to understand standard application provided by the SAP for the Finland, prerequisites, business packages etc.
    Regards,
    Priyanka

    This is a vast question - in terms of all ESS and MSS
    For say Personal Data in Webdynpro JAVA there is ess~fi* java applications delivered with SAP_ESS 600,603,633 for Personal Data infotypes that can be run using Business Package 1.4 or below
    For say Personal Profile in Webdynpro ABAP there are DTL screens delivered for Finland for the personal data infotypes in EHP5  business switch
    HCM_ESS_WDA_1 and ESS Business Package 1.51
    There may also be additional localized ESS applications for Finland
    Mostly though the rest of ESS/MSS is international and just needs to be adapted for use with your company

  • 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.

  • 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

  • Project creation error for ess application

    Hi All
    I am trying to customize an ess application(skills profile ) for the first time . we are encountoring the following error when we try to Create Project (ess/skl) from inactive DC,s: (Build Failed)
    I tried to sync sources but was of no help.
    Kindly help.
    [System.err] [Invoked from  com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:153)]
    [System.err] com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Generic Exception:
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:178)
    [System.err] Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Generic Exception:  -> java.lang.NullPointerException
    [System.err]      at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:155)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:166)
    [System.err]      ... 59 more
    [System.err] Caused by: java.lang.NullPointerException
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.setAttributeValue(RepositoryPersistence.java:185)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter$ParsingHandler.parseRepositoryModelClass(XMLConfigurationParserWriter.java:970)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter$ParsingHandler.startElement(XMLConfigurationParserWriter.java:716)
    [System.err]      at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.startElementEnd(SAXDocHandler.java:146)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1814)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)
    [[System.err]      at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    [System.err]      at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    [System.err]      at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    [System.err]      ... 60 more
    [System.err]
    [System.err] [Invoked from  com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:225)]
    [System.err] com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Generic Exception:
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:178)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLPersistence.doReadVMO(XMLPersistence.java:126)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.readVMO(RepositoryPersistence.java:356)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.doFindRepositoryObject(RepositoryPersistence.java:598)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.findRepositoryObject(RepositoryPersistence.java:170)
    [System.err]      at com.sap.tc.webdynpro.repository.model.Repository.findRepositoryObjectInternal(Repository.java:590)
    [System.err]      at com.sap.tc.webdynpro.repository.model.Repository.findRepositoryObject(Repository.java:555)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.findCorrespondingTargetObject(RuntimeRepositoryGenerator.java:333)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.findCorrespondingTargetObject(RuntimeRepositoryGenerator.java:305)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.findCorrespondingTargetObject(RuntimeRepositoryGenerator.java:305)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.findCorrespondingTargetObject(RuntimeRepositoryGenerator.java:305)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.fillAssociation(RuntimeRepositoryGenerator.java:242)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.copyAggregationTree(RuntimeRepositoryGenerator.java:144)
    [System.err]      at com.sap.tc.webdynpro.repository.conversion.RuntimeRepositoryGenerator.copy(RuntimeRepositoryGenerator.java:67)
    [System.err]      at com.sap.tc.webdynpro.repository.generation.ProgmodelRepositoryGenerator.doGenerate(ProgmodelRepositoryGenerator.java:168)
    [System.err]      at com.sap.tc.webdynpro.repository.generation.ProgmodelRepositoryGenerator.generate(ProgmodelRepositoryGenerator.java:80)
    [System.err]      at com.sap.ide.webdynpro.generation.runtime.RRApplicationGenerator.generate(RRApplicationGenerator.java:21)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [System.err]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:585)
    [System.err]      at com.sap.ide.generationfwk.task.GenerationTaskJavaMethod.executePersistent(GenerationTaskJavaMethod.java:147)
    [System.err]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:219)
    [System.err]      at com.sap.ide.generationfwk.GenerationBase.doPersistentGeneration(GenerationBase.java:175)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.doPersistentGenerationForApplicationRuntimeRepository(Generation.java:182)
    [System.err]      at com.sap.ide.webdynpro.generation.Generation.generatePersistentArchive(Generation.java:1616)
    [System.err]      at com.sap.ide.webdynpro.generation.console.GenerationConsole.generate(GenerationConsole.java:215)
    .reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [System.err]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [System.err]      at java.lang.reflect.Method.invoke(Method.java:585)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:347)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:99)
    [System.err]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:73)
    [System.err]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1723)
    [System.err]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5633)
    [System.err]      at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction.buildDCs(DcCreateProjectAction.java:1027)
    [System.err]      at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.execute(DcCreateProjectAction.java:299)
    [System.err]      at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
    [System.err]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
    [System.err]      at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
    [System.err]      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    [System.err] Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Generic Exception:  -> java.lang.NullPointerException
    [System.err]      at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:155)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter.startParsing(XMLConfigurationParserWriter.java:166)
    [System.err]      ... 59 more
    [System.err] Caused by: java.lang.NullPointerException
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.RepositoryPersistence.setAttributeValue(RepositoryPersistence.java:185)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter$ParsingHandler.parseRepositoryModelClass(XMLConfigurationParserWriter.java:970)
    [System.err]      at com.sap.tc.webdynpro.repository.persistence.xml.XMLConfigurationParserWriter$ParsingHandler.startElement(XMLConfigurationParserWriter.java:716)
    [System.err]      at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.startElementEnd(SAXDocHandler.java:146)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1814)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)
    [System.err]      at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229)
    [System.err]      at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    [System.err]      at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    [System.err]      at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    [System.err]      at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    [System.err]      at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    [System.err]      at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    [System.err]      ... 60 more
         [wdgen] ERROR: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Generic Exception: , F:/Template/.dtc/0/t/7B4ED0BE027871726CD7928188870BCC/gen_wdp/configuration/Applications/com.sap.xss.hr.skl.SkillsApplication/SkillsApplication.xml
         [wdgen] [Info]    Catching throwable null
         [wdgen] [Info]    com.sap.webdynpro.generation.ant.GenerationAntTaskError
         [wdgen]      at com.sap.webdynpro.generation.ant.GenerationAnt.printMessage(GenerationAnt.java:123)
         [wdgen] ERROR: Unknown exception during generation null (com.sap.webdynpro.generation.ant.GenerationAntTaskError)
         [wdgen] ERROR: Generation failed due to errors (77 seconds)
    Error: F:\Template\.dtc\0\DCs\sap.com\ess\skl\_comp\gen\default\logs\build.xml:102: [Error]   Generation failed!
         at com.sap.webdynpro.generation.ant.WDGenAntTask.execute(WDGenAntTask.java:254)
    Ant runtime 1 minute 49.937 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2009-03-30 10:17:08 GMT-05:00 (ACT)
    Total build plugin runtime: 2 minutes 23.609 seconds
    Build finished with ERROR
    Edited by: purav mehta on Mar 30, 2009 5:35 PM

    Hi
    Check whether all the required DC's are there in track or not. first create independent DC and then move to other.
    Best Regards
    Satish Kumar

  • I don't want Adobe to open up and be selected immediately. I work with iPhoto and Ipages etc and preview which needs to be my main application for my work , but need adobe reader for other files... how can I do this please?

    I don't want Adobe to open up and be selected immediately. I work with iPhoto and Ipages etc and preview which needs to be my main application for my work , but need adobe reader for other files... how can I do this please?

    loopiloo1 wrote:
    I don't want Adobe to open up and be selected immediately.
    Sorry, I don't understand this - you don't want Adobe [Reader] not to open when doing what?  On what operating system?

  • ESS F4 Value Help to get States for selected country.

    Hi,
    I am a Web Dynpro Java developer working on ESS Self Service application. I have a requirement to display additional State and Country fields in Family/Dependent screen.
    I have displayed the State and Country fields by mapping the UI elements to SelectedInfoTypes node attributes -Land1 and State. And now I having problem to get a list of States based on the value selected in the Country field.
    I remembered I used to call a RFC in  non-ESS application by passing in the Country value to a GetStates RFC. But in ESS self service application, do we have a RFC I can call to get the list of States based on selected countries?
    I was looking at the sap.xss.per.helpers.F4TextHelper helper class, to see if the GetF4Text (IWDViewController controller, IWDNode selectedInfotype,IWDView view,TextFieldInfo[] fieldInfo) method can achieve my purpose. So far, I have no luck on this.
    Is there a method call/way I can use in FPM to achieve this?
    Can someone share your idea if you have done this before or know how to implement this?
    Thanks in advance,
    KC

    Class is used CL_HRPA_PERNR_INFTY_XSS. here you can check the methods

  • ITunes always selects all Applications for installing on iPod

    When I connect my iPod to my Mac to sync, iTunes tends to select all applications for upload to the iPod, even when I've previously selected just a few apps. Is this the intended behaviour? Its not desirable from my perspective!
    Message was edited by: agw1976

    I have a similar issue. Apps that I have previously deleted reappear. How many Apps do you have in Itunes?
    I have over 3000 and suspect this may be creating some type of problem?
    I can delete the apps on my I-Phone 3GS with current app code 3.1.3 or via Itunes 9.1(79) on my computer which has the latest operating system 10.6.3 and Itunes that were released 3/30/10 and still have the problem.
    I have deleted the sync cache with no luck. Previously I removed all the applications from Itunes and re-synced the apps from the phone this solved the problem for a while but ended up occurring again once I got closer to 3000 apps. Either it is app qty. related or some type of corruption that is occurring?
    Apple Please fix this; while your at it add folders! I'm getting real tired of this.
    I-Mac Mac OS X (10.6.3)

  • How to pass the selected Pernr from Portal to WDA iview dynamically ?

    Hi ,
    How we can pass the selected Pernr from portal page to the webdynpro application dynamically?
    Ex:
    If a manager select a employee id of an employee then it should display all the related document regarding the employee in the ivew.
    For that we need to pass the employee id(Pernr) to the iview.How it is possible.
    Thanks,
    Deepika

    Hi Deepika,
    Try using portal events. You will have to register and handle the required portal event in your WDA application.
    [Portal Events Help|http://help.sap.com/saphelp_nw70/helpdata/EN/03/0048413e466e24e10000000a155106/frameset.htm]
    In this link, navigate to Integration->portal integration->Portal Events.
    Also go through some sample applications:
    WDR_TEST_PORTAL_EVENT
    Regards,
    Reema.

  • Std iview page for Leave Travel Allowance (LTA) on portal

    can you pls help me with the std iview page for Leave Travel Allowance (LTA) on portal

    Hello Akshta,
    LTA application is a part of claims and advance application in ESS.  For using this application you need to be on some minimum B.P. level, after that you can use this application. You can check the application through Content Admin role in ESS.
    and from the backend side you need to do the customization in following tables:
    V_T77WWW_CLREIM
    V_T77WWW_CLRECH
    V_T77WWW_CLLNPMT
    V_T77WWW_CLHLDC
    V_T77WWW_CLHLDCO
    V_T77WWW_CLMLDC
    V_T77WWW_CLMLDCO
    V_T77WWW_CLPDFMT
    V_T77WWW_CLDCLTX
    V_T77WWW_CLPRVLG
    V_T77WWW_CLAPRPR
    V_T77WWW_CLMLSEL
    you can find these in IMG also.
    Best Regards,
    Deepak.

  • Fetch ESS services for HR Administrator

    Hi,
    Our client has a requirement to fetch the ESS services for the HR administrator so that in case the employee is unable to update details through ESS, the HR administrator can do it on the employee's behalf.
    The HR administrator should have the option to search for a particular employee/pernr, after which all the links for the ESS services associated with the selected pernr should be displayed. The HR admin should then be allowed to select any of the services and update the required employee info.
    Please let me know what are the customizations that need to be done to capture this requirement.
    TIA.

    You can use something callend General information or the Forms and processes
    The only customisation is on how to select the empoyees for the Admin on what criteria in your case
    All the services are available like leave request or working time or personal data \
    read more on
    http://help.sap.com/saphelp_erp2005/helpdata/en/ee/63ef41925b2135e10000000a1550b0/frameset.htm

Maybe you are looking for