Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging Smartform

Former Member
0 Likes
398

Hi friends,

How to debug smartform in prod server .

Thanks,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
374

Hi Ravi,

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

Hope you have authorization in Prod server.

Reward points if this helps.

Manish

Read only

Former Member
0 Likes
374

HI

Check out this Thread

Regards

Sudheer

Read only

Former Member
0 Likes
374

Hi,

Go to any Smartform.

Go to Environment ->Click Function Module Name .

Go to Se37 and give that Functional Module name.

After entering into the Function Module, Then 'GOTO' Menu click Main Program and in the main program you get includes, in the 'User defined Include Files' (include names which ends with 01) section, you can find includes where you can see the code which is there in Smartform. Keep the breakpoint at that and starts execution with debugging.

regs

Rakesh