cancel
Showing results for 
Search instead for 
Did you mean: 

Not getting the BAPI_BANK_GETLIST from R/3

Former Member
0 Kudos

I am completly new to the Visual Composer stuff.

I read the tutorial and created the first sample.

Now my problem is that I cant get the Banklist from the R/3 using the BAPI_BANK_GETLIST.

I selected the System and did a wildcard search but no BAPI appeared.

How can I get all the BAPI functions from the SAP R/3 System to my VC and what changes do I have to make in the Enterprise Portal 6.

Best regards

Jean Bogner

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jean,

I think there might be something wrong in the alias definition in the portal. Tell your portal Administrator to do the following steps once again:-

To define a system:

1. Create a new system; define all its properties

2. Create a default system alias.

3. Create a user mapping (from the user you use in VC) to the system alias, using the user\password to the backend system.

4. TEST the connection in the portal. If the test succeeds, it should be visible in VC discovery panel.

Since portal is role-based, better check the role of the user which you are using to log-in to the portal from VC.

Former Member
0 Kudos

hi there,

the problem is that we have no portal administrator right now.

I've to do this by my own and I still have some questions.

This is what I've done so far, don't know if i am right:

1. System Administration->Sys Config. ->Sys Landscape-> New System

Step1:

Dedicated Application Server for R/3 System

Step2:

I gave the fields name, id and so on R3

Step3:

Based On: Dedicated Application Server for R/3 System

Master Language: English

System ID: R3.R3

System Name: R3

After that I opened the "Property Editor" and made no changes.

In the System Alias Editor I used the following name as an alias:

- Alias_R3

In the Permission Editor I gave some rights:

- myUserName

- Administrator

- super_admin_role

After all that desperate effort I opened my Visual Composer, connected to localhost:50000 and I was hopefully able to see the Alias_R3 System BUT I WAS NOT ABLE TO ACCESS ANY OF THOSE BAPIs like the BAPI_BANK_GETLIST.

Hope that someone can help me out. 8-)

Best regards

Jean Bogner

Former Member
0 Kudos

You shouldn't use local host to connect to your portal. You should use the FQDN of the portal even if it is on the local host. Also, have you maintained user mapping for the R3 system?

Former Member
0 Kudos

Jean,

Make sure that the connection tests are returning with green checkmarks. Usually, if everything is not set up properly the portal will issue you an error message that should shed some light on why the portal is not working.

Cheers,

Scott