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

Problem with debugging a script

Former Member
0 Likes
768

Hi,

I am debugging a z script which is used by the transaction F110. Whenever I activate a script for debugging and run the transaction F110, it is not going to debugging mode. However whatever the changes I made to that form will reflect.

Please let me know why it is happening like this.

"Printout" button is there in F110 transaction. I am using that.

Thanks,

Vinayak

5 REPLIES 5
Read only

Former Member
0 Likes
728

HI,

if you activate the debugger in se71 transaction

for your zscript

it should stop.

otherwise check in spro settings by consulting your fi consultant

for the script attached to that f110 transaction

if it is correct then automatically it will trigger your zscript

if you activate the debugger..

regards,

Venkatesh

Read only

Former Member
0 Likes
728

first before the last pushbutton on screen enter /h and enter

Settings -> update debugging .. and it will work

Read only

Former Member
0 Likes
728

In T-Code SE71, put your script form name,say, ZSCRIPT in the screen provided, then go to 'Utilities' in Menu bar and click 'Activate Debugger', a message will appear confirming debugging is started.

now run your transaction, F110 in your case, and your script will start in debug mode...

Reward points if useful, get back in case of query...

Cheers!!!

Read only

Former Member
0 Likes
728

Go to the script and activate the debugger there and then goto SE#8 and debug the program

In se71 under utilities -> activate debugger

Read only

Former Member
0 Likes
728

Go to se38 and debug