HR_IN_LOANS_VALIDATE badi is not called while infotype 45 is changed

Hi all,
I have activated badi:HR_IN_LOANS_VALIDATE implementation: ZHR_VALIDATE and its is working fine for creating Infotype 45 (INS) but when i change(MOD) it is not called. ie it does not enter the badi implementation code.
please see if you can help me.
thanks
Ujjaval

hi IA,
I have tried different combination in SWEHR3
E     Business event     1001     Relationships     A025     Is attended by     INS          0     PDOTYPE_E     CREATED
E     Business event     1001     Relationships     A025     Is attended by     INS     BOKF     0     PDRELA_025     CREATED
E     Business event     1001     Relationships     A025     Is attended by     INS     BOKP     0     PDRELA_025     CREATED
E     Business event     1001     Relationships     A025     Is attended by     INS     BOKW     0     PDRELA_025     CREATED
E     Business event     1001     Relationships     A025     Is attended by     INS     CNOW     0     PDRELA_025     CREATED
E     Business event     1001     Relationships     A025     Is attended by     INS     CPRB     0     PDRELA_025     CREATED
E     Business event     1001     Relationships     A025     Is attended by     UPD     BOKF     0     PDRELA_025     MODIFIED
E     Business event     1001     Relationships     A025     Is attended by     UPD     BOKP     0     PDRELA_025     CREATED
E     Business event     1001     Relationships     A025     Is attended by     UPD     BOKW     0     PDRELA_025     CREATED
E     Business event     1001     Relationships     A025     Is attended by     UPD     CNOW     0     PDRELA_025     CREATED
i did same thing in SWEHR2....still no luck...
please guide me if have any alternative options

