IMG Customizations For ESS In ECC 6.0

Hi Gurus,
I'm stuck with some IMG customization issues. I can see the Overview page and each area group pages for diff applications. Like Employee Search, Personal Information etc. But whenever i'm clicking on the links it is openning up a blank screen.
Please give me some example how to configure the server in IMG like its path, port etc? Apart from this any examples for service creations for each application.
According to SAP help material i also cant find any place to put the System ID in the iviews like Who Is Who, Change Own data!
Please help me out! If any one can share any document it will be great.
Thanks
Anirban

Customize Icons for the Homepage Framework
Christopher Solomon
Business Card
Posted on Mar. 01, 2007 01:07 PM in Business Solutions, Enterprise Portal (EP), Web Dynpro
Subscribe
Print
Permalink
    Although there is excellent material around and even step-by-step guides for configuring and customizing the Homepage Framework (*see the document "XSS Homepage Framework for Employee Self-Service" by Sibylle Borhauerm-Product Manager, SAP AG), I have found nothing available that provides information about customizing the actual icons/images that are used within the framework. Therefore, I took the DIY (do-it-yourself) approach and decided to put together a document of my own to hopefully help others. The following is an explanation about how to customize and/or add new icons for the Homepage Framework. This is based on my experience with ECC5.0, but a similar approach should work for ECC6.0.
Background
    The Homepage Framework is a new feature as of ECC5.0 (“mySAP ERP 2004” for those that want to be thoroughly confused….haha). It is basically a means to build very informative, aesthetically consistent web pages solely through configuration in the IMG (no web coding needed!). It allows you to organize information in a more user-friendly manner. For example, prior to this, ESS services were typically listed as links on a menu on the left of the browser window (like the detailed navigation area of the portal). The user would click the fairly non-descript link and be taken to a web application that contained even less helpful information or description and was more “techy” in appearance. This was not very friendly or intuitive to end users who may not have much familiarity with computers at all. Often times, I would have to build static web pages for clients that would serve to provide help information to the user about what the actual ESS links would do and so forth and to serve as a “jumping off point”. With the Homepage Framework, you can configure (again…no coding!) a “jumping off” page that summarizes all the areas you offer in ESS (called the Area Group page in the Homepage Framework), and then configure more detailed information pages for each area as well (called Area pages in the Homepage Framework).
ESS Area Group Page      
ESS Area Page for Benefits and Pay
Where is my Framework?
    With any “framework”, as the name implies, there is a fairly rigid layout. This insures consistency amongst the pages. For the Homepage Framework, each “area” is assigned an icon. The icon should visually convey the idea of the “area”. For example, for an area for “Working Time”, you might use a “clock” icon. The icons assigned to each Area appear on the Area Group page as well as the respective Area page. By default, there are only a small number of “out of the box” icons that are provided. I took the time to document the default images and their corresponding “resource” name in a spreadsheet. An image of this appears below:
