MSS iview talent profile internals

hello experts,
in the MSS iView talent profile (See help link below)
http://help.sap.com/erp2005_ehp_04/helpdata/EN/9e/71dad0aba74a62a07bdee6edf8d91f/content.htm
information is presented in two visual areas (left and right):
1. the left side shows information for talent data, org assignment, successor etc
2. the right side is an FPM component with tabs for Overview, Resume, Talent Assessment, Mobility, Career Goal, Development Planths
where is the ABAP code that populates the left side of the iView (talent data, org assignment, successor for).
note: I found component configuration HRTMC_LP_OIF for component FPM_OIF_COMPONENT, which populates the FPM tabs, but what is the source code (abap component) reponsible for populating the left side of the iview (to the left of FPM)?
T.

Hi,
You mean write an Enhancement in the Web Dynpro ABAP application (which is not trivial - to me at least - since it relies on FPM) ?
Another idea I got is to set an handler on the ICF service for Web Dynpro ABAP application HRTMC_EMPLOYEE_PROFILE so that the ABAP Proxy is called first and a call to the super Handler (Web Dynpro) is done after.
Update 21-01-2010
Looks a lot like Chain-Of-Responsibility Design pattern to me !
Exploring OO Design Patterns: The Chain-of-Responsibility Pattern
Best regards,
Guillaume

