cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ERROR [BF00] while using Test Data Service

Former Member
0 Likes
813

Hi,

I am new to VC. I am using SAP Netweaver Visual Composer, Client version 700.14.0.1.

When i test a Data Service "BAPI_BANK_GETDETAIL" using the following values:

Bankcountry: US

Bankkey: 12345678 or 021000089

It doesn't retrieve values. it says

ERROR[BF00]:

Bank US 12345678 doesn't exist.

Please help me!

Regards

View Entire Topic
Former Member
0 Likes

Try to test without the bank key parameters, just bank country (US, DE, FR works fine) to see the BAPI working.

Fabien.

Edited by: Fabien REVOL on Aug 28, 2008 10:55 AM

Former Member
0 Likes

It is still not working! it is asking for the Bank Key.

Former Member
0 Likes

Try the bank key 01234567.

By the way the bank_get_list BAPI should not ask you the bank key.

Try https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/de251ae7-0b01-0010-eba1-f4c60e10...

to see a working exemple.

Former Member
0 Likes

hI,

yes it is a Mandatory field in Bapi_bank_getdetails.

Try with following values ,it is 9 digit Number

000000001,

000000003,

000000004,

000000006,

000000007

Otherwise you can get all the Bank keys in the BAPI_BANK_GETLIST.

Govindu

Former Member
0 Likes

Fabien,

I was getting that error becoz u201CIDES systemu201D which is used for training purposes with some sample data, is not installed.

Can you advise me what to learn and from where? I mean, can you refer some website or book.

Former Member
0 Likes

Govindu,

Thanks. It didn't work as IDES system is not installed i guess OR do you think is there any other problem?

Can you advise me what to learn and from where? I mean, can you refer some website or book.

Former Member
0 Likes

I think , it is IDES system is not the problem as i am able to drag the data service BAPI_Bank_GetDetail from the list of services.

but why is it not able to retrieve the values.