Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with tax jurisdiction code when creating customer using XD01

Former Member
0 Likes
1,760

Hi All,

I am having problem with multiple tax jurisdiction codes when creating customer. I have done reasearch on SDN for 2 days and did not find a suitable solution and could not get the problem resolved, hence posting this on the thread. Here is the problem:

I am creating customer using transaction XDO01 with BDC (using CALL TRANSACTION). Somewhere on the second screen it determines tax jurisdiction code based on ragion and city enterd (we use TAXWARE) and as long there is single jurisdiction code, I can create a customer successfully. Some regions have multiple tax jurisdiction codes and in this case I am getting error "tax jurisdiction could not be determined"! I re recorded BDC in SHDB and grabbed screen nymber, enter code all that for tax juridiction popup screen (it gives a popup screen for multiple tax jurisdiction codes) and I added that in my BDC code but when I run the program it is still not catching the selected value from the popup and still get same error above! I could not suppress popup and tried "no batch input" as suggested on SDN but still did not work!

1) Is there any way to suppress the popup? I removed the code for popup screen from my BDC code but it keeps coming up when I run th program.

2) Is it a limitation in BDC that we cannot select a record from the popup that has multiple records for selection? I recorded all this (cursor position, enter code etc..) and added in the code but when i run the program it is not selecting the value from the popup and hence I get error message.

I would really appreciate your help with this as I am getting no where!

Thanks.

Mithun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
998

There are multiple OSS messages on this issue,

Please check (depending on your version)

Note 781506 - TAX_TXJCD 100 in a batch: Selection 1. Jurisdiction code

Note 1325051 - F2 217 because of multiple jurisdiction codes

Hi All,

I am having problem with multiple tax jurisdiction codes when creating customer. I have done reasearch on SDN for 2 days and did not find a suitable solution and could not get the problem resolved, hence posting this on the thread. Here is the problem:

I am creating customer using transaction XDO01 with BDC (using CALL TRANSACTION). Somewhere on the second screen it determines tax jurisdiction code based on ragion and city enterd (we use TAXWARE) and as long there is single jurisdiction code, I can create a customer successfully. Some regions have multiple tax jurisdiction codes and in this case I am getting error "tax jurisdiction could not be determined"! I re recorded BDC in SHDB and grabbed screen nymber, enter code all that for tax juridiction popup screen (it gives a popup screen for multiple tax jurisdiction codes) and I added that in my BDC code but when I run the program it is still not catching the selected value from the popup and still get same error above! I could not suppress popup and tried "no batch input" as suggested on SDN but still did not work!

1) Is there any way to suppress the popup? I removed the code for popup screen from my BDC code but it keeps coming up when I run th program.

2) Is it a limitation in BDC that we cannot select a record from the popup that has multiple records for selection? I recorded all this (cursor position, enter code etc..) and added in the code but when i run the program it is not selecting the value from the popup and hence I get error message.

I would really appreciate your help with this as I am getting no where!

Thanks.

Mithun

3 REPLIES 3
Read only

Former Member
0 Likes
999

There are multiple OSS messages on this issue,

Please check (depending on your version)

Note 781506 - TAX_TXJCD 100 in a batch: Selection 1. Jurisdiction code

Note 1325051 - F2 217 because of multiple jurisdiction codes

Read only

0 Likes
998

Thanks Kris. I will check these out.

Read only

0 Likes
998

Hi Mithun,

Did you find the solution for your BDC issue?

We are facing the same exact issue.

Would appreciate if you cal share the solution.