cancel
Showing results for 
Search instead for 
Did you mean: 

debugging smartform

Former Member
0 Kudos

can i debug smart form in the production?can i keep a break-point in smartform & transport the request to production.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

dont put hardcoded breakpoint in any object including smartform that is going to be production , if u do that one u will be fired out of the company

reward points to all helpful answers

kiran.M

Answers (3)

Answers (3)

Former Member
0 Kudos

HI srinivas,

use this if u have possibility to write a code in program lines.

break username ( for me it is i would code : break lneese.)

but a better option is look up the function module name , goto se37 and put a soft break point there.

Former Member
0 Kudos

Hi ,

Create program lines and put a break-point in that .

U can also put a break-point in the smartf form function module or the

Global-definitions->initialization to chek the values in u are doing some initialization .

Regards

former_member196280
Active Contributor
0 Kudos

Instead of hard-break point you can try this... goto smart form and check whether it contains program lines, if yes.. keep softbreak points in program lines if you don't find any program lines, identify the SF function module name and goto SE37 and inside the source code keep your break-point..

This softbreak points can be kept anywhere, it will help you to debugg, it will not show any impact on program..

If your question is answered, close the thread.

Regards,

SaiRam