IT0009 bank detail delimiting problem!

We have one employee who was terminated on Apr. 20th (which is the end of our payroll period). He has two IT0009 entries, subtype 0 for main bank. And subtype 1 is set up to deposit $300 per period.  Both entries are delimited on Apr. 20th.
Now when we run payroll today, he got the $300 deposit but all other left amount was not sent to the main bank. The system created a carry-over for the left amount just like he doesn't have bank detail set up.
So why subtype 1 entry works but subtype 0 entry doesn't ?? We never got this problem before. Any input is highly appreciated.
Best regards,
Johnson

Hi Johnson,
This problem had occured because the subtype for IT0009 by default would be 01 (Main Bank) and subtype 02 (Other Bank) can be used based on the senario of the client.
You check both these infotype in PA30, under Direct Selection Column type 0009 in the infotype column,  click on the subtype and press F4. You can view both the subtype (01 and 02)
Now when delimiting an employee's record through personnel action, both the subtypes in IT0009 has to be delimited.
This should be a part of configuration in IMG/Personnel Administration/customizing Procedure/actions/define infogroup/infogroup (infogroup of Leaving / separation action) /
here you need to add the subtype 02 under IT0009
Now you can try running separation action again, both the subtypes will get delimited for the IT 0009.
This will solve your problem...i guess
regards,
Santhosh

