‎2009 Mar 06 6:42 AM
IN ABAP-HR ,As we know that PA data is uploaded using Tcode PA30.
then, Through which Tcode BANK Table(BNKA) is uploaded.
‎2009 Mar 06 7:31 AM
Transaction to maintain bank is FI01 (like one of the transactions to maintain PA data is PA30)
For upload concerns :
- There are standard transactions to consider like BAUP, BIC, etc.
- There are BUS / BAPI like BUS1011 / Create - BAPI_BANK_CREATE (available thru LSMW)
- There are some report to generate BTC for some country, look via LSMW, object 0250 bank, some countries are available (F4 on method)
- BTC with transaction FI01
Regards
‎2009 Dec 30 5:21 PM
Hi Raymond,
I tried to create records manually using FI01 Tcode and after creating 1 record for US, when I try to create a 2nd record, I am getting the message saying "Bank key is invalid". Why is that?
Cheers,
Anil
‎2009 Dec 30 7:04 PM
check whether the bank key is available in table BNKA
I thinkthis is not the relevant forum to discuss about this error.
‎2009 Dec 30 10:08 PM
The Bank Key is not available in BNKA Keshav. I think the TCode FI01 is used to create only House Banks and not other banks that we use to validate the Bank Routing numbers intered in Infotype 0009.
The other question I had for Raymond was, if I use the Object BUS1011, what file format do I use to load the data?