Similar Messages

  • Talent profile iView - how to change assignment records on "Resume" tab

    in the standard MSS iview Talent Profile, on tab "resume-Internal work experience", multiple (historical) assignment records are displayed. I have a requirement to display only one (the most recent) assignment record.
    how can I do that? is there a badi I can use for that? can I do this without WebDynpro ABAP enhancement?
    T.
    Edited by: Tiberiu Sasu on Nov 23, 2010 1:23 PM

    it will require enhacement
    CL_HRTMC_AC_WORKEXP_INTERNAL
    GET_ASSIGNMENTS
    CL_HRTMC_AC_WORKEXP_INTERNAL

  • How to change employee information in the MSS Talent Profile application

    we are using the MSS iview talent profile. On the overview page of this iview, on the left side, there is employee informattion displayed (org assignment, successor for... ). we have a requirement to modify the way the position is calculated.
    how can we do that? is there a badi that allows for modification of the org assignment fields?
    Thanks,
    Tiberiu

    >
    Tiberiu Sasu wrote:
    > we are using the MSS iview talent profile. On the overview page of this iview, on the left side, there is employee informattion displayed (org assignment, successor for... ). we have a requirement to modify the way the position is calculated.
    > how can we do that? is there a badi that allows for modification of the org assignment fields?
    >
    > Thanks,
    > Tiberiu
    hi tiberiu, there is a way yes...
    Step1:  create you custom field
    in spro navigate to talent management -> basic settigns -> adjusting the user interface -> configurations for data retreival -> extend field selection - > add fields to selection field catagory ->
    here you will see SAP_POSITION - the last column reports to the badi.  The badis for each field are also in the same spro sub-menu.
    create a zsap_position column by copying the standard one.  You than replace the "Position" badi with your own BADI.
    step2: add the field to the view:
    in spro navigate to talent management -> basic settigns -> adjusting the user interface -> configurations for data retreival -> create configuration with field groups. 
    here copy a view and make a Z view. in your z view you can remove the SAP_POSITION column and add your Z column.
    than in same spro sub-menu, experiment with your new view by telling it where in the various user interfaces it should be used.  Place the name of your view as the parameter value in
    assign configuration to user interface
    solution solved!

  • Talent profile in the MSS not working

    Hello,
    I have problems with the long talent profile in the Mangers Self Service. When i press the "talent profile" link in the portal nothing happens. The talentprofil does not open. I have created a talentprofile for an employee in the ESS. The profile is filled. All the customizing activieties have been completed. Also business partners are created.
    Does anyone have an idea why the talentprofile in the MSS does not work. Maybe I have forgotten something!
    Thanks in advance
    Jürgen
    Here a screenshot

    Hi Guilherme.
    I am having the same problem and also this note not apply for my system
    I have checked the USER ID in infotype 0105
    Do you solve this issue?

  • Talent Profile WD configuration / customizing

    Hi,
    We're currently implementing Talent Profile for the employee. Therefore the IMG refers to SA38 to execute a program to configure the Web Dynpro views.
    I'm a little bit lost in what exactly to configure / how it's structured within FPM.
    The requirement is to:
    - Group tabs of the employee into new parent tabs
    - Add new fields on the existing tabs (like add new fields on the internal experiences)
    - Add new tabs (with content available in the backend)
    1)  What would you advise in order to stay future proof (upgrades)?
    2)  How should I exactly understand the FPM structure? Applications - Components - Customizing of components - ...
    3) When the customizing is done, how to link this in the portal Iview in order to show the new configured Iview
    Thanks a lot for your input, if you have additional warnings or things to keep in mind, would be very interesting.
    D.

    Hi D,
    --> Do I need to copy the MSS/TMS iView and as such have 1 for MSS and one for TMS?
    No need to copy it - it uses the same program and configuration for TMS that you create for MSS.
    --> Is this just creating a link from CP to BP and that's it or should we be aware of other implications (maybe even in other modules?)?
    There are no other implications that I am aware of. It just creates a BP object for each CP object and links them with relationship 207 (or 209, I forget off the top of my head). You can use report HRALXSYNC to to create the objects in SAP after you've activated BP integration. Also, there is a variant from SAP that allows you to schedule the report so you can sync the data regularly. The report also allows you to repair missing CP > BP data.
    Best regards,
    Luke

  • Talent profile not opening

    Hi All,
    Talent profile is not opening under MSS.
    I have gone through notes mentioned and the below threads (i have the exact problem), but those did not solved my issue. It is worked till yesterday. after some time it is not working and no other button in that page is working.
    Talent Management- MSS Talent information iview problem
    talent profile in the MSS not working
    Please advice.
    Thanks,
    Sankar.

    Hi All,
    Talent profile is not opening under MSS.
    I have gone through notes mentioned and the below threads (i have the exact problem), but those did not solved my issue. It is worked till yesterday. after some time it is not working and no other button in that page is working.
    Talent Management- MSS Talent information iview problem
    talent profile in the MSS not working
    Please advice.
    Thanks,
    Sankar.

  • Date Format in MSS iviews

    Hi,
    We have EP6 SP11 with the Manager Self Service Business Package. The dates on our MSS iviews are currently showing as MM/DD/YYYY. I have set the default country of the portal to GB but the language setting in the user profile is overriding this. If I set the language to "English (United Kingdom)" the date shows correctly as DD/MM/YYYY. But if I just set it to "English", the dates show as MM/DD/YYYY.
    However, we are using an R/3 system as our user store, so the language setting is coming from there (SU01 > Communication section) and there is no option for "English (United Kingdom)", only "English". How can I change the "English" option to default to en_gb rather than en_us? Or can I map the English setting in R/3 to English (United Kingdom) setting in the portal? Or is there something else I can do?
    Any help greatly appreciated!
    Thanks in advance,
    Jane

    Hi Jane,
    Try to change the language settings of the Internet Explorer and see if it is not being over-ridden from the user profile.
    Regards,
    Mohan

  • ESS in MSS Iview

    Hi all,
    Is ESS in MSS iview equivalent with related activities iview? I'm trying to make ESS for MY employee as a stand alone area instead of merging it in employee profile general data. But if i preview related activities  in the portal content the page return blank, can somebody help me? I know the step to add new area, add service but the iview return blank. Does this iview need eventing with team viewer? Many thanks

    Hi
    Thanks, your link really help me, i actually don't follow the step but after reading the first two sentence i have decide to copy the general information page and remove all iview beside team viewer and related activites (which is what i need), so instead of creating a new one, i modify general information page. Thank you very much.

  • NW04 EP6 Sp13 & ECC5.0 - Problem previewing MSS iviews

    We have just completed an install of NW06 EP6 SP13 & ECC5.0 at the back-end and are looking to implement ESS and MSS. In trying to preview an MSS iview, I am getting errors with the connection. A pre-requisite may be missing. This is our landscape:
    ECC5.0
    Abap Stack
    EP6 SP13
    Java Stack
    latest versions of MSS and ESS BPs
    The system connectivity, aliase, SAP Logon Tickets have been configured. The test connection is working. The userids in Portal and ECC5.0 are the same. LDAP is being used for initial Portal authentication.
    With EP6 SP2, a back-end plug-in was required and we are unable to find one for ECC5.0. What do we need on the back-end for the front-end and the back-end to communicate and allow us the capability of previewing the ESS and MSS iviews?
    Any help on this will be greatly appreciated.
    Thanks in advance.
    Regards, Neeta

    Hi,
    Note that I am running EP6 SP13 in NW04 and our backend is ECC5.0. The link I am trying to preview/run is, per Ketuls suggestion :
    http://sapptdapp1:50800/webdynpro/dispatcher/sap.com/pcui_gp~xssutils/XssMenu
    The error message I get is (rather long....):
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCOClient name 'SAP_R3_SelfServiceGenerics_MetaData'. No such JCO destination is defined in the SLD
        at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:493)
        at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:247)
        at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:221)
        at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:101)
        at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:144)
        ... 53 more
    See full exception chain for details.
    Correction Hints
    Retrieving a JCO destination with name 'SAP_R3_SelfServiceGenerics_MetaData' from the System Landscape Directory (SLD) failed, as the destination could not be found in the SLD. The most probable reason for that is that the destination has not been maintained yet.
    Use the preinstalled Web Dynpro Content Admin application to check/edit the destination. Use the Ping and Test functions of the Content Admin to verify that each destination is properly configured.
    Additional information about the System Landscape Directory and the Web Dynpro Content Admin can be found in the SAP Developer Network (SDN) and in the Online Help for the SAP Web Application Server (installed with SAP NetWeaver Developer Studio and available online).
    Note: the above hints are only a guess. They are automatically derived from the exception that occurred and therefore can't be guaranteed to address the original problem in all cases.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
    Version 
    DOM version 
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, Build ID: 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-19:20:18:44[UTC], changelist=356134, host=PWDFM026)
    J2EE Engine 6.40 patchlevel 95420.313
    Java VM Java HotSpot(TM) 64-Bit Server VM, version:1.4.2_06-b03, vendor: Sun Microsystems Inc.
    Operating system SunOS, version: 5.10, architecture: sparcv9
    Other
    Session Locale en_US
    Time of Failure Wed Sep 28 08:42:46 EDT 2005 (Java Time: 1127911366734)
    Web Dynpro Code Generation Infos
    sap.com/pcui_gp~xssutils
    SapDictionaryGenerationCore 6.4013.00.0000.20050606171348.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:02:08[UTC], changelist=351717, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates 6.4013.00.0000.20050606171348.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:02:19[UTC], changelist=351717, host=PWDFM026.wdf.sap.corp)
    SapGenerationFrameworkCore 6.4012.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2005-04-21:19:52:59[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:08:32[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-04:19:56:31[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-04:19:56:22[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary 6.4013.00.0000.20050606171352.0000 (release=630_VAL_REL, buildtime=2005-07-04:19:59:38[UTC], changelist=351719, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro 6.4013.00.0000.20050609113138.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:05:19[UTC], changelist=352442, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:19:30[UTC], changelist=356134, host=PWDFM026)
    SapWebDynproGenerationCore 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:09:01[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:19:30[UTC], changelist=356134, host=PWDFM026)
    sap.com/tcwddispwda
    No information available
    sap.com/pcui_gp~xssfpm
    SapDictionaryGenerationCore 6.4013.00.0000.20050606171348.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:02:08[UTC], changelist=351717, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates 6.4013.00.0000.20050606171348.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:02:19[UTC], changelist=351717, host=PWDFM026.wdf.sap.corp)
    SapGenerationFrameworkCore 6.4012.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2005-04-21:19:52:59[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:08:32[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-04:19:56:31[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore 6.4013.00.0000.20050606171700.0000 (release=630_VAL_REL, buildtime=2005-07-04:19:56:22[UTC], changelist=351724, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary 6.4013.00.0000.20050606171352.0000 (release=630_VAL_REL, buildtime=2005-07-04:19:59:38[UTC], changelist=351719, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro 6.4013.00.0000.20050609113138.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:05:19[UTC], changelist=352442, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:19:30[UTC], changelist=356134, host=PWDFM026)
    SapWebDynproGenerationCore 6.4013.00.0000.20050606172055.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:09:01[UTC], changelist=351729, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates 6.4013.00.0000.20050628104636.0000 (release=630_VAL_REL, buildtime=2005-07-04:20:19:30[UTC], changelist=356134, host=PWDFM026)
    sap.com/tcwdcorecomp
    No information available
    Detailed Error Information
    Detailed Exception Chain
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error while obtaining JCO connection.
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:90)
         at com.sap.dictionary.runtime.ProviderFactory.internalResolveLogicalNameToJCODestination(ProviderFactory.java:408)
         at com.sap.dictionary.runtime.ProviderFactory.resolveLogicalNameToJCODestination(ProviderFactory.java:354)
         at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:215)
         at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:180)
         at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:87)
         at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:73)
         at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:48)
         at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
         at com.sap.dictionary.runtime.DdBroker.getSimpleType(DdBroker.java:170)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:242)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:213)
         at com.sap.tc.webdynpro.progmodel.context.AttributeInfo.init(AttributeInfo.java:485)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initAttributes(NodeInfo.java:771)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:756)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:761)
         at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:436)
         at com.sap.tc.webdynpro.progmodel.controller.Component.getController(Component.java:365)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.getPublicInterface(DelegatingComponent.java:142)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetBackendConnectionsController(InternalFPMComponent.java:204)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:170)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:95)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:346)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:370)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:608)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    Caused by: com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscapeException: Error while obtaining JCO connection.
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:146)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnectionUnMapped(SystemLandscapeFactory.java:172)
         at com.sap.tc.webdynpro.services.sal.sl.core.SystemLandscapeInternal.getJCOClientConnectionUnMapped(SystemLandscapeInternal.java:83)
         at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:77)
         ... 50 more
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCOClient name 'SAP_R3_SelfServiceGenerics_MetaData'. No such JCO destination is defined in the SLD
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:493)
         at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:247)
         at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:221)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:101)
         at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:144)
         ... 53 more
    Thanks, Neeta

  • Core competency in Talent Profile

    Hi All
    I am working on talent management in ehp6 environment. In talent profile overview through MSS/TMS , the core competency is not getting displayed.Its showing NO data available.Although we have maintained the competency at that position as well as at person level.Still its not getting populated under the tab Core competency in talent profile.
    Am I missing something.?
    Thanks
    Smriti

    Hi Smitri,
    If the Person has the qualifications assigned that are also assigned to the Core Competencies category in the IMG then they should display. I would double check your authorizations just to be sure.
    Just to check: are you using P 032 Q relationship and not infotype 0024 or CP 720 Q relationship?
    Best regards,
    Luke

  • Launch standard talent profile page of employee from zWDA application

    we have created a custom webdynpro application, which displays list of employees ( employees can be searched ).
    the employees are displayed in alv, and we provided a coulumn to view profile.
    when we click on the view profile, the standard talent profile screen of that employee needs to be launched in popup.
    for talent profile, in mss, there is already a standard fpm/wda application. http://eccserver:8000/sap/bc/webdynpro/sap/hrtmc_long_profile
    but when we launch it says:
    The application cannot be started because the person ID is missing
    this error makes sense because we need to pass the pernr to this application, so that it can display talent profile of that employee only.
    how to pass pernr to this application.
    also, when i searched for the application params of this application, it has parameter mem_id.
    is there any way / any other application to launch talent profile application for selected pernr in a webdynpro application.
    thanks in advance,
    Madhu_1980.

    http://scn.sap.com/thread/3611870 all these are based on OBN, You can debug the standard application and see how the pernr_mem_id is sent. for example METHOD GET_PERNR_FROM_MEMORY CL_HRESS_EMPLOYEE_SERVICES====CP HRESS_C_PERSINFO_CONFIG  COMPONENTCONTROLLER  WDDOEXIT cl_hress_employee_services=>clear_memory( iv_mem_id = lv_mem_id ).

  • Custom org view for talent profile application

    Hi,
    I have a role for talent management specialist role where I want to show custom org view, can you please let me know how to achieve this?
    Thanks & Regards
    Sahil Kohli

    Hi Luke,
    My requirement is to create a talent management specialist role , who can manage the qualifications of the employees and this role is not given to the regular managers.
    Either I can replicate the MSS home page and include talent profile in the employee menu , wherein I need to have it for the Z org views.
    Or Second option is to use the competency matchup view , but the problem is, the view is showing blank data and I need to show this also for the customOrg views (Like all employees, substituted employees etc).
    Please suggest if there a way to specify the custom org views created in OADP for the home page view and competency matchup view, so that the specialist gets the option to maintain qualification for the selected group of employees only or anything standard is available for this requirement.
    We are on MSS add on 1.0 and BP for MSS add on on portal.
    Thanks & Regards
    Sahil Kohli

  • Configuration help for Webdynpro HRTMC_TP_HEADER  in talent Profile

    Hi Guys,
    Please help me how the Webdynpro component HRTMC_TP_HEADER is configured for Talent Profile.
    I have found other webdynpro in Talent Profile , But not able to figure this out.
    Thanks a lot.
    Regards
    Prabhu

    Hello,
    Hello You can find the steps to configure the talent profile in SPRO.
    Follow the path Talent Management and Talent Development>>Talent Profile>>Configuration of user interface-->>Configure talent profile for ESS or MSS.
    Regards
    Pradeep

  • MSS Iview error - Any  body  help me - Very urgent

    Hello All,
    I've configured ESS BP in my Portal successfully and it's running perfectly fine. Now i've imported MSS also without any problems. Now the issue is when i'm launching the My Staff iViews it gives me a message "Could not connect to the R/3 System" . These iViews using the system object "SAP_R3_HumanResources" which has been used by the ESS iViews also. Now ESS iViews are working fine with the same system object but MSS iviews are giving me the error message.
    My System landscape :
    MSS BP Installed: BPMSS601_19-20001489
    R3- 4.6C
    Portal : EP6 Sp11
    WAS: 6.40
    Any help will be highly appreciated.

    Hello All,
    I've configured ESS BP in my Portal successfully and it's running perfectly fine. Now i've imported MSS also without any problems. Now the issue is when i'm launching the My Staff iViews it gives me a message "Could not connect to the R/3 System" . These iViews using the system object "SAP_R3_HumanResources" which has been used by the ESS iViews also. Now ESS iViews are working fine with the same system object but MSS iviews are giving me the error message.
    My System landscape :
    MSS BP Installed: BPMSS601_19-20001489
    R3- 4.6C
    Portal : EP6 Sp11
    WAS: 6.40
    Any help will be highly appreciated.

  • Error while configuring talent profile for ESS

    Dear Experts
    I am having following error while configuring talent profile for ESS:
    The URL http://pplkhidr05.ppl.com.pk:8000/sap/bc/webdynpro/sap/hrtmc_employee_profile was not called due to an error.
    Note
    The following error text was processed in the system TRG : Access via 'NULL' object reference not possible.
    The error occurred on the application server PPLKHIDR05_TRG_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_PLVAR of program /1BCWDY/81IYQOEI3SKMOOB9TXW5==CP
    Method: IWCI_HRTMC_TP_SHARED_DATA~GET_PLVAR of program /1BCWDY/81IYQOEI3SKMOOB9TXW5==CP
    Method: OVERRIDE_EVENT_OIF of program /1BCWDY/828X5HC99194NVUUKJ30==CP
    Method: IWCI_IF_FPM_OIF_CONF_EXIT~OVERRIDE_EVENT_OIF of program /1BCWDY/828X5HC99194NVUUKJ30==CP
    Method: GET_UIBBS_FOR_EVENT of program /1BCWDY/7V06LYNNPH3D2G2T1W0Z==CP
    Method: IWCI_IF_FPM_FLOORPLAN_COMP~GET_UIBBS_FOR_EVENT of program /1BCWDY/7V06LYNNPH3D2G2T1W0Z==CP
    Method: IF_FPM_FLOORPLAN~GET_UIBBS_FOR_EVENT of program CL_FPM_OIF_INTERNAL===========CP
    Method: GET_NEXT_UIBBS of program CL_FPM========================CP
    Method: PROCESS_EVENT of program CL_FPM========================CP
    Method: RUN_EVENT_LOOP of program CL_FPM========================CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system TRG in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server PPLKHIDR05_TRG_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server PPLKHIDR05_TRG_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Any suggestions on how to resolve the error?
    Regards
    Imran

    Imran,
    check this thread
    http://forums.sdn.sap.com/click.jspa?searchID=43957204&messageID=8996092
    Thanks
    Bala Duvvuri

