‎2007 Aug 13 10:38 AM
‎2007 Aug 13 10:46 AM
<b>Testing of Script:</b>
According to me, testing is nothing but checking the output for different test cases.
Suppose u want test PO, then we do it in ME23 or ME22 wherever may be. We dont do it from driver program.
In most case the out put will be checked from that particular Transaction Codes.
‎2007 Aug 13 10:51 AM
‎2007 Aug 13 10:49 AM
Hello Riya,
We can debug SAP SCRIPT... Here is the way...
from SE71 enter form name
from Menu Utilities->ACTIVATE DEBUGGER
then execute the script from the Application Transaction
it will stop in the script and check for the Values you need
Smartforms keep a break pint in the Program or
IN the PROGRAM LINES of the SMARTFORM
write BREAK-POINT, where ever you need
execute the smartform it will stop there.
Reward If Helpful
Regards
--
Sasidhar Reddy Matli.
‎2007 Aug 13 10:54 AM
go to se71 tcode.
enter the smartform name.
put a break point in u r se 38.
and next go to utilitites---->active debugger.
this is the way u can test the script program.
‎2007 Oct 11 7:37 AM
Same sapscript is trigger via background job. If the solutions previously provided can't work for you, you could refer to
http://jplamontre.free.fr/SAP/Debug%20background%20process.htm
Reward if helpful =D