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

function module for bank details

Former Member
0 Likes
4,350

is there any function module through which i got the details of the bank with respect to the perticuler GL ACCOUNT .

WAITING FOR YOUR REPLY

2 REPLIES 2
Read only

Former Member
0 Likes
1,784

table <b>BNKA</b> which keeps master data for ALL banks from which you receive/make payments. These banks are - vendor/customers' banks, employees banks. You need to have some master data for each bank with which you have transactions (SWIFT codes, bank address, etc.). That why you have separate table for all banks of this type. And you have more detailed data for the house bank accounts in separate table <b>T012</b> ( which includes GL account on which bank account transactions are posted, currency of the accounts, etc.)

Read only

0 Likes
1,784

hi,

look here:

FI_FC_GET_T042I_VALID_ACCOUNTS

FI_HOUSEBANK_CHECK_EXISTENCE

FI_HOUSEBANK_GET_DETAIL

FI_HOUSEBANK_GET_KEY

FI_HOUSEBANK_GET_LIST

A.