cancel
Showing results for 
Search instead for 
Did you mean: 

Smart form

Former Member
0 Kudos

How to debug Smart form With out Manually writing BREAK-POINT in code lines

I want to debug my smart form in production system

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

execute ur smartform using F8.it will display ur run time FM name again execute it.

In the next screen select the execute with debugging icon.

Regards,

Omkar.

Answers (2)

Answers (2)

Former Member
0 Kudos

hI

SFTRACE can be used for debugging SMARTFORMS.

Read More here.

http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

See the Below thread for how to debug the Smartforms

Former Member
0 Kudos

Hi

SMARTFORMS DEBUGGING

For smartforms debugging you can do this.

1. Execute the smartform (execute button in SMARTFORMS transaction)

2. Take the generated function module and display it in SE80.

3.Find the smartforms Elements (text elements, windows, code lines, loops) in this and set Soft break points.

Correct name is SMARTFORM_TRACE. You have lots of options for adequate analysis

Tcode - SFTRACE

Regards

Anji