* this function is just used to wait during 30 seconds. * In this 30 seconds, you are supposed to run SM50 in a parallel session * and catch in debug the current process. * You can check in the caller of this function BUPA_INBOUND_DEBUG, that * you need to modify the table BUPA_DEBUG with your name, the function * that you want to debug and a debug flag. * In the display screen of SM50, select the process belonging to you, * then in the menu, choose PROGRAM/SESSION then PROGRAM then DEBUGGING. * Return to your first window, you will see this current source code. data: i like sy-uzeit, j like sy-uzeit. * WELCOME * YOU ARE IN A DEBUGGING SESSION get time. i = sy-uzeit . j = i + 30. do. get time. i = sy-uzeit. if i >= j. exit . endif. enddo.
https://files.ohai.social/media_attachments/files/112/173/759/916/505/622/original/e3dd1e8445291d8c.png