Update Objects on Loan infotype(0040) ...

Hello Friend's,
    Actually my requirement is to save infotype 0040 in BADI Implementation class. so I've written one function module ZXXX where inside that FM I'm calling HR_INFOTYPE_OPERATION and passing all the values and it's working fine. So I'm calling that FM ZXXX inside my BADI class implementation method say ZYYY, Exception is raising and it's saying
The exception 'CX_HRPA_INVALID_PARAMETER' was raised, but it was not caught anywhere along
While executing HR_INFOTYPE_OPERATION, suddenly debugging is coming out and raising that Exception. Give me suggestions.
I tried BDC also but it's not working.
It means that there is no relationship with BADI class and HR_INFOTYPE_OPEARION FM ? Im fully confused and waiting for ur valuable suggestions..

Hi,
I think BDC is good one, just check it once or upload through LSMW.
Vasu

Similar Messages

  • How to get the Comments of InfoType 0040

    Hello guys.
    I have a problem finding a table that has some values that I need.
    I want to take the Comments (Bemerkung) of the InfoType "Objects on Loan" (Infotype 0040) no matter of the Subty. They aren't in the table PA0040.
    How can I retrieve them ? In which Database Table are they ?

    Hi taly,
      Please use below code...
    REPORT zsample123456.
    DATA: tclas TYPE tclas,
           pskey TYPE pskey,
           auth_check TYPE boole_d,
           comments  TYPE hrpad_text_tab,
           wa_text_tab LIKE LINE OF comments.
    tclas = 'A'.
    pskey-pernr = '00000035'.
    pskey-infty = '0040'.
    pskey-subty = '02'.
    pskey-seqnr = ''.
    pskey-objps = ''.
    pskey-begda = '20130101'.
    pskey-endda = '99991231'.
    *TRY.
    CALL METHOD cl_hrpa_text_cluster=>read
       EXPORTING
         tclas         = tclas
         pskey         = pskey
         no_auth_check = 'X'
       IMPORTING
         text_tab      = comments.
    BREAK-POINT.
    in the Comments , you will get the comments of the IT0040.
    Sure it works,
    Thanks,
    Vijay SR

  • What is the difference between 0040 - Objects of Loan & 0045 Loans.

    Hi Experts,
    What is the difference between 0040 - Objects of Loan & 0045 Loans.
    Appreciate your early response.
    Regards
    Rajesh

    Try to check the previous threads you will find by yourself

  • Linking Time/Measurement unit to infotype 0040

    Hi All,
    In infotype 0040 - Objects on Loan, the unit currently defaulting is just "PIECES". I have a need to add more units.
    I have created another unit in config [SPRO - Personal Mgmnt - Personal Administration - Basic Settings - Create units of Time/Measurement], but have not been able to find how to link this new unit to infotype 0040.
    Could anyone please let me know how I would be able to acheive this ?
    Thank you,
    Satish

    Hi Satish,
    Add that measurement unit as a permissible unit for IT0040 via table V_T538C.
    Regards,
    Dilek

  • Company Properties - Objects on Loan

    Company Properties iView - This iView lets you display the properties and assets that the company has made available to its employees for the employees assigned to your area of responsibility.You can call up this iView from the iView Team Viewer.
    Which infotype does this come form Objects On Loan IT0040?

    Hi,
    Yes.. IT 0040 Object on loan is used to maintain the list of company owned objects, in which company lend to their employees.
    Good luck
    Om

  • Objective on loans

    Dear All
    My client want see Objective on loans(0040)in Ess Portal,
    basicaly 0006,0002,0021,0009 Standard in Ess how to create 0040 infotype in ess portal level .
    Regards,
    bala

    Not sure what version you are on. For ECC6, the ESS bp contains an iView called "Equipment Overview". From the help.sap.com documentation....
    Equipment Overview
    Runtime Technology
    Java/Web Dynpro
    Technical Name of iView
    com.sap.pct.erp.ess.equipment_monitor
    Technical Name of Web Dynpro Application
    Xss500mssequ~sap.com
    Data Origin
    SAP ECC 5.00 Financials Extension
    Use
    The equipment overview gives employees information on the devices that are assigned to them. This information can be displayed via the Business Package for Employee Self-Service.
    Features
    The devices can be assets from the Asset Accounting component, equipment from the Plant Maintenance component, and objects on loan from the Human Resources component.
    Hope this helps!

  • Error in updating object SURVEY

    Hi Experts,
    The following error occurs not always but very rarely while updating the notes field or while saving an Activity.
    SAP Note
    The following error text was processed in the system P60:
    Error in updating object SURVEY
    The error occurred on the application server crmpcs2c_P60_09 and in the work process 6.
    The termination type was: ABORT_MESSAGE_STATE
    The ABAP call stack was:
    Function: CRM_SURVEY_UPDATE_DY of program SAPLCRM_SURVEY_DU
    Form:CRM_SURVEY_UPDATE_DY of program SAPLCRM_SURVEY_DU
    Form:%_UPDATES_NO_UTASK of program SAPMSSY4
    Form: LOCAL_UPDATE_TASK of program SAPMSSY4
    START-OF-SELECTION of Program SAPMSSY4
    Could you help me in this regard.
    Thanks in Advance.
    I will reward full points to the expert.
    Regards,
    Madhura.

    Hi Gervase,
    No, but there was an associated dump in the transaction SM13.
    Here is the detail:
    Function Module: CRM_SURVEY_UPDATE_DU
    Status: Update was terminated
    Report: LCRM_SURVEY_DUU02
    Row: 94
    Error details   Class: CRM_ORDER_MISC Number: 002
    Error in updating object SURVEY
    Thanks in Advance.
    Regards,
    Gabriel.

  • Need object on loans report

    hi experts,
                 i am an abaper working with HR module .i need to prepare a report for object of loans for all employees.all other reports like education birthday dates are avilable i coul'nt find any standard report for loans .Is there any report available or we need to go for devloping reports thru programs?

    Hi
    You can use this report HINCLON1 in se38
    cheers
    durai

  • How can I show icon Services for Object in PA30 Infotype 0019

    Hi guy.
    How can I show icon Services for Object in PA30 Infotype 0019 ?
    This icon display in some infotype example infotype 0024(Qualifications).But I wanna use in Infotype 0019.
    I don't wanna use menu "Assign facsimile".
    Best regards.
    Chutima.

    Sorry - should have said I'm using JDev 10.1.3.0.4 with JSF & ADF BC.

  • Account Update not returning the correct updated object

    I have a process that updates the Owner of the Account.
    The web service call works. I can see the owner change in OnDemand.
    The documentation tells me that the return from this call should be the updated object.
    However when I inspect the AccountUpdate_Output object the OwnerID is null.

    Hi,
    I don't think after update process siebel returns the updated object.
    according to my knowledge it return the status keys.that are
    1.all user keys
    2. all audit fields.
    Dinesh
    CRMIT

  • Update objects in prestore

    Hi
    I am using kodo version 3.3.2 and
    I am updating object x and using x prestore method to retrieve object y
    (different type) and update it.
    If the object y does not exist in datastore i am creating a new one and
    storing it.
    The result :
    when object y does not exist in datastore = object x is updated and object
    y is being created.
    when object y exist = only object x is being updated.
    i tried it several times with many additional tests and it seems that no
    updates to existing pc objects can be done in prestore.
    i also checked that
    I am in active transaction,
    I am using the same pm all the way.
    when i moved the code that in the prestore to before the commit, all
    worked properly.
    is there a way to fix it ?
    Thanks
    Dani

    Can you send a test case for this to [email protected]? We
    have recently invalidated the bug.
    Dani wrote:
    Thanks
    What is the target version for the fix ?
    Dani
    Stephen Kim wrote:
    We have logged a bug report for this:
    http://bugzilla.solarmetric.com/show_bug.cgi?id=1162
    Dani wrote:
    Hi
    I am using kodo version 3.3.2 and
    I am updating object x and using x prestore method to retrieve object y
    (different type) and update it.
    If the object y does not exist in datastore i am creating a new one and
    storing it.
    The result :
    when object y does not exist in datastore = object x is updated and object
    y is being created.
    when object y exist = only object x is being updated.
    i tried it several times with many additional tests and it seems that no
    updates to existing pc objects can be done in prestore.
    i also checked that
    I am in active transaction,
    I am using the same pm all the way.
    when i moved the code that in the prestore to before the commit, all
    worked properly.
    is there a way to fix it ?
    Thanks
    Dani
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Company Loans Infotype 0045

    Hi Everyone,
    Friends I am first time configuring  a new loan in the the Loans Infotype 0045
    I have done all the required settings , but while i am trying to enter the amount , a warning message is saying that " a Maximum of 0 amount can be approved" .
    I am not able to understand why its not taking the loan amount as mentioned in the infotype........I have also maintained the loan eligibity check table.....
    Can anybody help me....as if doing something wrong........
    Thanks
    SRM

    Hi,
    You have to maintain the Max Limit for the Loan Grouping in Table V_T7INJ3.
    Default Loan grouping for the loan & Allowance group can be found in Feature 40LGR
    This will remove the warning message.
    After i saw your thread, i checked in my client as well. I too got the same warnning message. When i checked in the IMG and tried modifying the loans, at this table, i found the warning removed.
    Hope this will help you as well.
    Regards,
    Pranitha.
    Do reward points if helpful.
    Message was edited by:
            Pranitha Chaitanya

  • Errors when 'Updating Objects' during migration from r2 to 3.1 FP1.8

    Has anyone seen errors like this the Update Objects error log file.  I've done 5 or 6 test migrations, and before it was normally working fine, but a couple of times I would get thousands and thousands of rows in the log file such as this:
    ID     Object     Path     Error
    1000023     1000023     ...     
    1000029     1000029     ...     
    1000036     1000036     ...     
    1000069     1000069     ...     
    1000070     1000070     ...     
    1000075     1000075     ...     
    1000107     1000107     ...     
    1000116     1000116     ...
    In testing, there doesn't seem to be much of an indication of any problems, except that recurring schedules don't work after the upgrade, which is a big deal for us as we have about 1000 of them.

    I can't tell what  the compiler is complaining about. I tried a version of your code sample:
    struct Error { Error(int); };
    struct Warning : public Error {
        Warning(void) : Error(-8) {}
    struct Warning_NoNewMilestones : public Warning {
        Warning_NoNewMilestones(void) { }
    int main()
        throw  Warning_NoNewMilestones();
    It compiled without complaint using C++ 5.12 (Studio 12.3).
    There are always two possibilities: The code is OK and you hit a compiler bug, or the code was always invalid but the earlier compiler did not catch the error. Since you seem to have a variety of error messages, the most likely scenario is that the new compiler is catching more errors in your code.
    In general, there is no option to have the compiler accept invalid code. In rare cases, where the error is harmless, or when other compilers typically accept the invalid code, we have an option to allow the code. Please review the list of compiler options in Appendix A of the C++ Users Guide.
    Oracle Solaris Studio 12.3 Information Library
    If the reason for an error message is not obvious, you can post a (preferably small) example that can be compiled to show the error message. Someone in the forum can then probably explain the error, or verify that you hit a compiler bug.
    Here is an example of the badbinaryop error message:
    % cat z.cc
    struct S { };
    int main()
        S s;
        int j = s + 3;
    % CC z.cc
    "z.cc", line 5: Error: The operation "S + int" is illegal.
    1 Error(s) detected.
    I hope the reason for the error is obvious in this case.

  • Can we do mass update object descriptions in universe?

    Hi,
    I am looking a classic way to do mass (multiple) update "object descriptions" in universe.
    However, I am now using BO XI 3.1
    Regards,
    /Ni-on

    i think you can do this using the business objects SDK.
    good luck
    Amr

  • Updating objects

    The recommended way for updating objects is to read first from uow or register with uow. either way we get a clone.
    How deep is this clone? does this contain any references to cached objects? how deep can we go modifying this clone?

    In our case, we can pick one object and navigate through the entire object model from there. ( I believe this is not an uncommon scenario !)
    So,
    1. if register() is cloning everything, is this going to affect performance?
    2. does it matter which object is registered, because we can always navigate to the object we want to update?

Maybe you are looking for

  • How can I change my credit card information when I pay my bill?

    I have been trying to add funds to my prepaid phone for four hours now.  I was able get in to pay but on the page where I want to add $100, they have my old credit card info which is expired and I want to put in my new information.  How can I do that

  • Using sum and max together

    hi, I have a table ; item cid L M H d 2 2 8 - b 2 8 2 - c 2 4 6 - d 2 - 4 6 b 3 - 6 4 d 3 - 8 2 e 3 - 4 6 for each item I want to sum L,M and H values separetly. if there are more than one value in same cid for any L,M,H field I must take max value a

  • Java ME Platform SDK - S60 Emulator Problem

    Hi Everyone! I am new to S60 development. I searched the forum, and some other discussion forums but could not find any solution to my problem (If there is one in this forum, sorry about that). I installed Java ME Platform SDK 3.0 Early Access. I als

  • BlackBerry problem with E60

    I have a problem using the Auto-More option in my BB application on the E60. When this option is "off", all emails being pushed to my device should be capped at 2 KB and not more. While reading an email, there should be an option "Get More" in order

  • AppleTV Rented Movie Twice - Kept Hanging, Completely Died an hour later

    I find this so interesting since My Apple TV is hardly used & is fairly new + hasn't moved since it was unboxed. My wife bought the 'Sex & The City' movie & halfway through, it just hung & was unresponsive, then skipped drastically, kind of like what