cancel
Showing results for 
Search instead for 
Did you mean: 

Bank details of invoice

Former Member
0 Kudos

hi Experts ,

How can i get the bank details for a particullar invoice ,can u plese help me out with the neccasary tables, i know that bnka is the table for bank details ,how can i relate this with the invoice i have created

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Once the invoice is processed for the payment, the bank details are get stored in PAYR table with ref to the payment document number. You can also get the check no. from this table.

Logic is like this:

From PAYR table get BUKRS (Company Code) and HBKID (House Bank Code) with input as VBLNR (Payment document no.)

Pass these values as inputs to Table T012 and get BANKS (country Key) and BANKL (Account ID)

Pass these values to BNKA table to get the bank details.

Thanks

VK