cancel
Showing results for 
Search instead for 
Did you mean: 

smartform debugging

Former Member
0 Kudos

hi,

How to debug smartform?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can put a hard-coded break point in the program lines of the smartform and execute.

Regards.

Former Member
0 Kudos

Hi

There are two ways to debug smartforms.

if you are in the devlopment client you can type 'break-point' inside the sorce code of smartform.

otherwise you have to execute the smartform and you get a functional module

click display and you will get into the coding of the FM. there you can set a break point. it will take effect while the program is executing.