Compensation Management- Planning page in portal - Salary development iview

Hi Experts
I am working on Enterprise compensation Management Planning by manger in protal.
In that portal page there is a a link for employee data on the employee name. clicking this link takes you to another screen where it display the employee data, compensation history data, Eligibiltiy, guidline, employee salary data and guidline values etc.
In this screen there is an iview called "Salary Development". But this iveiw does not display any info, It always says no data found. What data it will display here?
Can you one explain this iveiw with some example?
Thanks and regards
Dhina Varadhan

Hi,
Column EC_APPRAISAL used standard function module HR_ECM_UI_DISP_APPRAISAL (unless you have replaced this with your own) to display the appraisal ratings. The view name is V_TWPC_COL_ERP. Please check it through transaction SM30/SM31.
For your issue, can you check if OSS note 1522746 is relevant?
Hope this helps.
Donnie

Similar Messages

  • Salary Development iView is not pupulating table values

    Hi,
    We are implementing MSS. I found the Salary Development iView is not getting data into the table (Table is empty). But it is showing properly in the Graphics with years and basic salary.( Please Navigate from Top Level Navigation :Manager Self Service->Team->General Information->SalaryDevelopment iView). I checked all possible ares but no useful info. Kindly help.
    Regards.
    Syam.T
    I have gone through the SAP Note 1029576 and still exploring

    Does the manager have all the necessary authorization (Structural Authorization) assigned ?
    It might be because of that as well.
    Cheers-
    Pramod

  • Salary Development iView in MSS has an issue

    Hi,
    We are implementing MSS.  I found the Salary Development iView is not getting data into the table (Table is empty). But it is showing properly in the Graphics with years and basic salary.( Please Navigate from Top Level Navigation :Manager Self Service->Team->General Information->SalaryDevelopment iView). I checked all possible ares but no useful info. Kindly help.
    Regards.
    Syam.T
    I have gone through the SAP Note 1029576 and still exploring
    Edited by: syam thupurani on Jun 22, 2010 8:39 AM

    Hi,
    The solution provided by SAP in a custom patch. Our SAP installation was 10 years old and the currency we have created was QR. But later the ISO standards are specifying QAR for Qatar Riyal. The WebDynPro is not recognizing the QR and showing the table empty. SAP has included the QR in the custom code patch and we have implemented and resolved the issue.
    Hope this is helpful.
    Regards.
    Syam.T

  • MSS Salary Development iView issue for specific country

    This iView works for most countries (Salary Development iView + the Graph) but for certain countries namely China, the table will be empty but the graph will show the bars/values. Any ideas as to why this could happen?
    Thanks,
    BR

    Solved.
    Created a new enhancement spot on FM  HRWPC_EP_READ_SALARY_IT when calling FM 'RP_SALARY_GENERIC_CALC', leaving USE_IT0014 and USE_IT0015 parameters empty.
    CALL FUNCTION 'RP_SALARY_GENERIC_CALC'
               EXPORTING
                    PERSONNEL_NUMBER             = PERNR
                    EVAL_WAGE_TYPE               = lt_buckets-LGART
                    CURRENCY                     = lv_CURRENCY
                    SALARY_AS_OF_DATE            = lv_salary_as_of_date2
                    BEGIN_OF_EVALUATION          = YEARS-BEGDA
                    END_OF_EVALUATION            = YEARS-ENDDA
                    USE_IT0008                   = 'X'
                    USE_IT0014                   = ' '
                    USE_IT0015                   = ' '
                    USE_P0008_ANSAL              = lv_USE_P0008_ANSAL_INDICATOR
               IMPORTING
                    SALARY                       = lv_AMOUNT
               EXCEPTIONS
                    ERROR_READ_0001              = 1
                    ERROR_READ_0008              = 2
                    ERROR_READ_0014              = 3
                    ERROR_READ_0015              = 4
                    NO_ENTRY_T511                = 5
                    ERROR_AT_INDIRECT_EVALUATION = 6
                    INTERNAL_ERROR               = 7
                    OTHERS                       = 8.

  • Salary Development iView (MSS) error

    Hello,
    I need some help when displaying Salary Development iView (General Information) in MSS. It shows a red exclamation and an error when reading data.
    Could you please help me?
    Thanks, 
    Isabel

    Hi,
    I am having the same problem. In DEV the Salary Development graph appears fine. However when we moved to the QAS environment I get the error message "Salary Development: An error occurred while the data was read"
    Can anyone help solve this?
    Thanks
    Tom

  • Enterprise Compensation management Planning iView

    Hello,
    We're busy implementing ECM for ECC6 and Portal 7.  On the Compensation Planning iView and page, there is a link to 'Show Statistics' and according to SAP's formal documentation, this could be eliminated from the page/iView, if the user so desired.
    The iView has no recognizable property for this functionality to be put on or off.
    Does anyone have an idea where this could be disabled?
    Help with be greatly appreciated.
    Regards,
    Charmaine

    Hi,
    We actually had a customer message opened for this with SAP.  Please follow below steps (you'll need the Self-Service role):
    1. Select the Define Perspectives for the ECM Planning FPM Application.
           a. Portal Content->Content Provided by SAP->srvconfig->com.sap.pct.erp.srvconfig.mss->Enterprise Compensation Management->FPM Applications-> ECM Planning
    2. Select the CAP View tab.
    3. Select the Additional Information CAP item and Delete.
    4. Select the Plan perspective.  Select the Show Statistics CAP item and Delete.
    5. Save all changes.
    Hope this works.
    Carrie

  • MSS 60.1.19 - Salary Development iView - Internal error wh reading the data

    Hi guys!
    I face the problem of an iView Salary Development. I get error: Internal error while reading the data. I found a thread with the same problem, but there is no solution. Did anyone of you solve this problem?
    Thanx for answers!
    Peter

    HI Peter
    I have the ivew salary development wroking more or less.  There are some problems with totals from wage types including IT14 & 15 which I have reported and waitnig for response frmo SAP..... but at least IT0008 is working ok on it.
    I didn't get this message so let me know how to help...!  Ha<ve you done the config for the iview yet?
    helen

  • Sytax highlighiting for Jsp Dyn Pages for portal development.

    Hey,
    I am doing JSP with the htmlb taglib for portals. When I edit a jsp page in the Developer Studio, I expect syntax highlighting. This is what I see in the documentation for jsp editing as well - you know where the keywords are highlighted.
    Sytax highlighiting for jsp in Developer Studio for portal development.
    http://help.sap.com/saphelp_nw04s/helpdata/en/ce/e0a341354ca309e10000000a155106/content.htm
    OutputSuccess.jsp, OutputSuccessText.jsp are the two jsp's that are syntax highlighted on this page.
    In my Developer Studio this is not the case. Is a JSP editor and its highlighting not part of the Developer Studio. If it is, how do I get it to work.
    I also know that given the right taglib's, the editor also gives autocomplete for taglibs with its settings. I am hoping to speed up my development with this.
    Right now I am using a text editor for this. There are a couple of jsp plugin's such as Exadel or Lomboz which I can integrate if a jsp syntax editor is not there in the Developer Studio. I just wanted to know the right way to go about this.
    Thank you for your help.
    Sumit.

    Never mind. I was in the preview mode.

  • I ask for help, I can not cancel a monthly subscription to Adobe! contrary to the tutorial does not appear  scribed CANCEL PLAN on my page management plan, is not worse than any serial number of my subscription, where is it? how can I cancel monthly charg

    I ask for help, I can not cancel a monthly subscription to Adobe.
    contrary to the tutorial does not appear scribed "CANCEL PLAN" on my page management plan, is not worse than any serial number of my subscription, where is it? how can I cancel monthly charge? 

    Just to clarify: This is a user to user Forum, so you are not really addressing Adobe here, even though some Adobe employees thankfully have been dropping by.
    Have you done a Forum search?
    How can I delete my account? There is no "cancel plan" in my creative cloud free membership.
    Contact Customer Care

  • Pls let me know how do i cancel my existing cloud subscription as cancel link is not available in my manage subscription page. I am planning to us lightroom cc subscription

    pls let me know how do i cancel my existing cloud subscription as cancel link is not available in my manage subscription page.
    I am planning to us lightroom cc subscription

    This is an open forum, not Adobe support... You need Adobe support to cancel a subscription
    -start here https://forums.adobe.com/thread/1703848
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    --and two links which may provide more details, if the above links don't help you
    -http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • Personal Cost Planning in Compensation Management

    Hi Experts,
    Currently i am working in PCP In compensation Management, as i am new to this component i dont have a clear idea.
    I need ur help to know the process flow regarding PCP and how to configure the system.
    I have gone through the help documents but still i need ur help.
    It would be helpful if u expalin me in detail.
    Thanks & Regards,
    Reena..........

    Thanks for the response Siddharth.
    and i also want to know if payroll module  is required for compensation management to be implemented.
    Regards,
    Dolly

  • How to get rid of the Login page in Portal?

    Hi Guys,
    I have a newly developed intranet portal project for my company which does not need login no more. I hope you can help me how to get rid of the login page in portal which is I know in every application you create, there should be a login. Is this possible that I can just simply type in to the URL address bar my application then it will no longer ask for any logins? Please help! Many thanks!
    Russel

    Hi Russel,
    You can give public access to pages, applications etc. Users won't need to supply a username/password then, while you still can hide some of the pages to authorized people.
    Check the access tab for pages and the manage tab for applications.

  • Creation of custom page without using NetWeaver Developer Studio

    Hi Experts,
    In my project, we have not installed NetWeaver Developer Studio. We are using EP 7.0.
    We have to create a custom page for the project. In this page, we have to provide seperate iViews links.
    The page should look like this:
    iView 1 - Link                iView 2 - Link        iView 1 - Link
    Help iView 1-Link        Help iView 1-Link     Help iView1-Link
    I tried to do so by creating a page. In the page, I tried to use 'Three Coloumn Page' layout. The iviews are getting displayed in following way:
    iView 1 (iView is getting displayed .Link not getting displayed)
    Help iView 1 (iView is getting displayed .Link not getting displayed)
    iView 2(iView is getting displayed .Link not getting displayed)
    I can not display link of all six iViews. Further more iViews are getting displayed in one coloumn and 3 rows. I can see the iViews directly. I am not able to display links for iViews.
    I need 3 coloumns and 2 rows layout.
    Can you please let me know how to achieve this?
    Whether I have to create new layout? For this whether we will need NetWeaver Developer Studio?
    Can we do it by creating HTML page. In the HTML page, we will have many links. These links will point to the iViews stored in SAP EP's KM. If so, what be the steps?
    I know that it can be done by creating a PAR file and deploying it. But, we don't have Netweaver Developer Studio.
    Can we acheive above without using NetWeaver Developer Studio?
    Please help me.
    Regards,
    Brian

    Hi Kedar,
    Thanks. My requirement is that six iViews links should be shown in the portal content area.
    The iViews links should be like
    iView 1-Link         iView 2-Link           iView 3-Link
    Help iView 1-Link Help iView 2-Link    Help iView3-Link
    When user will click on any iView link, the relevant iView should be displayed.  The iView can be displayed in seperate new page. So naturally five iView link will not be displayed.
    I am planning to create one HTML page and store it in KM. I will call this page in portal content area.
    There will be hyperlink on this HTML page. The hyper link will be attached to other iView links in  KM.
    Whenever user will click on any Help link or iView link the corresponding iView will be called from  KM.
    So in KM we will store 7 objects. 3 HTMLpages for help. 1 HTML page for main page.
    Other 3 will point to iView-Link1, iView-Link2 and iView-Link3.
    Can I do so? Will it sort out my problem?
    Thanks

  • Deploying portal from development to production server

    Scenario:
    - Development server running OracleAS Standard Edition One.
    - Production server running OracleAS Standard Edition One
    Idea is to develop portal on development server, and, once satisfied and tested, deploy to production server.
    Questions
    1. Is this the right development model? If not, what is the recommended approach?
    2. Would deployment take place via Enterprise Manager? If so, would the development portal have to be turned into an EAR file, and then pulled in to the production server? Or can the two servers be managed within a single instance of Enterprise Manager (on the production server?), and if so, how would the deployment model work?
    Thanks for the input.

    Hi there,
    A1: Yes, I believe so, but will depend actually on what you wish to do.
    A2: Depends how is your application made. I don't think you'll be using EM to make the deployment as this would be a Portal. So you may need to either use the cloning process of the iAS or the RDBMS utilities (where Metalink may help you further depending on the version of the Portal you are in)... or use the Portal Export / Import feature to pass a Page Group from one side to another (this will work only one-way - please refer to the Portal Configuration Guide chapter 10).
    As to the "two servers be managed within a single instance of Enterprise Manager"... why not? You can have two RepCA dbs hooked to the same iAS infrastructure to be managed. If I'd recommend it this way... maybe not... remember that if it will be a Development env and a Production env... I'd recommend them to be really separated (just playing on the safe side... maybe :-) ).
    I hope it helps...
    Cheers,
    Pedro.

  • Webdynpro proxy page and portal event

    Hello there,
    is it possible to capture the event from employee search iview into my custom webdynpro ABAP iview?
    Since it occurs to me that when a portal page is developed as a "Default page template" I am able to capture the event whenever manager clicks on any employee in the list.  But when i create a page with "Web dynpro proxy page" template, I cannot subscribe to the event.
    We are trying to use employee search ivew and general data iview provided by SAP plus a custom WDA iview.  But when I do a default page template, I am able to caputre the event but general data iview does not show any data...and when I use the proxy page template...I get data in general data iview but I am not able to capture the event....and my custom WDA iview does not show anything...
    Employee search iview (previously known as team viewer) and general data iview are standard SAP iviews.
    any ideas...
    appreciate the help!
    Thanks....
    J.

    Hi Srivastava,
    The scenario is like this....
    page lay out:
    Team viewer iview here----provided by SAP
    General data iview here-----provided by SAP
    my WDA iview here-----custom iview
    if the page template is default template....I get data in my WDA iview for selected employee in the team viewer...but I go not get any data in General data iview
    if the page template is web dynpro proxy page...i do not get any data in my WDA iview...but i get data in general data iview...
    after debugging this thing...i found that for webdynpro proxy page...the portal event is not getting caught in my WDA iview...
    how to subscribe to a portal event if the iview is embedded in  a page which is using web dynpro proxy page template...
    Just want to share this...that portal eventing is working fine...if the my iview is embedded in a page which is using default page template...
    any ideas????
    anyone???
    Thanks...

Maybe you are looking for