2009 Jan 06 8:05 AM
hi,
i have kept break point in my smart form at any many places . but when i execute the smart form im unable to debug the code . its not stopping at the break points what could be the problem.
hi,
i have kept break point in my smart form at any many places . but when i execute the smart form im unable to debug the code . its not stopping at the break points what could be the problem.
2009 Jan 06 8:07 AM
2009 Jan 06 8:10 AM
Hi Mohammed,
Write break <user name> in the text editor, where you want to stop the processing.
Regards,
Nitin.
2009 Jan 06 8:12 AM
hi,
Place your breakpoint in the program lines..
like BREAK-POINT. and activate the form..
Check the function module , your calling smartform is the same name..
let me know..
regards
vijay
2009 Jan 06 8:24 AM
2009 Jan 06 9:31 AM
Hi,
Under Table / Template Right Click and select create-> Flowlogic->Program lines.
And give the synatx
break <username>.
then execute your forms, it will enter into the debug mode.
Hope it works for you.
Regrads,
Tharani.K
2009 Jan 06 9:31 AM
Hi,
Under Table / Template Right Click and select create-> Flowlogic->Program lines.
And give the synatx
break <username>.
then execute your forms, it will enter into the debug mode.
Hope it works for you.
Regrads,
Tharani.K
2009 Jan 06 8:13 AM
2009 Jan 06 8:13 AM
2009 Jan 06 8:13 AM
hi
u can manually start the debbuger by executing /h in task bar
it will go in debbuger mode
regards
prashant
2009 Jan 06 8:16 AM
HI,
either write break-point or break <username> in ur smartform program lines.
And ensure that the particular program lines cannot be skipped during execution.
Or you could open the smartform generated FM in se37 and search for any of ur program lines and put a break-point there.
2009 Jan 06 8:17 AM
Hi,
When you write BREAK-POINT in same place of smartform (code lines) and it doesn't stop there, this means it doesn't reach this point at smartform's execution (i.e. empty loop).
Regards
Marcin
2009 Jan 06 9:00 AM
Hi,
There are 3 ways of debergging the smart form.
1. AS we can start the deburging by passing /H in the tcode while execting the form.
2. BY passing the break-point <username> in the program lines of the form.
3. As Each form generates the functional module put a static break point in the function module.
Regards,
Naresh.
2009 Jan 06 9:01 AM
Hi Mohammed abdul hai.
I suggest you try hard coding a break-point (or with your user name) or else during executing the function module of the smartform execute in debugging mode near the execute option.
Also I suggest that go to debugging mode using "/h" and then place a break-point at that code line (say) function module, statement, subroutine or method or execption using "Breakpoints-->Breakpoint at --> the statement desired to be triggered"
If this doesn't work give feedback.
Best regards
Harsh Dave
2009 Jan 06 9:12 AM
Hi Mohammed,
Smartforms generate a Function module on activation.
You can find the FM name under option Environment-->dispaly Function module.
Display the FM via SE37 and choose the program lines where you want to have a Break point and proceed with the same way as you place break points for reports.
Check the printpreview of the smartform and the you can debug your code.
Regards,
Babul.
2009 Jan 06 9:19 AM
Hi,
in smart form we r write the break poing in the program line ,after that u will execute the smart form it will go to the debugg mode,plz check the break point once.
regards,
Madhu
2009 Jan 06 9:31 AM
Hi,
Under Table / Template Right Click and select create-> Flowlogic->Program lines.
And give the synatx
break <username>.
then execute your forms, it will enter into the debug mode.
Hope it works for you.
Regrads,
Tharani.K
2009 Jan 06 9:37 AM
2009 Jan 06 9:55 AM
Hi
write BREAKPOINT. keyword before the line you want to debug.
debugger will automatically stop at that line.
regards
prashant
2009 Jan 06 10:04 AM
Hi,
You want to write BREAK-POINT or BREAK <username> in your smartform program lines.
Regards,
Joan
2009 Jan 06 10:15 AM
Hello Mahammad,
On activation, the smartform generates an function module.
To debug a smartform ,after activation you have to got to Environment->function module name and from there get the automatically generated function module name of your smartform.
Then goto SE37, and display the attributes of you function module.
Get the program name from there under the general data tab.
Then goto SE38, enter that program name and open it in dislpay mode.
There in the program in its last include which would be of kind, (INCLUDE /1BCDWB/LSFxxxxxxxF01),contains the coding of the smartform.
Now set the breakpoint in that include program and debug your smartform.
Hope it helps you.
Thanks Mansi
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |