How to make an abap program pause?

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

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

3条回答
  •  悲哀的现实
    2021-01-04 22:33

    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.

提交回复
热议问题