cancel
Showing results for 
Search instead for 
Did you mean: 

A question about BAPI_BANK_GETDETAIL

Former Member
0 Kudos

Hi, all.

I got a problem when I used the BAPI_BANK_GETDETAIL. I could test this service successfully. It also worked when I deployed and runned with flash runtime, but it didn`t work when I deployed and runned with webdynpro runtime. I also tried BAPI_SALSEORDER_GETDETAIL and it could work. So I have no idea what happened to my program. Is there something wrong with my program or just the limitations of webdynpro runtime?

Thx a lot. ^^

Accepted Solutions (1)

Accepted Solutions (1)

former_member203343
Contributor
0 Kudos

Hi Louis,

On VC 7.0, Web Dynpro only supports officially Web Services. BAPIs are not always working, so the recommended runtime is Flex. On VC 7.1 Web Dynpro supports all data services.

Regards,

Natty

Former Member
0 Kudos

Hi Netanel. Thx for your help.

If I create a web service for this BAPI in my backend system, will it work?

Or there is no way to run this bapi if VC7.0 doesn`t support it?

thx ^^

former_member203343
Contributor
0 Kudos

Theoretically yes. However, why not use the Flex runtime, which is much more better and supports everything. I'm saying this since I know you'll run into some other things Web Dynpro runtime doesn't support on VC 7.0 along the way, so I suggest to compile using Flex.

Natty

Former Member
0 Kudos

Hi, Netanel.

Because I have to use VC for my GP, I must deploy my program with webdynpro runtime.

Thanks again ^^.

Answers (0)