‎2008 May 05 6:04 AM
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.
‎2008 May 05 6:09 AM
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
‎2008 May 05 6:16 AM
how can i decide tht this client dependent & independent.
Table TNAPR does not contain this scipt name.
Please explain more clearly
‎2008 May 05 6:17 AM
i'm doing all chnages in same client then also changes are not visible.
‎2008 May 05 6:34 AM
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
‎2008 May 05 6:20 AM
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
‎2008 May 05 6:28 AM
i hav checked values are also thr buut in script in debugging mode my code is not appearing
wht could be the reason
‎2008 May 05 6:30 AM
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.
‎2008 Aug 11 10:56 AM
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.