Maybe you are looking for

  • How to distinguish numbers in "Recent" list

    Is there a way to distinguish the number in my recent list? Let's say that I have John Doe's work and home number in my contacts. In my recent list, it does not say which number was used. If it had a designation behind the name, i.e., John Doe (H), J

  • Possible to show bottom of scrolling text first when icon is displayed?

    Hi, Does anyone know if it is possible to show the bottom of scrolling text when the display comes up? For instance, let's say you have 20 lines of text in a scrolling display, but it only has room for 10. By default, Authorware shows the top 10 line

  • " HRRCF_A_UNREG_JOB_SEARCH " service for unregistered candidates is not working

    Dear all, " HRRCF_A_UNREG_JOB_SEARCH " service is not opening the contents of search criteria instead its giving an error message  - " You do not have the required authorization to use this application " when trying to open the service directly from

  • Outlook 2010 sync errors

    Hello. We have a specific client (among many others) whose Outlook 2010 is working in cached exchange mode.This client while connecting to an intranet exchange infrastructure is getting synchronization errors in the form of: 80040109-50A-80040109-560

  • Excise Stock transfer

    Scenario: I have two company codes C1 (with plant1) & C2 (with plant2) Both the plants are exciseable. From the stores of plant1 I sent finished goods to the plant2(its a depot). From this plant2 the material is sold to customers. In the process flow