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

VA02 in background

Former Member
0 Likes
937

Hello,

I'm writing a BDC to change the Jurisdiction code in Customer master (VA02).It works fine in foreground,with the mode parameter set to 'A' but when I set to 'N' and run it's not changing the Jurisdiction code and returns an error.

Does Va02 work in background?Please help.

Aries

6 REPLIES 6
Read only

Former Member
0 Likes
837

It does work. But What is the error message that is being returned?

Read only

0 Likes
837

The error is 'Jurisdiction code cannot be determined"

Read only

0 Likes
837

Set the mode to 'E' - Stop after errors and see what happens.

Read only

0 Likes
837

IN all screen mode, are you passing somethinh other than what is being passed in the bdc?I mean manually?

If you can save a va02 transaction with the same data manually then you can do it in bdc as well.

Check if you are getting the same error message when you do the transaction manually.

Regards,

Ravi

Read only

0 Likes
837

Error is not he issue.

Issue is it works fine in foreground and not in background.

Read only

Former Member
0 Likes
837

Hi

Running in Foreground / background doesnt make any difference as long as data passed is correct.

In your case, there could be reason different from Mode of execution.

Regards,

Raj