cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to get data from BAPI calls

Former Member
0 Kudos

Hi,

I'm not able to get any data from the BAPI functions when am calling them through the Visual Composer.

1)Am able to get the Systems exposed by the Portal

2)Could View/access the BAPI functions available inthe exposed systems

3)Am also able to see the parameters(For BAPI_BANK_GETLIST

i could view Bank Ctry and Max rows)

4)I gave the input data as US and 10

5)When i click on Execute am gettting ERROR[BFOO] No Banks Exist for the Country

Can some one help me out on this pls

Your help will be appreciated.

Thanks,

Karthik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I further investigated and found that there is no data available in the R3 System(ECC 6.0).I asked my R3 collegues and found out that ECC6.0 will not have the data loaded.

Now the question is that,can someone help me in explaining the procedure for importing the data to the R3 System

Thanks,

karthik

Former Member
0 Kudos

Hi,

the bank data are stored in the table bnka. There are several transactions for the bank:

FI01 Create Bank

FI02 Change Bank

FI03 Display Bank

and for creating a bank via Visual Composer you can use the BAPI_BANK_CREATE.

You can also search in the transaction SE80 for function modules like BAPI_BANK for other relevant BAPIs

or you can use the transaction BAPI for exploring all the BAPIs in your system.

Best Regards,

Marcel

Former Member
0 Kudos

Hi Marcel,

Thanks for that reply.with that response from yours i could create new Bank details in the R3 System.But my real problem is to get in the default data set provided for various functions so that i could execute the example scenarios given in the Visual composer guide.I think am making my question clear this time.

I know that this Question could well get into the ABAP thread of the Forum.I post it here to know if you or someone could help me in this.

Thanks,

karthik

Former Member
0 Kudos

I got it.

Under SAP Menu->Accounting->Banks->Master Data->Bank Master Record there is a function "Display Bank Directory".Executing that function displays the list of Bank Details and a subsequent search done on these data through the Visual Composer lists the data as present in the backend.

There is no data present in ECC6.0 for country "US" as given in the VC guide.This turned out to be the problem

Thanks very much for your help.

Regards,

karthik