cancel
Showing results for 
Search instead for 
Did you mean: 

Bank Area ff67

Former Member
0 Kudos

Hi All,

i have a requirement i have to create a bdc for ff67. i have seen there are in numerous discussion on ff67 but my problem is i need bank area. i explored the bapi bank_bank_statement_exec. there i have seen we have to pass either bankcode or country and bank area. i need the table field from where i can fetch the bank are. i consulted the functional consultants and was told to use hbkid as bank area but the field (hbkid) is of length 5 while bank area is of length 4.

it would be very helpful. if someone has done it and has the code or any help. i have found many codes for the same but none of them seems to work.

please help me what are the fields i need to have in my excel sheet to be able to successfully create a bank statement. and the tables from where ff67 fetches data to create bank statement.

Thanks & Regards

Chandni Sharma

Accepted Solutions (0)

Answers (2)

Answers (2)

kesavadas_thekkillath
Active Contributor
0 Kudos

I_BANKCODE, I_COUNTRY and I_BANKAREA  are optional in BAPI_BANK_STATEMENT_EXEC. Its the field I_account which matters.

Former Member
0 Kudos

Hello Kesavadas,

i have seen that its written optional. but when i pass only the i_account it turns e_rc to 1. which means inadequate data. when i explored the bapi i found that its checking the bankcode or country and the bank area. if we do not provide bankcode or country and bank area it will return that error and e_rc = 1. that is why i'll have to pass bank area to be able to see the further processing.

Thanks & Regards,

Chandni Sharma

Former Member
0 Kudos

Created a BDC to perform the task.

Thanks,

Chandni Sharma

raymond_giuseppi
Active Contributor
0 Kudos

Take a look at database table TBKK01. (Also check customizing, Current Account System: Bank Customer Accounts (BCA), Basic Settings, Bank Area, Define Bank Area)

Regards,
Raymond

Former Member
0 Kudos

Thanks For your Response, i'll try that and will let you know if i face some problem.

Thanks & Regards,

Chandni Sharma