Similar Messages

  • BADIs are not calling in BUPA_MAIN

    Hello Friends,
    I need to populate some Z fields when BDOc is flowing. I thought of writing this logic in BADIs (CRMXIF_PARTNER_MAP & CRM_DATAEXCHG_BADI ) . But these BADIs are not calling in debugging to check the data.
    Please let me know do i need to do any settings to trigger these BADIs
    Thanks & Regards
    Dinesh

    Hi,
    CRMXIF_PARTNER_MAP is good for IDoc fields to be filled in (in or outgoing message).
    Instead of thist try maybe with BUPA_GENERAL_UPDATE.
    Regards, Robert

  • UpdateRow of EO is not calling while updating VO Attribute fields of table

    I have one seeded VO and EO which is attached with one seeded Region. When i change any display field in region updateRow of EO calls and update row in database.
    I have added one messageTextInout through personalization and used one attribute field as a View Attribute and View Instance Same as above.
    But when i apply it does not call updateRow and does not update my data in table.
    updateRow is having one API call which update data. I have extended this EO to call my API to store this attribute in table through extended updateRow Method.
    Please help.
    Thanks in advance

    have you created substitution for the EO?
    also check whether you have configured -Djbo.project=<project name> in the project settings.
    --Prasanna                                                                                                                                                                                                                                                                                                               

  • Info group being not called while using Dynamic Actions

    Hi,
    I am facing a scenario that, while we execute some action from PA40 like termination, then it will call my subroutine for dynamic actions which will be calculating the last day worked and updating the same in Info Type 0041.
    For updating the IT 0041, i am using the function module HR_MAINTAIN_MASTERDATA. and IT0041 is getting updated properly. But now the problem is coming that when the control comes out of subroutine, it is going back to the PA40 Screen and not to the next screen of the Info group.
    What can be the cause for the same.
    RND I have done on my part: I have commented/uncommented the return parametre RP50D-Date1, commented/uncomented the use of function modules to lock and Unlock the pernr.
    Please give ur comments.
    Thanks in Advance.

    Hi Nisha,
    Not sure if I have understood correctly, but if you just wanted to calculate leaving date and write the same date in IT0041 then you don't need a function module:
    1. Create a small program, as follows:
    REPORT  ZHR_PY_R0008                           .
    INCLUDE MPPDAT00.
    TYPE-POOLS HRQTA.
    TABLES: P0000,
            RP50D,
            T001P.
    ROUTINE CALLED BY TABLE T588Z
    FORM CHANGE_DATE.
      RP50D-DATE1 = P0000-BEGDA - 1 .
    ENDFORM.                    " CHANGE_DATE
    This program will give you the last working day written to RP50D-DATE1
    2. Simply enter the following lines into table T588Z:
    0000 04 499*- LEAVING ACTION - Populate Infotypes with leave date -*
    0000 04 500 P T001P-MOLGA='08'
    0000 04 501 P PSPAR-TCLAS='A'
    0000 04 502 P PSPAR-MASSN='*'/X   (* equals your leaving action types)
    0000 04 503 P PSPAR-MASSN='*'/X   (* equals your leaving action types)
    0000 04 504 F CHANGE_DATE(ZHR_PY_R0008)
    0000 04 505 ******** INF.0041  ********
    0000 04 506 I COP,0041,,,(P0000-BEGDA),(P0000-ENDDA)/D
    0000 04 507 W P0041-DAR07='*'   (* equals your date type)
    0000 04 508 W P0041-DAT07=RP50D-DATE1
    or if you are simply looking to delimit IT0041 with the leave date then replace lines 506-508 with:
    0000 04 506 I MOD,0041,,,(RP50D-DATE1),(RP50D-DATE1)/D
    0000 04 507W     P0041-ENDDA=RP50D-DATE1
    This will solve your problem : - )

  • ISR SCENARIO BADI Implementation not called

    Hi All,
    I have an issue when trying to run standard ISR scenario(SMC1).
    I have an external breakpoint at QISR1 BADI implementation method if_ex_qisr1~int_service_request_check of class CL_IM_QISR1_SMC1, but it doesn't stop when i clicked check button.
    The application i am running QISR_UI_FORM with parameters SCENARIO=SMC1&MODE=CREATE.
    I have a feeling that it is not even calling the implementation method, as it submits the form blank without doing any checks though the implementation exists and is active. I have also checked that the filter is also specified for implementation as SMC1.
    I have tried a custom scenario as well, same thing happens in this case as well.
    What is that i am missing?
    We are on ERP 6.0 EHP 4.0. I am starting to use ISR framework to implement the standard forms SAP delivered as well to do some custom scenarios.
    Another question: which framework is right to implement for doing (some standard forms, travel, PM forms and some hr forms) , i am also thinking about HCM Processes and Forms. Which one is right way to go ISR Framework or HCM P&F?
    I understand that HCM also needs ISR scenario.
    Please answer my question.
    Thanks
    Anu

    Can you please write the note number.... I think this BAdI thing frustrates a lot of people....
    THX,
    Gregor

  • FI_TAX_BADI_010  badi impl not called..

    Hi,
    I have implemented the BADI FI_TAX_BADI_010  and put a break point in the class code. But it is not invoked when I run F.12. I debugged upto the point where the class name is determined but I can see only the standard class there and not my BADI implementing class.
    what can be wrong ?
    BADI Impl and class are active.
    Any suggestions ? Is it something different for F.12 (RFUMSV00) ??
    thnks

    ok,
         I solved my problem

  • BADI ME_PROCESS_PO_CUST is not triggering while creating/changing PO

    Hi,
    I am new to BADIs,
    I am trying to implement BADI ME_PROCESS_PO_CUST in ECC 6.0. I have done the implementation and activated. I kept a break point in PROCESS_ITEM method, but the BADI is not triggering while creating or changing the PO. Please advice me what could be the reason behind this?
    I used the SQL trace but i couldn't get the BADI ME_PROCESS_PO_CUST in the list.
    thanks in advance
    Regards
    Jagadish

    hello jagdish,
    implement   this user exit.....
    MM06E005...
    go to     EXIT_SAPMM06E_017   in that   then you can put a break point in the user defined function module.....
    or use
    BREAK  'C5133392'  (use your user in place of C5133392)....it will stop here while creating PO or changing PO...
    now you can do whatever you want to do in create or change PO using this function exit......
    perform the validations on import parameters.....to create  or change ....and activate the project....
    hope this will give you some idea and help

  • BBP_SRC_DETERMINE not called if qty = 1

    Dear All,
    I ahev a very strange issue and really have not idea what can be wrong. We are on SRM 5.0, classic scenario. We use this BADI to determine sourcing. We noticed that some pur. req. goes to sourcing some not. After some research I found out that this BADI is not called when qty on one of lines = 1. I did many test with different materials and it always work this way. Any ideas?
    I will reward with point usefull answers.
    kind regards,
    Robert

    Hi
    Seems to be a bug in the system. How you got to know this is happening for only certain Purchase reqs only.
    Have you implemented this SAP OSS Note ?
    Note 955283 - Sourcing flag only set to the last item in the shopping cart
    <b>Please try the following pointers, which will definitely help -></b>
    Re: Sourcing Cockpit
    Re: Shopping cart contains error
    Re: Sourcing list blank
    Anybody used Badi BBP_SRC_DETERMINE?
    Do let me know.
    Regards
    - Atul

  • XAResource.stop not called on shutdown

    It seems that the stop method isn't called during an orderly shutdown of the J2EE 1.4 app server. I execute "Stop Default Domain". However, it is called when I stop it via Deploy Tool and als during redeploy.
    Is there something to configure?
    Problem is that SwiftMQ is started intraVM within the app server. It is started via XAResource.start and stopped in the stop method. If the latter isn't called, SwiftMQ is hard stopped and runs through the recovery procedure each time it starts up.
    -- Andreas

    I think, you mean resourceadapter.stop() and not
    XAResource.stop.Ooops. ;-) Of course, I meant ResourceAdapter...
    It is a bit tricky to do RA.stop when appserver gets
    shutdown. Typically RA.stop will be called only when
    the resource adapter is undeployed.
    It is tricky to call RA.stop while shutting down,
    since a RA might potentially hang at RA.stop and thus
    can fail the appserver shutdown.
    So, it is intentionally not called while appserver
    shuts down.
    What is your view?I would prefer to have an option to configure it. The default should be that stop is called. I guess the spec requires that or not?
    With SwiftMQ we have 2 different deployment options of our RA (and 2 different rar files with predefined properties). One option is to use an external SwiftMQ router. Here it is fine if you don't call the stop method because the RA is stateless and the SwiftMQ router is external. However, the other option is to run a SwiftMQ router intraVM, it is started during the RA.start method and is shut down during the RA.stop method. Since a SwiftMQ router writes a last check point on its tx log during an orderly shutdown, it is important that RA.stop is called otherwise this would be a hard crash for SwiftMQ and requires to run through the recovery procedure during startup.
    -- Andreas

  • Badi not called - BI

    Hello experts.
    I have a BADI implementation for a virtual characteristic in BI. But when I run the query, the badi does not seem to be called at all. I know this because I tried to debug by placing breakpoints but the query never stops at the break point. the same BADI, with exact same code, however, runs fine in our PROD system.
    Is there any setting or anything that I'm missing to make the BADI run in DEV?
    I want to debug and need some help.  Interface name: IF_EX_RSR_OLAP_BADI

    I am sure you would have checked about  the activation of the implementation and deactive and reactive the implementation and all.
    If the job can be run in background I place this code
    DATA: lv_c TYPE c VALUE 'J'.
    WHILE lv_c EQ 'J'.
    ENDWHILE.
    and try to keep the process in infinite loop and try to debug the work process thru SM50, and see how it behaves in background.
    check the mentors aproach of finding if the BADI is active.
    Re: BADI shows ACTIVE but when run... its not being called

  • BAdI HRPAD00INFTYDB is not called

    Hi there!
    I encountered the problem that the BAdI HRPAD00INFTYDB is not called on any update of infotype 2002. The mentioned infotype is updated by the report RPTARQPOST, after this update I want to have some code executed in th method UPDATE_DB. We are using ERP2005 an EP7.
    In addition I implemented my code in BAdI HRPAD00INFTY, too. But this one is not called either.
    Maybe somebody could tell me if one of the BAdI are called at all!?
    Thanks and best regards,
    Michael

    Hi,
    Have u activated your BADI?
    Go to se19 n create implementation for the concerned badi there.
    Click on the method in which u want to add ur code..save code and check it.
    Go back and then activate the BADI.
    Regards,
    Manoj.

  • HT1665 i have an apple IPhone4. I am experiencing certain problem with my iphone4. The problems are as follows a. my ear piece and proximity sensor is not working while making a call. 2. It cannot reproduce sound without earphone but rings if gets any cal

    Hi folks,
    i have an apple IPhone4. I am experiencing certain problem with my iphone4. The problems are as follows a. my ear piece and proximity sensor is not working while making a call. 2. It cannot reproduce sound without earphone but rings normally if gets any call.
    Can any one help me in this regard??

    Try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose data by resetting, but it can cure some glitches after installing new software or apps.

  • IPhone Not Charging While On A Call

    My iPhone 3G (currently running 3.0) refuses to properly charge while I am on a call. I used to be able to talk and charge at the same time, but lately, it shows the 'charging' symbol for a while and then just switches to 'connected'. The first time it did this, I realized too late and was left with a long and boring commute to work.
    I am quite sure it has nothing to do with the update to 3.0, because it started doing this a day or two before I made the upgrade.
    I usually connect to my laptop when charging, but I also tried connecting via the wall charger, which resulted in the same problem. I don't think it's a problem with the cord I use; I tried it with my Dad's too and it does the same thing.
    The moment I hang up, though, I am able to charge my phone with no interruptions. It continuously shows the charging symbol without randomly switching to just connected.
    I have a habit of making long, long phone calls and I like to have a fully charged phone when I leave for work or whatever. Does anyone know what the problem is/might/could be and/or how I could fix it?
    Thanks.
    Note: I was unsure under which topic this issue would be most appropriate and decided this was the best one. Please don't flame me if I'm wrong.

    I've noticed that while I'm streaming content on the 3G network my phone will not charge either.. Even while connected to my laptop it will not charge while streaming. I believe this may have to do with the 3G bandwidth.. Try making your calls while 3G is turned off.. I think it will charge simultaneously and I'm curious to know if this will make a difference.

  • Not modfying ithe infotype while using FM HR_INFOTYPE_OPERATION

    Hi Experts,
    When i am using this FM HR_INFOTYPE_OPERATION its not modifying the infotype 14.Can you please suggest me. Please see my below code. Can please let me know if i am wrong..
    form INSERT_DATA_0014 .
        loop at pa_0014.
    CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
       EXPORTING
         number        = pa_0014-pernr
      IMPORTING
        RETURN        = it_return.
    IF it_return-id EQ 'E'.
      WRITE: / v_pernr, 'Enqueue failed'.
      else.
        write: 'successfully locked'.
        ENDIF.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        infty                  = '0014'
        number                 = pa_0014-pernr
      SUBTYPE                = pa_0014-SUBTY
    OBJECTID               = pa_0014-OBJPS
      LOCKINDICATOR          = pa_0014-SPRPS
       VALIDITYEND            = pa_0014-begda
       VALIDITYBEGIN          = pa_0014-endda
      RECORDNUMBER           = pa_0014-SEQNR
        record                 = pa_0014
        operation              = 'MOD'
    TCLAS                  = 'A'
       DIALOG_MODE            = '0'
       NOCOMMIT               = ''
      VIEW_IDENTIFIER        =
      SECONDARY_RECORD       =
    IMPORTING
       RETURN                 = l_bapireturn
       KEY                    = bapipakey_tab
    IF l_bapireturn-id NE space.
      WRITE: / v_pernr, 'error'.
      ELSE.
        WRITE: /'SUCCESSFULLY INSERTED'.
      ENDIF.
    CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
      EXPORTING
        number        = v_pernr
    IMPORTING
       RETURN        = l_bapireturn
    IF l_bapireturn-id NE space.
       WRITE: / v_pernr, 'Enqueue failed'.
       else.
         write: /'record successfully modified'.
        ENDIF.
    endloop.
    endform.    
    Thanks,
    Munna.

    Hi,
    Check the entire return internal table I_BAPIRETURN of FM HR_INFOTYPE_OPERATION what it has got to say ( a error message will be there which will tell where is the problem ). If it is initial then check the table PA0014 if the record has been modified. If its still not modified then check if at all it can be manually by PA30. If it doesnt get modified even manually then this is some configuration related issue.
    Regards.

  • HT4623 person contact image does not appear while on a call,why?

    person contact image does not appear while on a call,why?

    when you say "Re-upload the image", do you mean reinsert it, or re-link it?
    Neither.
    Re-upload it to the web server from your local hard drive. In DW, click on the image file in the Files panel then click the Up arrow to Put the image to the server.
    If that does not work, do as Nancy suggests and re-create the image in your image editor then re-upload.

Maybe you are looking for

  • Issues after using an external hard drive.

    I have a 15 inch macbook pro bought in mid 2009 and never had a problem with it till I decided to backup my files to an external hard drive. I plugged in the hard drive last week and now when I startup and login to my account my mouse often doesn't w

  • Can't change password for mozilla addons

    I tried to login with my old password for firefox addons and it didn't recognize it. I requested a password reset, then went to the link from my email and typed a new password in both boxes. I received a message that said your password was changed,.

  • Indexing Issue : Idc Analyzer and other tools

    Hi All, I am facing some indexing issue with my ucm instance. Some of the files get stuck in wwGen Revision Status, some show "up to date" in index, but really are not until a re-index happens, etc. I used IDCAnalyzer to check the indexing issues but

  • Problem when i install skype" expired certificate"

    hey, i have a Nokia E72 and when i downlaod skype and try to install it, i get a message "expired certificate" please help!

  • Any good books for iWeb?

    Hi! I wondered if there were any good books on the use of iWeb? I would love to have something to hold in my hand, read, underline, etc.