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

Batch Inputs - issues

Former Member
0 Likes
509

Hi , i m fixing a program that use many batch inputs for different transactions, now the problem is a delay. After you run a batch input of a transaction and then run the batch input of the other soemtimes the 2nd one is save frsrt in the database than the 1st transaction, so how i can change that?

Now i found in the program a form that works like a sleeper, it only make time until the next logical step in the program. Now this program was made in ABAP for someone that love Oracle so it is pretty Oracle like, that why i have problems with it. I don t know if in ABAP you have any function that can work as a sleeper or if there is any other way to make it work without delay between the batch inputs, please any help is welcome !.

Thx for your help !.

2 REPLIES 2
Read only

Former Member
0 Likes
431

Hi,

try to use COMMIT WORK AND WAIT between batch inputs.

Regards,

Adrian

Read only

0 Likes
431

Thx for your answer, im gonna try that and tell you what happen, i totally forgot about that statement.

Thx !