cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Smartform with out keeping break-point

Former Member
0 Kudos

Hi All,

Can we debug a smartform with keeping a break-point in the smartform.

Thanks in advance

Dinakar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Do this:

1> Get the smart form name form environment->function module name.

2> Goto se37 and paste the Fm name. Than from the got menu go to the main program.

3> Double click and enter the last include.

4> Search for "%GLOBAL_INIT". This is basically initialization of the smartform.

And thus you have you piece of code. And here u can set your break points.

Reward points.

Former Member
0 Kudos

it's not technically debugging but txn 'smartform_trace' can provide information on when a smartform is crashing and also show windows and forms being called.

Former Member
0 Kudos

Hi,

When you activate the Smartform, a Function module will be generated, goto se37 and Diasplsy the function module and put the break point where you want it.

Regards

Sudheer

Former Member
0 Kudos

in program lines u can write break point.

without break-point means execute the smart form by selecting execute with debugging icon.

Message was edited by:

Kalpanashri Rajendran

Former Member
0 Kudos

Hi All ,

Sorry, with out keeping a break-point i want to debug the smartform.

is it possible? if so, how?

thanks to every one

Dinakar

Former Member
0 Kudos

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.

Former Member
0 Kudos

Hi Raj,

Thanks for the responce.

I tried it using executing using Debug Icon.

It entered the Smartform function module but in into Smartform.

Is there any other way?

Thanks

Dinakar.

Former Member
0 Kudos

Smart form Debugging - two types

1 Static Break point - you can use break-point in program lines within smartform.

2. Dynamic Break-point - use this one smartform Function module.

or else you can use either /h or activating debugging icon.

Thanks

Seshu