How to make an abap program pause?

后端 未结 3 1761
悲哀的现实
悲哀的现实 2021-01-04 21:59

For testing purposes I need my ABAP program to wait for few seconds. How can this be done?

3条回答
  •  梦毁少年i
    2021-01-04 22:50

    ABAP WAIT UP TO SAP Documentation

    WAIT statement has an implicit COMMIT which is something that should be avoided.

提交回复
热议问题