cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms

Former Member
0 Kudos

Hi Experts,

Can we set a breakpoint in smartform. What is the procedure.

Thank you.

Regards,

Admir.

Points will be rewarded.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, in program line - just hard code break user id in Development.

if it is production system - keep the break point at smartform Function module

Answers (3)

Answers (3)

Former Member
0 Kudos

Set break point in the print program.

Former Member
0 Kudos

Hi,

you use break-point

or break user (xyz)

Regards

Shiva

Former Member
0 Kudos

Hi,

Yes u can.

Get the Function Module Name generated for the Smartform. Then switch on the debugging and set the breakpoint at the call of this FM.

You can now look into this FM to search thru the code.

Thanks.