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 : Changes not reflected while debuggging

Former Member
0 Likes
1,785

Hi all,

I have transported my SAPScript from development to testing server.There in the testing server it is showing me the changes.But when i am going into the SAPScript debugging mode then those changes are not been reflected.What can be the reason behind this problem and how can it be solved.

Helpful answers will be rewarded points.

Thanks,

Chinmay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,122

is it in active state in testing check that.

regards

shiba dutta

6 REPLIES 6
Read only

Former Member
0 Likes
1,123

is it in active state in testing check that.

regards

shiba dutta

Read only

0 Likes
1,122

Yeah it is in Active state.

Read only

Former Member
0 Likes
1,122

Hi,

You might have Pressed ACTIVATE DEBUGGER previously.

Activate again and come out of the Transaction of the document and start executing.

Regards,

Anji

Read only

0 Likes
1,122

No I have pressed activate debugger only once before running the transaction and then checked it step by step by pressing F5.

Read only

Former Member
0 Likes
1,122

Thanks for all ur valuable replies......

Read only

vijay_hariharan
Contributor
0 Likes
1,122

Hi

A Very very Old post but just for the benefit of those who might search in future.

There are high chances that the Form you changed and one being called in Debug are of Different Languages i.e. You might have changed the Form in EN(English) and the one being called would be ES(Spanish)

Regards,

Vijay