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

hi, how to debug forms of script

Former Member
0 Likes
3,130

hi

could anybody tell me how to debug script forms.

i am using /h in se71, but it is not going inside form.

pl guide me fast.

thanx

robo

hi

could anybody tell me how to debug script forms.

i am using /h in se71, but it is not going inside form.

pl guide me fast.

thanx

robo

7 REPLIES 7
Read only

Former Member
0 Likes
1,522

goto SE71,

the click the menu button utilities, and then click activate debugger.

at next processing of a sap-script form debugger will pop up.

Read only

Former Member
0 Likes
1,522

Hi,

Execute the Program <b>RSTXDBUG</b>

one way is to Use Tools - Word Processing - Layout Set (SE71). Enter name of layout set and then Utilities - Activate Debugger.

For the print program , you can set the break point in the driver program..

and activate..

Reward points if this helps.

Manish

Read only

Former Member
0 Likes
1,522

execute the prg RSTXDBUG.

regds,

kiran

Read only

Former Member
0 Likes
1,522

chk this blog if it can help you

/people/sudheer.junnuthula2/blog/2007/01/09/script-debugging

Read only

Former Member
0 Likes
1,522

Hi Robo,

There are 2 ways to to activate the Debuging ..

1) Execute the program RSTXDUBG

2) In the Se71 initial screen Utilities -> Activate Debugger

See My Blog for more information on Script Debugging

/people/sudheer.junnuthula2/blog/2007/01/09/script-debugging

Regards

Sudheer

Message was edited by:

Sudheer Junnuthula

Read only

Former Member
0 Likes
1,522

Hi Rocky,

Go through the following two ways

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

Sreeni

Read only

Former Member
0 Likes
1,522

Hi Rocky,

goto se71 and give ur script name then click on utilities button and click on

debbug button ur debbgur is on

then u goto ur driver program and execute .

Please reward points if useful answer .