cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms-Debugging

Former Member
0 Kudos

Hi Experts,

I want particular field to debug in samrtforms,iam taking the progam lines and keeping the break point their ,is this way correct if so any way pls explain step by step?

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

u can do one thing

Open the function Module generated by smartform

Find your Field there put a break point over there.

It will stop during executing

Regards

Sandipan

Former Member
0 Kudos

Hi sandipan,

i had given the break point for field name in function module which was generated is just sending that line XDF2_APPEND_SRC_OBJECT IS_SHIPMENT IS_SHIPMENT. i.e value is &IS_SHIPMENT&,BUT it was not stopping there ?pls tell me?

Thanks,

Edited by: nagisethi chalapathi on Mar 27, 2008 1:31 PM

Former Member
0 Kudos

Hi,

Press the binocular button in the tool bar beside pint buuton.

Then give the field name and select the radio button in main program.

Reward If useful

Regards

Sandipan

Former Member
0 Kudos

Hi,

u have changed your post anyway

Do one thing if it is not stopping u u give a hard coded break point

like break <userid>. in the form routine before using the variable and then try it.

regards

Sandipan

Former Member
0 Kudos

Yes , you can put hard coded break points or you can go to the generated functional module and find the field and put soft break point and execute that will stop like a normal report debugging.

Reward points if useful.

Regards,

Nageswar