‎2010 Apr 25 11:27 PM
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 !.
‎2010 Apr 26 6:45 AM
Hi,
try to use COMMIT WORK AND WAIT between batch inputs.
Regards,
Adrian
‎2010 Apr 26 12:11 PM
Thx for your answer, im gonna try that and tell you what happen, i totally forgot about that statement.
Thx !