For testing purposes I need my ABAP program to wait for few seconds. How can this be done?
Do you really need it to pause? You could trace through it by entering /h into the transaction field before you execute the program or by setting a breakpoint in the code.