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

SAP Script

Former Member
0 Likes
717

I have made changes in script but when i 'am debugging the changes are not reflected.

Even if i 'm commenting no changes are observed in output.

Wht could be the reason.

I have made changes in proper script.

8 REPLIES 8
Read only

Former Member
0 Likes
682

Hi,

Scripts are client dependent. Changes made in one client will not be reflected in other implicitly. This has to be done explicitly by using the program RSTXCPFS. Run this program in the environment you want to copy your script.

Hope this helps.

Regards,

Farheen

Read only

0 Likes
682

how can i decide tht this client dependent & independent.

Table TNAPR does not contain this scipt name.

Please explain more clearly

Read only

0 Likes
682

i'm doing all chnages in same client then also changes are not visible.

Read only

0 Likes
682

Hi Abhut,

Explaining this to you in simple terms,

how can i decide tht this client dependent & independent.

Once we activate a Report(se38) changes are reflected in all the clients. We do not have to copy a report to any client explicitly. Hence they are client independent.

Where as in Scripts even a small change made will not be reflected in other clients even though we activate a form. The changes have to be copied explicitly using RSTXCPFS. Hence the scripts are client dependent. Also the script have to be tested in different client, if I am not wrong.

To debug a script, goto SE71->Utilities->Activate Debugger

Table TNAPR does not contain this scipt name.

Give your form name against the field FONAM in selection criteria of table TNAPR. I guess, the table should maintain the entry.

Regards,

Farheen

Read only

Former Member
0 Likes
682

Hi,

I too faced the same problem,we were uncommenting n not getting the rgt result. Check out from where exactly the data is being picked.In our case though we were uncommenting there were no changes 'coz the data was not maintained properly.

So be sure from where u r picking the data n whether tht data exists.

Hope this helps u.

Thanks & Regards,

Ramya Shree M R

Read only

0 Likes
682

i hav checked values are also thr buut in script in debugging mode my code is not appearing

wht could be the reason

Read only

0 Likes
682

Hi,

I am not sure y the changes are not reflecting, but a possible check would be:

Please check if that particular element under which u have done changes is being called or not ?

Thank you.

Reward points if found useful.

Read only

Former Member
0 Likes
682

as i have chage my layout from landscape to potrait the windows were not agjusting in same so the form was inactive.

As i adjusted windows error was resolved.