MSS Customization - Compensation Mansgement - Compensation Planning

Hi,
I need to do some custom enhancements on Compensation Mansgement -> Compensation Planning screen.
We created a track and i imported the track from NWDS. My issue here is
       1) When i import a track, i see two things 'DEVS' and 'CONS'. What's the difference between the two.
       2) Do i need to create a client in DTR or shall i import directly?
       3) I imported MSS DEVS and when i see in my DC, i couldn't able to expand them.(the plus symbol not appearing as no sub nodes). Am confused now whether am going correct or not. If yes, shall i create a project from this step and proceed ahead?
       4) How am going to find the source code for Compensation Mansgement -> Compensation Planning screen screen? Any idea on this?
Thanks for ur help.
- Santosh.

DEVS and CONS are two different build spaces .
you need a create a client in DTR to import the code.

Similar Messages

  • MSS - compensation planning - compensation profile page

    Dear All,
    I have a question regarding a simple customization of a Standard SAP content page.
    In the Compensation Planning iview, after the search is done a list of employees is displayed. Then single employee name is selected, and new window is launched displaying the compensation profile page:
    pcd:portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.pages/com.sap.pct.erp.mss.hcm/com.sap.pct.erp.mss.compensation_profile
    I would like to hide some of the iviews that are shown in this page, however since it is Standard SAP content I do not want to modify the provided by SAP page. I plan to make a delta link copy of this page however my problem is that I do not know how to point the link from the result list in the Compensation Planning iView to the customized Compensation Profile page.
    Any help is appreciated.
    Thanks in advance,
    Venelin

    You are right Veneliin.....to achieve your desired result you have to first copy the standard compensation profile page and paste it as delta link in your own folder.
    Now you need to open the MSS role that you are using..(I believe it is your own custom role..)
    Navigate to MSS (Role)-> Overview -> Team -> Employee Information..
    You will find a page called "Compensation information" in it...
    Delete this page and replace it with your own copied (as delta link) page.
    Now you can modify your custom compensation information page....
    Any doubts then revert back.

  • MSS - Compensation Planning

    All,
    For MSS ERP 2005 Web Dynpro based business package, can you please point me to some direction which will let me to configure the FPM based Compensation Planning Page.
    According to the documentation http://help.sap.com/saphelp_erp2005vp/helpdata/en/90/a5391ed9a64c9b9986c3e669632968/content.htm
    the integration section mentions that we can launch the compensation profile from this page. But I am not sure how to implement this.
    Adding other iviews like Long Term Incentives, etc to this pages doesn't automatically populate the data. I am missing some steps on configuring the FPM application.
    Can you please help?
    Thanks,
    MS

    Hi Aryani,
    But we are not making any customization.It should work by default .When an error is coming for a manager in display then the manager cannot be able to go and save the compensation increase for that employee or employees .So,my question is there any note for this problem.
    Thanks,
    Rao.

  • New salary is not updating in MSS Compensation Planning (ECM)

    Hi
    In MSS Compensation Planning (ECM) iView, when we are applying a percentage increase for a particular employee the new salary column is not updating when we press enter or recalculate. The value is changing intially when we press refresh property for the iView, for the next time the value is not changing even when we press the refresh also.
    Regards
    Suresh

    Hi Suresh,
    What is the solution..
    because we are also facing a similar issúe ..
    our new salary is same as the compensation amount....
    but what we are looking for is
    new salary = compensation amount +annual base salary
    Where do we do this?
    tks rgds
    g3

  • Compensation Planning Iviews in MSS

    Dear Team,
    From the R/3 end, the ful cycle for Compensation Planning is working.
    Comming to the MSS part in portal, although we find Iviews for Compensation Planning and Approval, these two pages display only blank page.
    Required Authorizations have been maintained. Please help me what else to be maintained
    Regards
    ...Sadhu

    Ya, Siddharth...SAP_ALL is maintained for this test user.
    I beleive authorization may restrict user to view Org Units or Employees, but in my case the whole page displayed is blank.
    What i feel is some technical config might be missing.
    Please let me know if any Services/ Resources  and PCD paths to be maintained. As these are standard Iviews, the standard services are available, but if any modifications required for this ?!
    Regards
    ...Sadhu

  • MSS Compensation Planning Notes Column Stroing garbage

    Hi ,
    Notes column in Compensation Planning ( MSS 600 , EP 7)  when edited and  long text ( > 78 )is entered is storing garbage.
    I know the line/ row length of a the table communication the rfc is 78 fixed.
    The problem is that the code below is correctly cutting the text of lines of 78 each but then does not store the table with multiple rows only the top row gets over written and stored.
    Any ideas - how to add multiple rows to it ( the line highlighted ) -
    Hrecm00Text textList = new Hrecm00Text();
              String bufferText = "";
              int index = 0;
              if (noteText != null) {
                   while (index < noteText.length()) {
                        if (index + 78 < noteText.length()) {
                        bufferText = noteText.substring(index, index + 78);
                        } else {
                             bufferText = noteText.substring(index);
                        textList.setText_Line(bufferText);
                        index = index + 78;
                                              input.addText_Tab(textList);
                        bufferText = "";           
              } else {
                   input.setText_Tab(new Hrecm00Text.Hrecm00Text_List());

    Hrecm00Text is defined in Java Dictionary as structure . .. . of line text_line with length 78

  • MSS - Compensation Planning and Approval Issues

    Hi Experts,
    We are implementing MSS for one of our clients (only MSS) and face a few issues.
    1. The Submitter is able to view and approve the Compensation plan for his reportee........instead it should be the submitters manager who should only be able to approve ie Compensation approval should be done by M+1 level but it is right now done by the manager himself. How can this be done? Any setting through which we can restrict this?
    2. We would like to restrict the Compensation submission to the Managers only. While we are testing we found that one of us who is not a manager can still create and submit the Compensation change. We don't want this to happen so that even by error the MSS Role is assigned to a non-manager, he should still not be able to make any changes.
    Any pointers will be highly appreciated.
    Thanks and Regards,
    Arun E V

    Hi Arun,
    Did you resolve your issue? what MSS version you are using for Compensation Planning and Approval, are you able to see employees for Approval in Planning Overview Application, even i am not able to Employees for Planning Overview Appliation, i am able to see employees in Compensation Planning Application only.
    Please help me on this configuration for Planning Review of Compensation, is there is any IMG configuration is required for view employees, Approval and rejections through Planning Overview.
    Please help me on this one.
    Thanks in Advance.
    Thanks and Regards,
    Abhi.

  • MSS: Compensation Planning Scenarios (deselect users u00BF?)

    Hello
    we are using EP NW2004s with Manager Self Service Business Package for ERP 2005.
    We have a problem in Compensation Plannig scenarios.
    When we clic on the iview, we see ALL employees selected (check box on the left hand side are selected)
    What we want is when accesing Compensation planning iview, display employees with check box unselected.
    Do you know how to do it¿?
    any parameter on ivew¿?
    thanks and Regards
    Noemi

    Hi John,
    Did you check with OSS? We have ECM up & running and completed two annual merit cycles in MSS. Never had this issue..
    Regards,
    Suresh Datti

  • Add a button to MSS Compensation Planning screen

    Hi Gurus,
    I have a requirement from my client to add a button in Compensation Planning screen to Download the list.
    However, I couldn't find a configuration in IMG to add it.
    The Compensation screen is a WDJ and we do not have Java expert in our team to enhance it.
    Appreciate your solutions & ideas.

    Hello,
    Unfortunately you will have to implement Enhancement Pack 5 to have this functionality in standard. Otherwise you do have to modify the Java coding.
    Cheers
    Lucas

  • Increase no. of rows in compensation planning without NWDI

    Hi all,
    Is there any way to increase the no. of rows of a table in MSS compensation planning? We dont have NWDI in place. As far as I know this is a web dynpro java component and can I do this customization without NWDI by making any changes in r3 or portal side? Please advise.
    Thanks
    K

    Hello Bala,
    is seems to be  ctrl + mouse right click
    Thanksyou,
    Regrds
    Vijai

  • Compensation Planning - Error while doing the planning for Employee

    Hi Friends,
    We have implemented standard MSS Business package.
    Line Mangers are using the Compensation Planning Iview and are facing errors while sending it for further approvals.
    In the steps.
    In the last step they get  RFC_ERROR_SYSTEM_FAILURE.
    A critical error has occurred. Processing of the service was terminated.
    Access via NULL Object reference not possible.,error key : RFC_ERROR_SYSTEM_FAILURE.
    Also to note that while doing the planning we get " No budget Data available"
    Is budget data mandatory to complete planning. However in test systems we were able to run the complete cycle even without the budget data we were able to complete one cycle.
    Kindly advise .
    Thanks
    Santosh

    Hello..
    This might point to an unhanded exception. There should be a backend dump (ST22) available and that would help in more analysis. You might need a ABAPer to look into the dump. You may paste the dump here for more analysis.

  • Additional Columns in ECM - Compensation Planning view

    Hello
    We have a requirement to hide some columns in MSS Compensation Planning view.
    I know that this column framework can be configured using OADP.
    But my issue is that, we wanted to hide the specific columns (like Amount) only for one compensation plan and not other  plans (all these plans are in the same category "Additional payments").
    Can the column framework be made Compensation Plan specific?
    Could anybody suggest me?
    Thank you & Regards
    Raghu Kolukuluri

    Hi Saurabh,
    I have similar requirement for ECM implementation that for a specific comp plan I want to display two columns otherwise not. You mentioned that you could achieve it via OADP; however I can't find any linkage between the comp plan and data view.
    I can see standard data views (following and more)
    MSS_ECM_APR_BON     Approval: Bonus
    MSS_ECM_PLA_BON     Planning: Bonus
    MSS_ECM_REV_BON     Planning: Bonus (Review)
    And I believe If I change the view for MSS_ECM_*_BON; it will affect all the views related to bonus plans. I was able to add 2 columns there too.
    Now question is -- Is it possible to give drop-down values to one of these columns ? e.g. my column is Status and I want to allow only 5 statuses, can I bring the drop-down in the portal without any WDJ application change ? I'd like to achieve it via config if possible.
    At the column definition/config level in SPRO, I can see following:
    Convers. Rout.
    FM for Column Contents
    FM from Column Framework
    Service Key
    Can I use any of these to achieve such drop-down?
    Please let me know if you have any clue.
    Thank you
    Krupa Pancholi

  • How to disable ECM Compensation Plans

    Hi people:
    We have an issue with the Compensation Planning ECM iView of the our MSS 6.1. We want to hide a couple of Plans (the tabs) from the current iView. We have tried with all the different parameters included on the iView, but we have not been able to modify anything apart from the columns groups or the columns assigned to the iView on the parameters
    We have reviewed all the Object and Data Provider tables but we have not found anything related to this of how to enable or disable the Compensation plans tabs from the ECM Compensation Planning and ECM Compensation Approval
    We have reviewed as well the Compensation Workset guides but apart from parameters to modify the navigation or the content of each Compensation plan, we have not found any reference which can guide us. We have tested the following parameters VIEWIDSAL, VIEWIDBONREG,VIEWIDBONOFF,VIEWIDLTI and play with them removing and changing the standard parameter ECMNAV,ECMBON,ECMLTI,ECMSAL based on the ODAP, but we have not found anything which can help us.
    Has anyone knows if it is possible and how to achieve this on the Portal?
    Kind regards
    Gonzalo Pérez-Prim
    Message was edited by:
            Gonzalo Pérez-Prim

    Hi Gonzalo,
    Each tab in ECM corresponds to a Plan as created for Enterprise Compensation Management in configuration.  Whether the tab appears or not depends on whether it is assigned to the Review also created in ECM.  The Program assignment will determine whether an employee is eligible for a particular Plan, but the name will appear on the tab but all entry columns will be blanked out. 
    We just completed introduction of ECM and configured 1 review item for 2007.  There were 6 plans each with a separate tab - Hourly Merit, Salaried Merit, Hourly Market Adjustment, Salaried Market Adjustment, Lump Sum Adjustment and a Summary tab.  The columns that appeared on each tab were configured in the Object and Data Provider and each one was different.  Both hourly and salaried employees appeared on all tabs, but no entry could be made in the Salaried tabs for Hourly employees and the same for Salaried in the Hourly tabs.  The Summary tab was custom designed and had all information about both hourly and salaried and provided overall department totals. 
    To remove the tabs, you must remove the plans from the review.  You did not explain which tabs or why, but if you wanted to separate the salaried tabs from the hourly, you would have to create two reviews and then select the plans you want to display in each.  You would use the features to indicate which reviews would be available for which employees.  The managers would then have two entries in MSS to select the reviews for the salaried employes or the reviews for the hourly.  As explained above, we combined them so we could have department totals including all employees.

  • Add link to new column in compensation planning plan screen

    Hi Gurus!
    I am in need of help in adding a new column to the Compensation Planning Screen for MSS portal (second screen or the PLAN screen).  I need to add a column which is already configured in SPRO for performance rating.  I am already able to show the column however I also need to make it clickable wherein the user will click and will be able to modify the performance rating on a pop-up screen.  After the modification, he can close the pop-up and will be back in the compensation planning screen. I checked and I can configure the service key in the columns to make it clickable but they all make use of Java Webdynpro.  By any chance, is there a way to use ABAP Webdynpro to achieve my requirement like passing the PERNR and opening a pop-up window?

    Dear,
    Before posting any threads plz search in SDN for ur reference below is one  link
    screen exit for VA01
    Cheers
    fareed

  • Specific warning messages per compensation plan

    Hello,
    We ahve recently installed EHP5. We are now re-implementing Enterprise Compensation Management (ECM) with the new WebDynpro ABAP MSS iViews.
    The warning messages are displayed on the top of the compensation planing iViews. Even our own messagesare displayed. The problem ist that all messages are displayed regardless of the compensation plan the manager is in. Let me give you an example:
    The Manager performs a salary increase. When an employee is already over his targeted salary, a message will be displayed "Employee is over targeted salary". This is correct.
    The problem ist when the Manager gives a bonus to this employee, the message will also be displayed. This not correct since the fact that the employee is over targedted salary is not relevant for a bonus.
    Therefore we would like to be able to categorize Messages in the portal based on which Compensation plan the manger works on.
    Any one having a solution?
    Many thanks
    Lucas

    When did you activate your iPhone?
    Depending on when you activated your iPhone within the current billing cycle, the 200 SMS messages are prorated for that period of time remaining in the billing cycle. If you activated during the 3rd week of the billing cycle for example, you don't get 200 SMS for the final week of the billing cycle. The limit would be 50 or so and if you sent/received over whatever the prorated number is for the time remaining in the billing cycle, you will be charged extra for the number of SMS over the prorated amount.
    Were you charged for each SMS or beginning after a certain number of SMS was reached?

Maybe you are looking for

  • Old typo in WGM causing bounce backs

    Hi, We run our mail from an xserve. We set up a user (jonna)and published her name, but she should have been joanna. We soon realized our error and changed the name in the info section, as her details in the basic section where correct. However, when

  • How to insert select columns from one internal table to another

    Hi, How to insert select columns from one internal table to another based on condition as we do from a standart table to internal table. regards, Sriram

  • Invoice split and copying problem in JEX invoice after ECC6.0 upgrade

    Dear All,    After upgrade from 4.6c to Ecc6.0 I am facing following problem in STO billing document(JEX) 1) system created two billing documents for each line item, even though the correction note 885024 applied maually. In 4.6C the system generates

  • How to modify the database by Oracle-ridc-client

    How to modify the database by Oracle-ridc-client

  • OIM API in web service

    Hello, I'm using the OIM API in a web service. Once the web service is deployed when calling the api it fails throwing this error. Any ideas will be greatly appreciate it 0000002b SystemErr R Thor.API.Exceptions.tcAPIException: com.thortech.xl.securi