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 vd01 through BDC in background processing

Former Member
0 Likes
442

Hi,

I have created the function module for creating the customer through BDC( Call Transaction). If I call the transaction VD01 in background mode, it is giving an error "Jurisdiction code could not be determined" when there is more than one tax jurdistion code for a given address. If I run the transaction in the mode 'Display all screens or Display errors' then it is successfully creating the customer.

How to avoid an error in Background mode?

2 REPLIES 2
Read only

Former Member
0 Likes
395

You should explicitly call the jurisdiction code screen ( in your BDC )and populate the value irrespective of the fact whether it is unique or not. In online mode the first value is defaulted so it does not give an error . In Background , no default so error.

Cheers.

Read only

0 Likes
395

I m calling expilicitly the jurdisction code screen and selecting the first line of screen in my BDC,still it is not working.