cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms debug

Former Member
0 Kudos

Hi all,

Could anyone explain me about step by step procedure to debug a smartforms.

regards,

John

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member193831
Active Participant
0 Kudos

hi John,

There is no soft breakpoints (the way we press a button in SE38 code) in SmartForms.

So we need to put a hard breakpoint. In the program lines put a

stmt like:

break : <username>

This will stop the smartform execution for only the user <username>.

Rgd

Vivek

Former Member
0 Kudos

You can execute smart forms from the smart forms transactions which will throw you in SE37 - you can start debuggin from here.

Create a PROGRAM LINES, place a BREAK-POINT there and when you execute the smart form, the execution will stop there.

Regards,

Ravi

NOte - Please mark all the helpful answers

Former Member
0 Kudos

Hi ,

At place inthe code where you want to debug just write the command BREAK-POINT.

Regrds

Arun