Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BNKA table is loaded using which Tcode ?

Former Member
0 Likes
4,193

IN ABAP-HR ,As we know that PA data is uploaded using Tcode PA30.

then, Through which Tcode BANK Table(BNKA) is uploaded.

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,912

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

Read only

0 Likes
1,912

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

Read only

0 Likes
1,912

check whether the bank key is available in table BNKA

I thinkthis is not the relevant forum to discuss about this error.

Read only

0 Likes
1,912

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?