‎2005 Oct 25 5:10 AM
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?
‎2005 Oct 25 5:14 AM
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.
‎2005 Oct 25 5:54 AM
I m calling expilicitly the jurdisction code screen and selecting the first line of screen in my BDC,still it is not working.