‎2007 Aug 03 12:40 PM
‎2007 Aug 03 12:42 PM
hi,
In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap Break Point.
Regards
Sudheer
‎2007 Aug 03 12:42 PM
hi,
In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap Break Point.
Regards
Sudheer
‎2007 Aug 03 12:43 PM
Hi,
Write the code in the coding part.(in program lines)
break-point.
Regards,
Navaneeth,
‎2007 Aug 03 12:44 PM
Hi,
For smartforms debugging you can do this.
1. Execute the smartform (execute button in SMARTFORMS transaction)
2. Take the generated function module and display it in SE80.
3.Find the smartforms Elements (text elements, windows, code lines, loops) in this and set Soft break points.
Correct name is SMARTFORM_TRACE. You have lots of options for adequate analysis
Tcode - SFTRACE
Regards
‎2007 Aug 03 12:44 PM
hi
good
use hard coded BREAK-POINT at the point where you want to check the code and start debugging.
thanks
mrutyun^
‎2007 Aug 03 12:55 PM
Hi Jyothsna
by putting a break-point in program lines and
if you put a break-point in a function module that is generated by smartform
it will trigger
DONT FORGET TO REWARD POINTS,
BEST REGDS,
kiran.M
‎2007 Aug 05 8:46 AM
Hi,
2 ways to Debug smartform.
1) just write BREAK-POINT in program lines.
2) open ur smartform in one sesion, then execute the program RSTXDBUG in another , now execute ur smartform thru driver program , then u can see that in Debugging mode.
Reward with points if helpful.
Revert back if any issues.
Regards,
Naveen.
‎2007 Aug 05 12:26 PM