cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I configure Bank Country or Bank Key

Former Member
0 Kudos

Hi Experts,

As I am learning VC , when I am going to make an application (BAPI_BANK_GETDETAIL) when I am going to do this on the BAPI.....

Test the data service (choosing the Test Data Service right-click context menu), using the following values:

suppose, Iam passing these value for the test

Bankcountry: US

Bankkey: 12345678 or 021000089

It is showing that <b>Bank US 12345678 does not exits</b>.....

so, Please can you give me some guidence where I have to save or configure these value , I mean which Transaction code sould I used to make the backend data.

As I am using EC6.0 system.

best Regards,

Iqbal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Iqbal,

Its better to check the backend(R/3) for some test data, inorder to execute the BAPI.

Login to your R/3, goto se37 transaction, there you can give the BAPI name BAPI_BANK_GETLIST, then press F8, it wiill ask for Bank_Country & Max_Rows, Give Bank_Country as US or DE & give Max_Rows as 10.

Press F8, View the values in the Tables Parameters - Bank_List Result,

There you can find valid BANK_KEY values for the corresponding Bank_Country.

Use this values to execute the second BAPI_BANK_GETDETAIL in the similar way.

Regards,

Shemim

former_member193545
Active Participant
0 Kudos

Hi

Is this a system of yours? You can try and use BAPI_BANK_GETLIST to get a list of all the banks and then you can get all the banks listed in your system and then choose a bank with the correct number.

Jarrod Williams