cancel
Showing results for 
Search instead for 
Did you mean: 

JCO API

Former Member
0 Kudos

Hi All,

I have requirement where i pass 4 fields ( country, postal code, state, city ) to bapi through JCO APIs and when these 4 fields are passed it calculate a field( Tax jurisdiction ).

Even though fields are passed to BAPI, i'm not getting Tax jurisdiction field and BAPI is also working fine.

can anyone please me out in this.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Is there any exceptions? Are you really sure that the parameters are correctly passed to the backend? Or is the backend function executed?

Debug one the applications and you will see where the problem is.

Regards,

Anton

Former Member
0 Kudos

HI

when you are passing these 4 fields country, postal code, state, city to the RFC , is Tax jurisdiction is a output parameter

in the rfc , check whether you have mapping this field and also try to put external debugging and check whether the

4 paramters you are sending are getting passed to the rfc are not .

Thanks

Former Member
0 Kudos

Hi ,

I'm using Java perspective for development. Sorry not mentioning it.

Former Member
0 Kudos

Check whether you have proberly mapped response node from model to controller and then controller to view.