Similar Messages

  • Payment Method in IT0009 Bank Details

    Hi All,
    We are having some issues in settign up ESS portal for Bank Details infotype. Which table the drop down values for Payment Method under IT0009 Bank Detail is coming from ? The drop down value for country US (in PA20 or ESS Portal) doesnt not match the configuration table  V_T042ZL. I want to remove option "Cash Payment" from the drop down Payment method in portal under Bank details. However in  V_T042ZL the option Cash payment is not listed. It has only :
    C     Check
    D     Bank transfer (ACH CCD)
    P     Bank transfer (ACH PPD)
    T     Bank transfer (ACH CTX)
    I will really appreciate if you help me figuring out how to make this change happen.
    Thanks
    Sanghamitra

    Sanghamitra,
    A Transparent table typically starts with T and can be viewed via SE16. the associated maintenance view is accessed via SM30 or the appropriate transaction code or IMG node and there we can maintain entries in the table. The Maintenance view typically starts with V and typically contains the table name tacked on after the V. I assumed you would know all this  so I just mentioned the table name.
    So please go ahead and attempt to maintain the view using SM30 and see if it resolves your problem
    Actually it could be V_T042ZL. Just go through the IMG Node IMG> Accounts Receivable and Accounts Payable>Business Transactions> Outgping Payments> Automatic Outgoing Payments>Set Up Payment Methods per Country for Payment Transactions
    Edited by: Harish T K on Oct 7, 2010 5:14 PM
    Edited by: Harish T K on Oct 7, 2010 5:21 PM

  • Issue with IT0009  Bank Details.

    Hi Experts
    As am new joined in one comp there is the problem for Infotype IT0009
    Problem Description: when iam using PA30 and selected personnel Number by using IT0009, when iam giving all the inputs which are required again it is saying that Making an entry in all the required fields.
    It would be a great help if you experts help in advance.
    Thanks & Regards
    Kumar

    Hi,
    Please have a look at the our mates suggestion, and,
    i think ur trying to change with payroll past(retrospective date ). try to change with current period.
    Kind attention: while running payroll for current period for this employee, system generate /56* wage types, if you did"t maintain bank details earlier and payroll processed already in last month.
    AND Please try to observe the differance betwwen Create and change while entering data in info tyoes..
    Regards,

  • Infotype 9 Bank details Issue

    Dear Experts,
    Please suggest to solve below issue,
    One employee joined in June month (02.06.2014) and first month payment given as cash payment, So Infotype 9 maintained as cash payment and had run payroll and posted to FI for June month successfully.
    And july month salary paid as cheque payment, So Infotype 9 delimited and from 01.07.2014 maintained as Chequeq payment then while execute july payroll, the net payment is coming with two month salary, Cumulating  June payment in July period salary,
    I tried below steps to solve the issue but still it's cumulating 2 months salary in net pay,
    1. Checked in PC_Payresult , for June period BT not generated, only July period BT got generated with 2 month amounts.
    2. IT0003 ( Payroll status) Maintained only from July (01.07.2014) and ran payroll but the issue is remaining same,
    3. IT0009 (Bank details) 02.06.2014 to 30.06.2014) maintained as cash payment and for the period 01.07.2014 to 31.12.9999 miantained as cheque   payment and ran payroll but the issue is remaining the same.
    4. plan to delete Jun payroll and maintain check payment in IT09 since employee hired date (02.06.2014),
        but June payroll already got posted, and there is no posiablity to reverce this one emplyee posted document, (if reverce the document all other employees june posted document need to be reversed).
    5. Maintain the difference amounts in decuction WT at IT 15 and in payslip it's comming with correct result, but it's give mis match in FI posting.
    Below screens for your reference:
    Screen (PC-Payresult) BT not generated for June period.
    BT generated in July period cumulated with june payment.
    July RT for reference :
    BT for Reference
    Please suggest the possibilities to solve the issue.
    Thanks & Regards
    Prabu

    Hi Prabhu,
    I am not sure but try with the below mentioned hope your issue may get resolve.
    And also provide the screenshots, if any custom PCRs are written for X047 & X050.
    Regards,
    Narayana

  • Unable to give 'C' (Cheque) in Payment Method field in IT0009 (Bank Detai

    Dear Experts
    I am unable to give 'C' (Cheque) in Payment Method field in IT0009 (Bank Detail)
    It might be B'cos of availability of two options only
    ie
    By cash or by (ii) Transfer Not by Cheque ie 'C'.
    Kindly suggest how to input 'C'
    Rgds
    Kamal Singh

    Hi,
    If payment method "Cheque" is not there in the list, then you will have to create it in configuration. Following is the menu path:
    SAP Customizing Implementation Guide > Personnel Management > Personnel Administration > Personal Data > Bank Details > Define payment method
    Regards,
    Waqas Rashid

  • Facing problem while updating IInfotype 0009-bank details through workflow

    Dear SAP Gurus,
    I am facing a problem while updating Infotype 0009 through workflow which is integrdated with portal.
    Scenario:
    Employee logins to portal and changes his/her bank details like payee name, bank key, account number, postal code and city of bank, bank name etc.
    Once he submits the request, my workflow is triggered through SAP_WAPI_START_WORKFLOW which is called from portal and goes through various approval steps and finally reaches the step where the container elements are finally to be updated in IT0009.
    Field bank account number (BANKN), which is part of table PA0009 are easily updates using the FM HR_INFOTYPE_OPERATION by first enqueuing the employee number and after the update dequeuing it.
    However fields like payee name (EMFTX) bank key (BANKL) , bank name(BANKA -structure BNKA_BF-this is automatically fetched based on bank key) and postal code(BKPLZ) and city of bank (BKORT) are from structure Q0009 (on the infotype 9 screen level) and from table BNKA (at table level). The problem is that these are not getting updated by HR_INFOTYPE_OPERATION as they are not the part of infotype 9.
    Can anyone help me to understand how can these fields be updated ?
    Quick help will be highly appreciated.

    Hi Spantaleoni,
    Thanks for your quick response.
    Well actually the table BNKA is a master table for the bank information and we must not create entries in it or update the table programatically,  rather we should  use the available data in it.
    Now say employee currently has bank as A and he wants to change it as B which is available in BNKA then he will just select the bank B from search help provided in portal which again comes from table BNKA only. Employee then submits the info and it must get updated in the infotype PA0009.
    As far as think, this should be done on screen level of infotype PA0009 as I have already mentioned that certain fields are coming from structure Q0009 and they cannot be updated on PA0009 table level.
    I am just looking for way through which I can update the screen of infotype PA0009 of employee through workflow.
    Regards

  • Strange Problem in PA30 Basic Personal Data - Bank details

    Hi Experts,
    We are facing a different strange problem.
    When we go to PA30 T-Code & enter Personla No. (eg. 1000001) & fill all details, like
    *Actions
    Organizational Assignment
    Personal Data
    Addresses*
    After when I come for "Bank Details" & Create, I am getting Default values for this screen fields,
    *Bank details type
    Payee
    Postal Code/City
    Bank Country*
    I am just keying
    *Bank Key
    Bank Account*
    Now after Saving, & when  checked in table PA0009 the EMFTX, BKPLZ, BKORT field (Text, City, Pin), are not getting added(Those fields are blank in Table).
    The Same when I add this fields manually all are appearing in table.
    (Example. when I go for Bank Details, I am getting Default pin & city maintained in Address field just above, Lets say 500001, HYD. & this is not updated in table when it shown default, But If I clear 500001 & add same(any Value) again back its updating in table. This is happening for Payee, Postal Code/City).
    please help me with this strange situation.
    Thanks,
    Dileep .C

    Hi Sandeep and Dileep,
    I am having the same problem as well.
    The EMFTX field is empty in PA0006 after i created a new Bank record in PA30.
    I actually tried creating a new Bank record via portal for another employee, EMFTX field is filled with value.
    I noticed that from backend, I will not be able to save IT9 if IT6 is not exist.
    If I do the same via Portal, IT0009 can be created while IT0006 is not exist.
    For your info, i check the module pool MP000900 in table T588M, it has 20 entries with different variable key, the variable key field is one of the colum which I believe the value is used to differentiate the countries. For my case, I can the country that I am testing is not having feature P0009, both the standard screen and alt screen are pointing to 2000.
    Please advice.
    Thanks
    Regards,
    Justin

  • Bank Details data IT0009

    Dear all,
    Who configures the bank key in IT0009? HR people or FICO?
    If it's our work, dindly let me know the process. Otherwise I can ask FI people.
    Regards
    ET

    HR people only configure the Bank details.
    Go to 0009 infotype and take the required info from Core HR  team.
    According to it u have to fill.
    Regards
    Sairam

  • Problem update IBAN bank details with IDOCs segment E1KNBKM

    Hi all,
    i use Idoc DEBMAS07 in which i use the segment E1KNBKM to create IBAN in customer bank details. If bank details do not exist, the IDOC is integrated, IBAN is created.
    If i recreated the same Idoc, with same data (just change bank name) the Idoc is in error with the message : 'No batch input data for screen SAPMF02D 0130'.
    In debugging, we see that the dynpro sequence is wrong. For vendors it's work. I can create and update IBAN.
    i don't find SAP notes, or help forum on this problem.
    Any ideas ?
    Thanks
    Edited by: ToraTora on Aug 17, 2011 11:16 AM

    maybe you are the first who encountered this error, open a call at SAP yourself

  • PRAA Bank Details from IT0009

    Hi all,
    We use Tcode:PRAA for creating HR master records as vendor master records.  There are 2 bank records in IT0009.  How do we create the 2 bank details in the vendor master?  Currently, only 1 bank detail is interfaced, with the bank details type = 0.  However, we need to have 2 bank details in the vendor master.
    We tried creating the 2nd bank details in the vendor master directly.  However, the data will be overwritten when the daily batch job updates the employee information from HR to vendor master, leaving only 1 bank detail in vendor master.
    Please advise.
    Thanks very much.
    Jann

    Jann,
    We're having the same issue. Have you been able to solve this?
    Thanks!

  • Problem while uploading bank details in Vendor Master - XK01

    Hello Experts,
    I am encountering a problem while uploading Vebndor Master Details in Quality server . The bank details for a given bank (Eg : BankABC and Bank Key IN) throws an error saying BANK IN BANKABC DOES NOT EXIST . But , with the same details i am able to upload in Sandbox and Development Servers. Pls suggest on the same.

    Hello again,
    Thank you for the inputs.
    Venkat,
    All the required fields are active. Please give some more input.
    Rob,
    Bank is supposed to be created during the upload. The bank details which already exists in the sytem are not throwing the error. Please give suggestions for this scenario.
    Regards,
    Trishna

  • Problem with adding output field in Bank Details(Infotype 0009)

    Hi All,
    I hav a criteria like, when i select a value for a field corresponding value should be displayed in input/output field just beside the selected field.
    To make you understand the criteria more clearly.In infotype 0009 we hav Bank key.When we select a bank key corresponding Bank name is displayed just beside Bank key field.How to achieve that functionality.
    Can anyone help please. Its urgent...
    Thanks a lot...
    Sandeep.

    To make my question more clear.I have created a new field in bank details infotype.Similar to the field Bank key in 0009 Infotype.As soon as a select the Bank no through F4 functionality i want the Bank no no to be selected and at the same time i want Bank name to be displayed just beside this field.
    In short with 1 selection i want both Bank no n Bank name to be selected.
    If i hav ti write the code where should i write the code.I hav also created a structure .I presume i need to write a logic for this requirement.But i dont know where to write the logic.

  • Change pointers triggering problem for vendor bank details

    Hi,
    I have configured change pointers for vendor master  data. IF I change already existing bank account then that account is coming with deletion indicator and it is picking all other bank details with resend indicator. But if only new account added then idoc is not creating. At the same time entry in table BDCPV also not creating.
    Is there any solution to create idoc if new accounts created.
    Note: I am not changing any other information except bank details.
    Thanks in advance.
    Rgds,
    Sudhakar

    hi ,
    How are you changing the information either via direct table update or Bdc, change pointers will be created only if you do transcation it means Bdc
    i guess.
    regards
    sarath

  • Problem with 0009 bank details infotype....

    Hi Experts,
    I am updataing the bank account number.Even though i created the new record ,the system is showing the previous record s enddate as 31.12.9999.My new account numbers are updated from 01.02.2008.How should my record delimts the end date as 31.01.2008.
    Please advice..
    sai.

    Hi Sai,
    First, which subtype (0 or 1)of bank details inotype (0009) are u trying to update?
    Also please check the time constraint of subtype 0 and 1 in view V_T591A using t-code SM30
    If the time constraint is 1, then it will only overwrite the record. If you want to delimit the previous record, change the time constraint to 2.
    Let me know if you have any questions.
    Regards,
    Reema

  • Issue with Bank details infotype,

    Dear Experts,
    I have an issue from the client.
    An employee was hired as trainee in last year on 1year trainee period. In month of March his trainee period was over and separation action was performed on same.
    He was hired in system as permanent employee with new employee code from April month.
    But when clients are entering bank details within Bank details  infotype, his data is replacing old Bank details infotype.
    So is it possible to stop folwing data from new IT09 to old IT09 and without delimiting the old IT09.
    regards,
    Surekha

    Surekha:
    I do agree with sikindar, actually your issue is in confussion....
    Wat exactly you want and first of all y your terminating employee in between his service period, your thing is employee got permanent from trainee position, so for this you need to run the confirmation action rather seperating this employee and hiring another employee with a fresh employee code....
    so Pls tell us wat exactly you want to and wat exact problem your facing in IT0009.
    Regards,
    TATA

Maybe you are looking for

  • How can I insert a Pages, Doc, or PDF file into a Keynote presentation?

    I need to insert a document (.pages, .doc, or .pdf anyone) into a Keynote for a portfolio that I must present.  How can I do this?  It doesn't give me that option under hyperlink in inspector. 

  • Resetting iPod to original factory settings

    I'm selling my 5th gen iPod and was wondering if there's a way delete everying on it and reset it to the original fatory settings WITHOUT connecting it to a computer?

  • Program name to post document using transaction KB33N.

    Could you tell me the  Program name to post FI document using transaction KB33N. Also before document is posted it should appear in SM35 Edited by: mukesh mahajan on Oct 20, 2009 12:39 PM

  • How to number sub-paragraph?

    Hi to all! How can I numbering the paragraph and sub-paragraph in the following manner?: 1. Main Header bla bla 1.1 Sub Header bla bla 2 Second Header bla bla 2.1 Second Sub Header sdf 2.1.1 Anothre sub-sub-header Like the same way MsWord enumerates

  • E7 with cracked screen

    Hi, This afternoon i dropped my nokia e7 and the screen cracked. Went to the shop but unfortunately i didn't have insurance. However, been looking around on the internet and i have found some options that will help me out.  thanks in advance! MODERAT