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 Batch Input

Former Member
0 Likes
778

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
Read only

Former Member
0 Likes
692

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

2 REPLIES 2
Read only

Former Member
0 Likes
693

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

Read only

0 Likes
692

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

Regards,

Gilberto Li