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

smartform deburgging

Former Member
0 Likes
676

hi all ,

i need some help of urs in doing deburgging smartforms. will u provide some examples for me regarding this.

hi all ,

i need some help of urs in doing deburgging smartforms. will u provide some examples for me regarding this.

4 REPLIES 4
Read only

Former Member
0 Likes
660

Hi,

What help do you need.

Hard code break-point in code area that you want to debug.

Edited by: srishti singh on Apr 21, 2009 10:31 AM

Read only

0 Likes
660

i need debugging for hardcode.

Read only

0 Likes
660

If u want to debug the smartform take the function module of the form by going through Environment ->Function module name and goto se37 give the FM name and click on display.

Then go to Attritubets and double click on Prog name and in the next screen double clik on Include prog name. This will display the entire coding of ur smartform. Here U can place the debugging according to ur requirement.

Another method of debugging is through Hard coded in SFForm.

Read only

Former Member
0 Likes
660

hi,

write a break-point statement in initialization tab of global definitions. or click execute button it will give the FM name then goto to main program and put a break point where ever you want.