For testing purposes I need my ABAP program to wait for few seconds. How can this be done?
ABAP WAIT UP TO SAP Documentation
WAIT statement has an implicit COMMIT which is something that should be avoided.