‎2008 Feb 26 8:17 AM
Hi
I am creating contracts through VA41 ,then there is a user -exit in the back ground which calls a program ,this program would
WAIT for 3 seconds until the database is commited for those Contract details and then the logic picks up the contract detail records form the data base
Now the issue is WAIT UP to 3 seconds is sometimes working and for conditions not working
How can we predict that WAIT upto ... seconds would always work
Is there any alternative for this?
‎2008 Feb 26 8:44 AM
hi,
try using this function module,
ENQUE_SLEEP, Wait a specified period of time before continuing processing.
Hope this helps u,
Regards,
Arunsri
‎2008 Feb 26 9:33 AM
The problem is we cannot predict the number of seconds here it varies from case to case