cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging SmartForms

Former Member
0 Kudos

I have been facing some difficulty while debugging Smart Forms. I have had to debug the Smart Form generated function which is quite tedious and not very helpful in drilling down to bugs.

Could any body tell me if there is a debugging tool available for Smart Forms

Accepted Solutions (1)

Accepted Solutions (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hello Ahsan,

have a look at transaction SMARTFORM_TRACE.

BR,

Christian

Former Member
0 Kudos

Hi Christian,

The trace is somewhat helpful in analyzing an error. However i thought there might be a debug option as there is for SAP Script.

Answers (1)

Answers (1)

Former Member
0 Kudos

The smartform is just a function module.

What i do typically, if there is a secion of code i need to check, is simply place a break-point statement in a code module, then once it stops, i step through it.

it isn't pretty, but it lets you stop where you want to, rather than stepping through the entire form.