ECM OADP exceprtion

Hello All,
I have linked a function module to the editable column AMOUNT in OADP (MSS ECM) of compensation planning view and is getting the following exception:
java.lang.ClassCastException: java.lang.String incompatible with com.sap.xss.ser.oadp.java.OADPCurrencyNormalized
Is it beacuse the standard doesnot allow to link function module to editable columns.
Thanks and Regards,
Shilpa Dhawan

Please note  The ECM was using the OADP application column configuration
or the amount field. As the column being an application column it's
enerated dynamically in the frontend by the OADP.
ensure notes 1407842
1386933
1097118
are implemented

Similar Messages

  • MSS ECM - how to retrieve custom OADP column in Webdynpro java application

    Great day to all,
    We have created custom OADP column for MSS ECM planning in SPRO.
    In Portal, ECM Plan Table, the column is visible. User enters values into that and toggles the tabstrip.
    Before submitting, i need to capture that value in Webdynpro java.
    My Question is,
    How can i make use of that column in my ECM Application using webdynpro java??
    or how can i retrieve the custom OADP columns in webdynpro java with out using RFC??
    Need ur great help... thanks alot in advance...
    Thanks
    Malla

    In OADP ,there are two types of columns , functional column which cannot be edited in web dynpro java application and another type is application column which can be edited in application and the value of this column is handled in application using rfc enabled function module. MSS ECM comes with certain application column whose values are handled in MSS-ECM application . If you are trying to add custom application column you will have to handle that column value in your Z function module and also at OADP level you should not configure supply function for that column.
    In order to call custom Z function module to handle custom application column I would suggest to create a seperate Software component and development component  and in that handle the logic for calling Z Function module. Also you will have to define the usage of custom Development component in the MES-ECM standard component.

  • HCM - ECM Implementation - Column config via OADP

    Hello,
    Just like this link --
    Additional Columns in ECM - Compensation Planning view
    I have similar requirement for ECM implementation that for a specific comp plan I want to display two columns otherwise not. I know that it can be achieved via OADP.
    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 all views 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

    hi,
    as far as I know this can not be achieved through oadp configuration, as the previous user mentioned these columns are only for display / informational purposes.
    If you needed to add a column to capture extra input in a custom column, I am pretty sure you will have to copy the sap standard webdynpro for planning and then in your z copy do the development for the extra column with a drop down.
    best regards,

  • Adding a new field to the iView thru OADP

    Hi All,
    The customer has implemented the ECM for mySAP ERP 2005.
    I have the following requirement for the current assignment:
    1.I need to add a new field to the iView (webbdynpro).How can I do it using the OADP in IMG?
    Pleae help.
    thanx,
    Bhupesh

    Hi,
    Kindly check the following threads:
    /message/1755908#1755908 [original link is broken]
    /message/2496839#2496839 [original link is broken]
    best regards,
    Thangesh

  • Need Suggestion on ECM application of Manager Self-Service Role

    Hi All,
    In ECM application When manager select an employee working under him and click on "Plan" button, it will display a page with some information in the table.The column of this table is configured in backend using SPRO t-code.Now requirement is to add one column to the table and button with name "Promotion"  on this page.but the problem is "promotion"column and button will be visible for some users only and for other users, column and button should not visible.(ex differentiate the users who logged on to portal by secter wise)
    As per the SAP delivered ECM code, now only the Personnel number of employee under manager is passing from portal to standard RFC when manger select the personal number working underhim and  click on "Plan" button and it will display the page where information are shown in table usng OADP configuration.
    Can you please provide the suggestion how the below requirement is feasible or not and if feasible how we will achieve:
    When user try to access the ECM page and click on "Plan' button, based on portal user id (wherher he belongs to some sector) it will display the next page with "Promotion" column and button.(NOTE:On Action Plan button , it will navigate to the page where details of employee will be shown who is woring under manager.Along this information we need Promotion column and button should be visible for some portal user id who belongs to ""XYZ" sector)
    Let me know if you need more clarification
    Thanks
    Susmita

    Hi,
    You just phrased my question in your words. All hooks are listed in hr_api_hooks table, each one with before and after methods.
    Now how to determine, which hook is being called by which front-end process? For example, there are three different hooks - for Appraisal, Appraisal Template and Appraisal Period.
    How to determine which one is called for my purpose, say validating before appraisal record is created.
    This is just an example. There are number of processess related to assignment change. Using trial and error method will take long time and may be unreliable result in determining actual hook.
    So, has any prepared a list of hooks to be used against each front-end process? Or has Oracle provides with any such document?
    This is highly likely if one is involved in such work area.
    Regards,
    Saurabh

  • 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 make a column field editable through OADP customization

    HI Every body,
    I am facing a issue during oadp customization.As part of our requirement , i have added a  column to the compensation planning in mss through OADP and the column is displaying fine,but the issue is that,the fields are not editable.So can anyone let me know ,how can i make the field editable through OADP customization.Is it really possible to do through OADP or not?
    Regards
    RRAY

    for which application you added the columns?
    let me explain takinh ECM as an example
    The backend part of the OADP provides a possibility to define data
    columns without assigning a function module for data extraction to it.
    The content of these columns as well as the column properties have to be
    defined in the application coding(WebDynpro frontend application) which
    is the reason why these columns are called #Application Columns#. The
    advantage of application columns is two-fold: Firstly, their content can
    be calculated dynamically during runtime in dependence of both, the
    content of other columns and application data. Secondly, it#s even
    possible to have data columns ready for input. These columns are build
    in the frontend webDynpro application, therefore for your custom column
    group, kindly assign the standard for these three columns.
    For OADP customizing of the compensation planning application kindly
    follow the link below.
    http://help.sap.
    com/saphelp_erp2005/helpdata/en/29/d7844205625551e10000000a1550b0/frameset.htm

  • MSS-Ecm errors

    Hi,
    I have a requirement of adding drop downs to existing MSS(ECM-Planning) Iview but when i opened the IView in NDWS it shows me thousands of errors I tried by using the optionds Sync, Sync used DCs, Sysc sources all posssible options but it still shows errors and surprisingly when i remove and reload the config, each time it gives different type of and different number of errors..
    After adding drop downs any how while building it again gives errors.. which should not happen as i dodn't write single line of code except adding drops down and specifying data sources..
    please let me know if any thing i am missing to do..
    I need help in this regard..
    Pelase help/reply..
    Thanks,
    Srinivas M.

    Hi Sigi,
    All the things which you hav mentioned are checkin properly.. still i am getting lots of errors like
    1."can't resolve OADP XXXXX" ,
    2. built failed due to errors in variant 1.
    like these i am getting so many please note that i am facing these errors while creatting project from standard 'SC' (MSS~ECM)..
    Thanks in advance,
    Srini.

  • MSS , Custom OADP

    Hi All,
    We are on ERP 2005 ( ECC 6.0) My SAP ERP BP 1.0
    In MSS, Std SAP  allows the Manager to view only if he/she is the chief of the org unit. We have a position to position reporting structure ( relat A/B 005). In the object and data provider , for ex, we have created a custom version of MSS_PCR_SELECT view.  For the object selection rules , we have used custom evaluation paths to read the root , navigation and target objects.
    Now the question is regarding the data provider -  The standard view group MSS_PCR_DVGRP (custom changes made only for object provider and using the standard data provider) is used with std column groups, headers and columns.
    The employee data : Name , Pernr , Office  , Phone #  and Email are displayed. 
    However , data in position and org unit are not displayed ( Cost center and Pre booking are ignored.. so not worried about them).
    Further looking at The Function Modules HRWPC_CB_HIGHEST_POSITIONS HRWPC_CB_O_OF_HIGHEST_S  that are responsible for grabbing the data from R/3 for position and Org unit respectively - These Std FMs do not function as they do for Std ( when a chief of org unit logs in). 
    My Conlusion: The need is to create custom FM to do the job  and I would like to confirm this before throwing the ball in the developer's court !
    Need Help  - Any one who can share their views if they came across similar situation... can  this ( or has it ) been achieved only based on configuring the evalaution paths etc... Any inputs will be highly appreciated !

    In OADP ,there are two types of columns , functional column which cannot be edited in web dynpro java application and another type is application column which can be edited in application and the value of this column is handled in application using rfc enabled function module. MSS ECM comes with certain application column whose values are handled in MSS-ECM application . If you are trying to add custom application column you will have to handle that column value in your Z function module and also at OADP level you should not configure supply function for that column.
    In order to call custom Z function module to handle custom application column I would suggest to create a seperate Software component and development component  and in that handle the logic for calling Z Function module. Also you will have to define the usage of custom Development component in the MES-ECM standard component.

  • MSS - ECM - Get the active CREVI

    Hi experts,
    I'm working on MSS-ECM (Enterprise Compensation Management).
    I'd like to get the active CREVI parameter (Compensation Review) on the first screen of the Planning scenario. I mean I'd like to filter the employees which are retrieving by OADP and for that I can use a customer module functions in the OADP customizing but I'd need to know which compensation review is active in each case.
    Do you know what I mean??
    The standard funcionality makes the filter in the next screen, checking the elegibility of the employees, but I want to do it in the initial screen.
    Thanks.
           Juanjo

    Hi Raghu,
    maybe I don't explain my question very well.
    I don't want to know if the crevi is active or not but which crevi has been selected by the user from the drop-down list before the user click on the plan button. Do you understand??
    Thanks. Regards,
                     Juanjo

  • The MSS ECM FPM Steps are not working after the upgrade

    Hi all,
    The MSS ECM FPM Steps are not working after the upgrade. We use Java Webdynpro and MSS ECM (SP17), version 603.
    On cliking the FPM steps, nothing is happening, however we can navigate using the buttons.
    But this functionality was working before the upgrade.
    Please let me know what should I do.
    Thanks,
    Sarayoodharan.K

    clinet provided in the backend system was not correct during SSO certificate using tx-code strustsso2 -  Cleint should be 000

  • ECM application in VC

    Hi Experts
    If suppose you use ECM for VC Selection condition which is written in BOM or Routing,
    suppose if I Make a Change for existing selction condition,how it shall consider  Existing Sale Orders which are open/Released in productiom, for Released orders its no Problem as Instance is saved,how to tackle open order Items for That Configurable material.

    Hi,
    1. I think we are discussing here about Global dependencies only.
    2. Incase of the gloabal dependency if the configuration has aloready been used then it will not have any impact.
    3. only for the new sales order and explosions on result of that will have the impact of the latest changes.
    reg
    Dsk

  • Multiple instances of ECM 11g on one server

    I've read a few posts about installing multiple instances of ECM 11g on one server, but I have a few questions. My current set up is
    A single Windows 2008 Server R2 server
    8 gb RAM
    Weblogic 10.3.5
    1 install of ECM 11g in the base_domain
    Database is Oracle 11.2
    I want to add another instance of ECM to this server, but when I went to run the RCU, I was not allowed to use the same prefix for my tablespaces. Is this expected? I'm fine with using a different prefix, I just was surprised to see that I couldn't use the same prefix on this install since I was using a completely different database.
    Assuming I use a different prefix... do I just add a new domain for this additional ECM instance? Is there anything else I need to know?
    Thank you

    I went to run the RCU, I was not allowed to use the same prefix for my tablespaces. Is this expected?Yes. It will create tables with the same name visible for a different database user (thus, the prefix).
    do I just add a new domain for this additional ECM instance? Is there anything else I need to know?Actually, I think you can even install more instances to the same domain (this is more a question to Weblogic Server admins - I think there's been some posts recently on this topic). What definitely must be unique, is the port number. If you are OK with using different port numbers for your instances, it should be relatively easy. If you need the same port (e.g. 80 because of proxy limits), there are some ways how to redirect - it that case, two domains might be required.

  • How to call "compensation profile" iView in ECM from Web Dynpro for ABAP

    Hi Experts,
    I developed a compensation planning iView using web dynpro for ABAP using floor plan manager in ECM. I need to call the iView "compensation profile" but I don't know how to pass parameter to it, how to trigger it from my application. Is there anyone used to do this before?
    Thanks!
    - Anthony -

    I have to develop my own iView to replicate Java iView.

  • Error while saving the budget in ECM

    Hi,
    I am implementing ECM. I am getting an error everytime i try to save the Budget created in MSS.
    The error details are :
    The following error text was processed in the system XXX : Error sending data, session terminated
    The error occurred on the application server zzzz_XXX_00 and in the work process 0 .
    The termination type was: TH_RES_FREE
    The ABAP call stack was:
    Module: %_CTL_OUTPUT_FLUSH of program SAPMSSYD
    Function: TRINT_ORDER_CHOICE of program SAPLSTRD
    Function: TR_EDIT_CHECK_OBJECTS_KEYS of program SAPLSTRD
    Function: TR_OBJECTS_INSERT of program SAPLSTRD
    Function: RH_HRPOBJECT_CORR_AT_SAVE of program SAPLRHWM
    Form: UPDATE_PLOG of program SAPLRHAP
    Function: RH_UPDATE_DATABASE of program SAPLRHAP
    Function: HRCM_BTDB_UPDATE_DB of program SAPLRHBV
    Function: HR_ECM_SAVE_BUDGET_CHANGES of program SAPLHRECM00BUDGETSTRUC
    Form: DO_SAVE of program CL_HRECM00_BSP_RESULT_BUDGET==CP
    Can anyone help me resolving this.
    Regards,
    Neha

    Hi Nishu,
    ask your xi basis guys to see the disk space of your xi system.........i think the log files of your xi system have consumed too much space on your xi system.... ask your basis guys to make some space available in your xi system then your this problem will be resolved.......
    Thanks,
    Rajeev Gupta

Maybe you are looking for

  • How to catch the error if an RFC fails due to short dump

    Hi All,   I was calling the RFC Function module in parallel processing depends on the number of work processors available. I am getting the return message from the Function module using the perform statement    PERFORMING task_return ON END OF TASK B

  • Online Adobe Form scenario

    Hello All, I have developed an Adobe Form integrated within a Webdynrpo (for ABAP) View. This form can be launched from the portal. Now I have been given a requirment that the form needs to be routed to 2-3 persons for approval and then submitted (or

  • Photos on home screen

    By accident I transferred 2 photos from my phone to my home screen and I can't seem to remove them no matter what I try. I have tried to delete them everyway possible but they don't disappear. They are not apps, they are just 2 pictures. Does anyone

  • No Battery Percentage for iPhone 3G

    Where is the Battery Percentage for iPhone 3G?

  • IPod Touch Technical Specifications

    Hi, Just curious as to the iPod Touch specifications. I was wondering how much RAM the iPod Touch had, and does it use "Virtual Memory like my desktop? Also anyone know the specs on the processor? Thanks for your responses.