Application Development 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: 

debug smartform

Former Member
0 Kudos

hi friendz,

could u plz tell me how to debug smartform.

regards,

siri.

4 REPLIES 4

Former Member
0 Kudos

Hi

Either you can <b>'Activate Debugger'</b> from Utilities in Smartforms OR

In any of your code block you can have <b>Break-point</b>. So that, Debugging will start after this stmnt.

Regards,

Raj

Former Member
0 Kudos

Debugging using SOFT break points.

on the display smartform screen, menu path-> ENVIRONMENT->FM NAME.

there you give the function module name for ur smartform

now goto se37 --> give this name --> go to display mode, place the soft break-point(using STOP button frm appli tool bar) where ever you require.

reward if it helps

sony

Former Member
0 Kudos

Hi,

here are the ways to Debug a Smartform

1) In the Smartform, within the Code Node you can hardcode a normal abap Break Point ..

See the Below thread for how to debug the Smartforms

Regards

Sudheer

Former Member
0 Kudos

hi sireesha,

this is the good link for ur question

regards,

Naveen