Default Icons
The big question (and one I see asked over and over) is "where does all this stuff live?". This is one of the misconceptions and/or hurdles to overcome in understanding the newer ESS/MSS SAP offerings. With ECC5.0 and higher, most people incorrectly assume that by installing/deploying the ESS/MSS business package(s) that they suddenly have all of ESS/MSS available to them. Wrong. It's an easy mistake to make because "that's how it's always been before". The actual deployment of the overall solutions for ECC and onward requires two pieces. You still deploy the business package, but the business package only covers the portal objects. All you are doing is loading in the out-of-the-box iViews, worksets, pages ,roles, etc. Now what will your iViews “talk” too? The second part is the actual ESS/MSS/XSS services, ie. the applications that "do stuff". At the moment, these are Java Webdynpros and are part of the "Java XSS Components" installation. These components can be installed on any WAS/NWAS, but typically they are deployed on the same server as the Enterprise Portal...just more Java web applications running on the Java engine (again, they could be deployed to an entirely separate WAS/NWAS but we won't get into that). Part of the Java components installation is the Homepage Framework WebDynpro and the accompanying icon images as resource files. The images are not in the Business Package, and they are not not in the backend SAP system. Both are common misconceptions.
Make it your own!
    So now that we know what we are working with and where everything is, how do we change it? First, let me offer this advice. I would not modify and existing icon (replace “clock.gif” with a different image named “clock.gif”. I always create my own custom images. In that way, if all else fails, we still have the SAP delivered content. “Better safe, than sorry!” as my grandfather, an explosives specialist, used to always say. With my word of warning offered, onward we go now. Let's do this through an example. Say for instance, we want to change the icon used for "Working Time" in ESS. The default icon and Area page might appear as:
Working Time Area Page
If we look in configuration, we find that the icon used is actually assigned to two resources:
•     EMPLOYEE_WORKTIME_PIC
•     MSS_HCM_AREA_ATTENDANCE_PIC
Since we are changing the ESS one, it’s configuration appears as:
Default Configuration of Resource
Now, let’s say we have our own image:
myCompany_clock.gif
First, we can change configuration of the resource to now use (“look for”) our custom image:
Customized Configuration of Resource
Now, we must actually put the image in the location where the Homepage Framework can find it. As I said before and want to make clear once more, the images are not in the Business Package. They are deployed as part of the Java XSS components. Therefore, we must place our custom image out in the same physical directory that the other resources were deployed to during the installation of the XSS Java components. Using our example, let's look at the "clock" image. I could go into detail telling you where and how this is found, but I prefer to show you the simple way. In your browser, navigate to the “Working Time” Area page as shown above. If you right-click on the default icon and then select “Save Picture As…” from the context menu, a window will pop-up showing you the name of the image file as “calendar_clock.gif “ (we also know the file name from the configuration of the resource shown above). Now that you know the actual name, you can simple do a “View Source” on the page and then search for the occurrence of “calendar_clock.gif “. Doing this, we see that it is deployed and linked to the path as follows:
    ../../../resources/sap.com/pcui_gp~xssutils/Components/com.sap.xss.ser.xssmenu.vc.areagroup.VcXssMenuAreaGroup/calendar_clock.gif
Therefore, we simply need to move/copy our own “myCompany_clock.gif” into the path:
    ../../../resources/sap.com/pcui_gp~xssutils/Components/com.sap.xss.ser.xssmenu.vc.areagroup.VcXssMenuAreaGroup/
This may require additional help if you do not know where (what server) the Java components were installed on or you do not have direct access to those directories. With the file copied over and our configuration changes to the backend resource to use our custom image, our “Working Time” Area page now displays using our custom icon:
Cusotmized Working Time Area Page
Gotchas!
    These are a few things to be aware of if you have problems seeing your custom changes (these apply to any changes to the Homepage Framework configuration):
•     Make sure you have copied your configuration to the correct client that is in use. Typically, you will configure in one client and then test in another. You can use transaction SCC1 to copy client-to-client transports, if you have access to that function. The Homepage Framework config is client-dependent.
•     If you do not see changes in the portal immediately, it is typically due to the cache not being refreshed. You can do this via the System Administration - >Support area of the portal for the PCD content. You can also set a parament to clear the buffer directly on the iView for the Area and Area Group iViews but this is not suggested for performance reasons.

Similar Messages

  • Internet Services For ESS In ECC 6.0

    Hi Gurus,
    Actually i'm trying to find the ESS Internet Services in ECC 6.0. We are planning not to use Web Dynpro appl for the moment and to use ECC 6.0 with integrated ITS using the internet services.
    In ECC 6.0 under the transaction SE80 i'm seraching for the following ESS Internet services. But couldn't get that. The services are
    *Payslip - PZ11
    Time Statement - PZ04
    Address PZ02
    Emergency Address PZ05
    Family Members PZ12
    Personal data PZ13
    Prev Employer PZ28*
    whereas i can find the other services under SE80 like
    *PZ01, PZ03, PZ24, CATW *etc.
    I'm new in this, so detailed answer will be highly helpful.
    Thanks
    Anirban

    Hi Narasimha,
    Thanks a lot for your answers. It is really helpful. But lastly let me ask a question in SE80 we can create or modify HTML templates for the internet services. For these transactions for which i'm not getting through SE80, how can i change HTML layouts.
    Correct me if my understanding is wrong. Points will be given obviously.
    Thanks
    Anirban

  • Minimal requeriments for ESS in ECC 6.0 ?

    Hi forum
       I have installed and configured the Employee Business Package, but i have an error, when i acces into ESS, i got an error and is that ESS call the BAPI HRXSS_SER_GETMENUDATA
      but this BAPI doesn´t have the input parameter
    COUNTRYGROUPING     TYPE     MOLGA                               Country Grouping
      and the ESS is calling this parameter.
    What are the minimum tecnhical requirements for HR modules in ERP ECC 6.0
      I have this Support Packages.
    SAP_HR     600     0028     SAPKE60028
    EA-HR     600     0020     SAPKGPHD20
      I enter into another SAP System of a different client, and this parameter exits and is a minor SP of EA-HR component.
       Thnks

    For ESS 6.30 the EHCP 3 for HR components are necessary

  • Best Practice for ESS/ MSS role customization

    Hi ,
    I would want to know the best practice for role customization for ESS / MSS business package . For eg if my company does not want to use someof the workset like working time , travel etc , what is the best practice for this scenario .
    anEEZ

    Hi Aneez,
    This is the link for complete best practices on NetWeaver
    http://help.sap.com/bp_epv260/EP_EN/index.htm
    Browse the Busines scenarios, you will find what you are looking for.
    Now, these ones is specific for ESS and MSS
    http://help.sap.com/bp_epv260/EP_EN/html/EP/N26_ESS.htm
    http://help.sap.com/bp_epv260/EP_EN/html/EP/N27_MSS.htm
    Hope this helps,
    Kumar
    P.S Reward Points for useful answers.

  • Upgrade path for ESS/MSS business package while upgrading to ECC 6.0

    Hi All,
    We have a scenario where SAP Enterprise Portal 7.0 SP 18 is currently running with SAP ECC 4.6C. SAP ECC is being upgraded to SAP ECC 6.0 and consequently we have a requirement to upgrade to the latest ESS/MSS business package. In a scenario like this what is SAP recommended approach for ESS/MSS upgrade? My questions are
    1) Is a direct upgrade of ESS/MSS possible? If this is possible, then how will it be done on a production system with reduced or no downtime?
    2) Should ESS/MSS business package be deployed and configured afresh after removing/undeploying the existing version of ESS/MSS business package? If this is the case how would the earlier customizations be restored?
    3) Is there any other approach?
    Thanks in advance.

    Hi Suresh,
    In my openion, it will be good if you go for new implementation, reason being as you mentiond ECC versionyou are on is 4.6c all the ESS applications are ITS based now a days all the application/iView for ESS are Webdynpro for Java or WD for ABAP based.
    Till the time the new portal ready you can continue with your currect one (No down time require).
    Most of the people are using this way. (Check the SDN for more details).
    Also chcek this migration guide, which will give you the basic steps required.
    http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/5e1226c7-0601-0010-7d82-a8134e833150&overridelayout=true
    Regards,

  • Is there screen control at the Subtype level for ESS Address in ECC 6.0?

    Hello Developers,
    The Dynpro view for adding/maintaining ESS Address information requires certain fields to be entered regardless of the type of Subtype (ex. Permanent Address or Work Address).
    It's ok for our Permanent Address subtype to require certain fields such as City, State, and Postal Code, but we don't want these same fields to be required for our Work Address subtype.
    Is there a way to control this for individual subtypes?
    Thank you,
    Terry

    Thank you Shikhil,
    This was already tried and didn't work. 
    Running a debug session, I can determine that the message is coming from the back-end SAP system.  I can also see that these fields are flagged as Required on the back-end but due to the complexity of the code I haven't been able to determine what table this is read from. 
    The IMG view for "Infotypes - country-specific settings" apparently doesn't control this either but I'm hopeful that there is a screen control that will allow me to remove the "Required" setting.
    Terry

  • Enhancement Pack 2 for ESS for ECC 6.0

    Can anyone provide me with document on the new functionality of Enhancement Pack 2 impact on ESS for ECC 6.0?
    Or where I can find this documentation?
    What areas of ESS & MSS does it cover?
    Thanks
    WB

    Thanks Chris
    Still confused.
    Are you able to tell me what is the latest enhancement pack for ESS, the reason for asking is that I'm looking for more details on the new iViews as contained in Note 1048386 see below
    Thanks
    WB
    In the previous ESS Business Package (BP) version, the links for starting processes were provided in the workset Life and Work Events. With EhP2, the links for starting the processes are provided in the workset that the process belongs to thematically (for example, the process 'Change of Working Time' is provided in the workset 'Working Time'). The following list provides an overview over the processes available in the standard system and the worksets they are assigned to.
    Benefits and Payment
    o Company Loans
    o Membership Fees Sports Club
    o Status Overview
    Working Time
    o Change of Working Time
    o Status Overview
    Own Data
    o Change of Address
    o Personnel File
    o Status Overview
    Life and Work Events
    o Maternity Leave
    o Birth of a Child
    o Termination
    o Status Overview
    The available processes are integrated in the navigation of the ESS Homepage Framework.

  • Configuration and customization guides for ESS/MSS(webdynpro Java) in EP 7

    Hi All,
    Can anybody help me by providing the guides for Configuration and Customization of ESS/MSS(webdynpro java) in EP 7.0?
    Thanks in advance.
    Regards,
    Shankar

    Hi,
    Please check the links for help
    https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action%3fpageid=31476
    Configuring ESS in SAP Enterprise Portal 6.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a
    General Settings for Self-Service Applications
    Configuring MSS on Portal 6.0
    Implementation and Configuration guide for ESS into Portal,Backend R/3 4.7C
    Regards
    Santosh

  • Help on Customization (SPRO) for ESS

    Hello,
    I am new to ESS.
    I need help on Customization (SPRO) for ESS.
    If you have any Documents or PDF-s on the same?
    Thanks.

    Hello Gautham,
    I am sorry for the late reply.
    I have stopped watching this thread, hence, never noticed your message.
    Check out :
    1) [Configuring the Business Package for Employee Self- Service (ESS) - mySAP ERP 2004 |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a] .
    2) [ESS : How to Add Custom Area Page to Overview Page|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0235c40-6351-2a10-a3a3-eb666dfdb407]
    This explains how you can add an area page, for a custom WebDynpro application changing SPRO settings.
    The pdf does not explain how a server is added for the resources you use.
    If it's defined in your system, then you can skip the step :
    Server is added under
    Resources->Define Server for Resources
    Protocol          : http
    Name and port : <server>:port
    Directory path  : sap/bc/bsp/sap/public/hcm/XSS
    Cross check the path with SICF.
    Even when you add a picture of your choice in MIME repository, make sure you follow the same path, viz: sap/bc/bsp/sap/public/hcm/XSS
    Hope this helps!
    Cheers,
    Remi

  • Build error while NWDI ESS Project creation for ESS Customization

    Hi
    We are using SAP NetWeaver Developer Studio Version: 7.0.11 and trying to create a project in NWDI for ESS (ESS 6.0) customization.
    When we create project from the Inactive DC (essgbpdatahttp://com.sap), it is giving several build errors.
    We have tried Sync Sources many times, checked and verified the Java Build Path as well.
    The 1st error in the Tasks tab is
    The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.aii.proxy.framework.core.AbstractType. Fix the classpath then try rebuilding this project.
    Then there are several other errors like
    Application Per_Personal_GB: Component is missing.
    Application Per_Personal_GB: Start up plug is missing.
    Seems some dependent files/ DCs are missing but we are not sure which ones.
    Could you please help?
    Regards

    Hi PG
    I could not find any gen_wdp folder in Navigator tab and also there are jar files but none of them have warnings.
    Is there any thing else which is creating problem.
    I exactly followed the steps mentioned in the thread ESS/MSS Customization – Make it Simple
    But standard SAP ESS package itself is giving lot of error.
    Thanks
    Ruplata

  • Customize the ESS in Webdynpro java

    HI,
    I am new to webdynpro for java.My requirement is to customize the ESS in Webdynpro java.Please give how to create in wd-java step by step document for the Payroll system event in ESS.How to upload the ess package in NWDS,how to mapp the FPM component to current component.Please provide me.
    Thanking you,

    Hi,
    go through this thread:[thread|Customize/Change ESS MSS WebDynpro Applications (ECC 5.0);
    check this doc too:[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4598a190-0201-0010-a59f-820e3b31f854]
    hpe it hlps u
    Regards,
    Khushboo

  • PCUI_GP.sca file -compatible SP level for ESS and MSS

    Hi all
    we were in the process of deploying ESS, initially a std implementation and I need a clarification on this.The ECC system is of the version ERP 6.0 Sp 24 with no EHPs currently. The NW stack is EP7.0 sp 15.
    1)       According to the compatibility matrix  at https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/marcio+leoni, we downloaded BPERP5ESSSp11  and ESS6.0sp11 sca files and deployed thru the JSPM .we were looking to deploy PCUI_GP sp11.
    2)       There is an MSS implementation already on the portal connected to a diff backend system . they have deployed MSS Sp14 version, hence already deployed PCUI_GP SP14. There  hasnt been any MSS customization yet using NWDI .
    3)       Well, I checked the SAP Notes which say that for compatibility for ESS/MSS customization I follow the matrix attached here. Since PCUI_GP sp 14 is already deployed n running  ,I cannot deploy sp11 file again for ESS.hence am not sure how I can proceed now. The general requirement for ESS/MSS is all these 3 sca files be maintained at same SP levels.
    Well, I could think of 2 ways, not sure which way to go..
    1)Can we go ahead with JCO s and systems and c if this works with ess sp11 and pcui_gp sp14 as its going to b a std impl only.?
    2) Patch up ESS also to SP14?
    Would like to know ur inputs on this.
    Best Regards
    Uma

    As NW portal stack is SP 15. Try all the component pcui , JEE,BUILD and JTECH version 15.
    Koti Reddy

  • Backend R/3 connectivity for ESS MSS from portal

    Hi,
    We are currently in development cycle for ESS/MSS based on portal EP 6.0 SP16 and ERP 2004 in backend. We are trying to find out how the ESS/MSS business package on portal works with backend ESS functionality in ERP 2004. It is more of a connectivity question. We want to know if we expose our portal to internet so that users can login to ESS/MSS from internet, do we need to put backend ERP (ECC 5.0) system also in DMZ? Do we need to open ports between portal and R/3 so that ESS/MSS can work? Or the communication happens using JCO connections and we need not to expose R/3 system.
    Also one more specific question? If someone knows how ESS/MSS talks to backend system. At SAP application layer level or database level? I am asking this question to check if I need to open a port to talk to database or I can very well keep 2-3 SAP application server in DMZ and work.
    PK

    You need to look at the specific business package. For example, ESS for mySAP ERP 2004 says that the technology is Java / Web dynpro, which says that the Java engine uses RFCc to get the data from the backend.
    Othe businesss packages may use ITS, which then needs another connection from the user to the ITS server.
    Cheers

  • Creating NWDI track for ESS/MSS

    Hi,
    I am trying to implement ESS/MSS (600 SP7). For customization I need to import the package on the track in CMS. Import of JEE, JTECHS, BUILDT and PCUIG were successful. When i tried importing ESS and MSS, import is failing. Check-In of both the components are successful but while importing the component under Development tab, its failing. Import of MSS in DTR is successful but CMS is failing.
    Below is the log for ESS:
    Info:Starting Step Repository-import at 2007-04-10 12:46:13.0591 +5:00
    Info:Component:sap.com/SAP_ESS
    Info:Version  :MAIN_ERP05PAT_C.20070314050106
    Info:1. PR is of type TCSSoftwareComponent
    Info:propagatable is known in repository, it is not necessary to write the workspacecontent to the DTR
    Fatal Exception:com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailure received: Internal Server Error [(pre||post)-condition failed: Internal Server Error]:communication error: VcmFailure received: Internal Server Error [(pre||post)-condition failed: Internal Server Error]
    com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailure received: Internal Server Error [(pre||post)-condition failed: Internal Server Error]
         at com.sap.cms.tcs.client.DTRCommunicator.integrateChangelist(DTRCommunicator.java:393)
         at com.sap.cms.tcs.core.RepositoryImportTask.processRepositoryImport(RepositoryImportTask.java:335)
         at com.sap.cms.tcs.core.RepositoryImportTask.process(RepositoryImportTask.java:578)
         at com.sap.cms.tcs.process.ProcessStep.processStep(ProcessStep.java:77)
         at com.sap.cms.tcs.process.ProcessStarter.process(ProcessStarter.java:197)
         at com.sap.cms.tcs.core.TCSManager.importPropagationRequests(TCSManager.java:376)
         at com.sap.cms.pcs.transport.importazione.ImportManager.importazione(ImportManager.java:227)
         at com.sap.cms.pcs.transport.importazione.ImportQueueHandler.execImport(ImportQueueHandler.java:634)
         at com.sap.cms.pcs.transport.importazione.ImportQueueHandler.startImport(ImportQueueHandler.java:103)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startImport(CmsTransportProxyBean.java:584)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startImport(CmsTransportProxyBean.java:560)
         at com.sap.cms.pcs.transport.proxy.LocalCmsTransportProxyLocalObjectImpl0_0.startImport(LocalCmsTransportProxyLocalObjectImpl0_0.java:1252)
         at com.sap.cms.ui.wl.Custom1.importQueue(Custom1.java:1198)
         at com.sap.cms.ui.wl.wdp.InternalCustom1.importQueue(InternalCustom1.java:2215)
         at com.sap.cms.ui.wl.Worklist.onActionImportQueue(Worklist.java:881)
         at com.sap.cms.ui.wl.wdp.InternalWorklist.wdInvokeEventHandler(InternalWorklist.java:2390)
         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:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         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:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Info:Step Repository-import ended with result 'fatal error' ,stopping execution at 2007-04-10 12:47:49.0198 +5:00
    Regards,
    Piyush.
    ps: points will be awarded to all helpful answers. )

    Hi Bharath
    How r u? Hope fine.
    I have specified the version above. I am using (ESS 600 SP 7 [P11] & MSS 600 SP 7 [P4]).
    Is there anything i can do to resolve the issue in JDBC etc? Whats this AFAIK?
    Can u suggest something, a work around, to solve this issue?
    Regards,
    Piyush.
    ps: u can directly mail to my ID, will grant u points for helpful answers. )

  • Message Mapping in HRAS - can it be used for ESS ?

    We came across this functionality for EHP2 (after activating business function HCM_ASR_CI_1)
    called "message mapping" while implementing HCM processes and forms framework. It is available under HR Administrative services -->Tools in the IMG provided the business function is activated. 
    As per IMG documentation for this Message Mapping node --> "The tool for mapping messages can also be used in Employee Self-Services and applications of the Enterprise Service-Oriented Architecture"
    Just wanted to check if anyone tried exploring this by mapping messages for ESS services outside of HCM Processes and forms framework? or Is this tool limited only for HCM P&F.

    I've seen the same thing. I suspect it "will" be possible but not fully implemented just yet. You could probably do a search on the mapping table and see if it is actully used in the newer ESS code at all. It looks like they have this in place as ESS transitions over more fully to Webdynpro ABAP and making use of the decoupled infotype framework.

Maybe you are looking for

  • Flickery transitions in iDVD slide show

    I have burned two disks now using iDVD and had no trouble but I do have a question about transitions in slide shows. On the first disk I used a slide show (8 minutes, 99 images) with the "fit to music" option and the "use safe area" option for the di

  • Vertical printing in smartforms using '^FWR' command

    Hi I checked our post on SDN about the vertical printing problem but have not been able to find a suitable answer. We have been facing this problem from quite a long time now and have not been able to come to a solution. The steps i have done are as

  • Replacement power cable Inspire 5.1 Digital

    Where can I find one ? How much does it cost ? Please help

  • Browsing users and groups on WebLogic 11g

    I'm having a following "problem". I'm trying to programmatically list out all the users and groups that are currently on WebLogic. I need this because I'm building an SOA application that manages tasks for each user. Is there an API that adresses thi

  • Where to find "GPS Data"

    I have a Nokia 6120c .There was an application in it by the name "GPS Data" . it was a simple program to  read GPS coordinates from an BT GPS device and save the way point .By mistake I have deleted this . Can any one please tell me from where I can