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

sapscript

Former Member
0 Likes
553

Hello Experts,

Plz let me know how to test SAPSCRIPT.

thanku

5 REPLIES 5
Read only

Former Member
0 Likes
534

<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 don’t do it from driver program.

In most case the out put will be checked from that particular Transaction Codes.

Read only

0 Likes
534

Hi rahman,

can u please eleborate ur answer

Read only

Former Member
0 Likes
534

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.

Read only

Former Member
0 Likes
534

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.

Read only

Former Member
0 Likes
534

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