‎2008 Jun 21 8:29 AM
Hi All,
I have a problem in Form16..that I want to change Company Name.
Form16 taking the standard sap script program HR_IN_TAXF1600AA and I want to change thereu2026
Here I want to change : <B1>&ENAME1&</>
When I m changing in it, it shows a information u201CForm HR_IN_TAXF1600AA language EN is not available in client 101u201D..
What should I do for change in it..
Plz tellu2026
‎2008 Jun 21 8:36 AM
Hi,
All sapscripts are client dependent, so to make it unique across clients the local copy of the script is normally deleted in the system.
If your 101 client is the dev.client, then the original form is in the client 000. Use the menu options to copy the form from client 000 to your client 101.(or use SCC1 tcode)
Then, you can edit the form.
Once you are done with the changes, use tcode: SCC1 to copy to your test client.
If the testing is success in your test client, migrate the transport from your client 101 to all the clients in your dev.system including client 000.
After the form has migrated all the way to production, use RSTXDEL or SE71 itself to delete your local copy of the sapscript in client 101.
Dont worry, your actual changed version of the sapscript is secure in client 000 and can be again copied with your latest changes for future modifications.
Hope this explanation helps.
Regards,
Subramanian
‎2008 Jun 21 9:22 AM
Hi,
Plz clear that now Form16 has attatched with 000 sapscript program, now i already copied it in 101 client and change as my requirement...but it not reflects that changes...
plz tell that Form16 calls HR_IN_TAXF1600AA sapscript itself earlier, but how can i know that it is calling my copied script program now... i.e. ZHRINTAXF1600AA1 in place of HR_IN_TAXF1600AA.
Plz clear..
‎2008 Jun 21 9:25 AM
Hi,
As I said earlier, sapscript is client dependent.
Use SCC1 to copy from your dev.client 101 to test client.
Regards,
Subramanian
‎2008 Jun 25 6:53 AM
Prince,
Give the Script name in SE71,go to utilities in the menubar>> activate debugger.
Now run your zprogram,if it is getting you to the script debugging screen then it means that zprogram which you are executing is calling the respctive script esle not.
K.Kiran.