‎2006 Jul 26 1:43 PM
hello SDNs ,
is it possible to debug SMARTFORMS?
thanks in advance.
aravind.
‎2006 Jul 26 1:47 PM
‎2006 Jul 26 1:46 PM
Hi ,
Yes , it is possible to debug smartforms.
Insert "BREAK-POINT" statement in smartform , wherever you want the control to stop.
it will stop at that point.
regards.
santosh.
‎2006 Jul 26 1:46 PM
Yes.
Dynamic:
Generate the Smartform. You'll get a Function Module generated. Display the FM and search for the statement and place the Break-Point and execute.
Static:
Place the key word BREAK-POINT and execute.
Regds,
Vinodh.
Message was edited by: vinodh balasubramaniam
‎2006 Jul 26 1:47 PM
Hai Aravind Naidu
SAP Script:
YOu Can debug a SAP Script by activating debugger in two ways 1.In SE71->Menu->Utilities->Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.
2. Goto se38-> RSTXDBUG ->Execute this same as going thru in se71-> Menu, now debugger will be activated.
Smartform:I am afraid , we dont have any direct commands or direct procedure to debug a script. But in indirect ways we can do it.
1.Put a command line before where you want check the value of smartform and write the code "BREAK-POINT"->hardcoded debugging.
2.You can debug the function module which generates the smartform.
Regards
Sreenivasulu P
‎2006 Jul 26 1:47 PM
‎2006 Jul 26 1:49 PM
‎2006 Jul 26 1:56 PM