Application Development 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: 

Problem with Batch Input

Former Member
0 Kudos

Hi Folks!

I'm creating an batch input to update vendor master data specifically the withholding tax.

The logic is to update the withholding tax view to all of the vendor's company code. However it only updates the first time, because in the second time i'm getting that the user has the vendor blocked, can anyone tell me how to solve this problem, is that i'm missing some parameters for the call transaction?

A strange fact is that if I execute this batch input in 'A' mode for some reason it works fine, but if I switch to 'E' mode I find out that he can't update the next company code because it says is blocked.

Thanks for your help.

Regards,

Gilberto Li

Message was edited by: Gilberto Li

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Have you tried adding "UPDATE 'S'" to the call transaction statement to update synchronously?

2 REPLIES 2

Former Member
0 Kudos

Have you tried adding "UPDATE 'S'" to the call transaction statement to update synchronously?

0 Kudos

Hi Matt, thanks for your help, that was the option I was missing.

Regards,

Gilberto Li