‎2008 Dec 02 6:28 AM
Hello Expert,
there is a script using j1if tcode for challan print out........... i checked out in nace script is z script and program used is standard now when i m changing something in scrip it is not showing changing in script........ is there any one guide me y m unable to see changes when i am using tcode j1if.....
Please replly me......
‎2008 Dec 02 6:31 AM
Hi
Copy this Standard Script to Customize Script and Change According to your requirement
Ranga
‎2008 Dec 02 6:31 AM
Hi
Copy this Standard Script to Customize Script and Change According to your requirement
Ranga
‎2008 Dec 02 6:33 AM
Can u please guide me how to copy scipt to customize script.............
Please.....
‎2008 Dec 02 6:34 AM
Its not a standard script it is Zscript used in j1if where as program used is standard.....
‎2008 Dec 02 6:38 AM
Hi,
May be you are modifying the wrong script. In SE71 give your script name. Then Utilities -> Activate debugger.
Just see if debugging is triggered in your script. If not you are modifying the wrong script.
Regards
‎2008 Dec 02 6:42 AM
Hi Shelly,
Have you done this after making the changes in script. In the Menu in change mode
Form->Check->Definations
and
Form->Check->texts
and check you are copying the same standard program in this.
Regards,
Sachin
‎2008 Dec 02 6:50 AM
hello sir
When i am doing form-> check->defination it is showing no error found in form zmm_a_inv_j1if
‎2008 Dec 02 6:53 AM
Hello Shelly,
To copy the standard script into customized, Please follow following steps:
Go to SE 71 transaction.
Click on Utilities -> Copy From Client.
Enter Standard form name you want to copy and client number (May be 100).
Enter z form name.
Execute or press F 8.
Your form will be copied.
Now go back and enter the z form name that you have entered in previous screen
Click on change.
Now you will be able to change the script.
Please let me know if you have any further questions.
Regards
Neeraj
‎2008 Dec 02 6:59 AM
Hi Shelly,
For example you have developed the script in client 200 (Development) and you are testing the script in client 400 (testing). If these two clients are in the same system then use TCODE SCC1. Give source client as 200 and the transport request (for the script) and execute.
Regards
‎2008 Dec 02 6:35 AM
Hi Shelly
If you have different clients for "Development" and Testing, you need to copy the script from dev client to testing client.
To do this, run prog "rstxcpfs" in your testing client and mention the script name along with source client.
This will copy the changes made in dev client to the testing client. then you can trigger your transaction and see if the changes are reflected.
Cheers
Ravish
‎2008 Dec 02 6:42 AM
Dear Ravish sir,
Please guide me how to copy by using RSTXCPFS......
‎2008 Dec 02 6:47 AM
HI
for the first parameter use the value "FORM".
for object enter your script name.
in source client mention the devleopment client.
then execute.
It should be done.
Cheers
Ravish
‎2008 Dec 02 7:06 AM
Dear sir,
When i am doing this Rstxcps giving below given lines :
Copy Program for SAPscript Forms/Styles where Transl. is Applic.
Form ZMM_A_INV_J1IF 1 language *2 is not available in client 4103
‎2008 Dec 02 7:11 AM
Hi
Pass the language as "EN" or "FR" or whatever your script language is. *2 will give an error.
Ravish
‎2008 Dec 02 6:37 AM
Hi,
Please Elaborateyour Question.
Best Regards,
Surendar Reddy.
‎2008 Dec 02 7:22 AM
Please check ur status of script should be active as u may be activating but due to errors scipt is not activating.
Kindly check window size so status is active.
‎2008 Dec 02 9:14 AM
Hello Expert,
Is there anyone please guide me y i m unable to see changings in scripts when i am running with tcode j1if
Please..............
‎2008 Dec 02 9:28 AM
Hi Shelly,
Have you tried activating the debugger for the script which i mentioned in the previous post?
Regards
Edited by: Rajvansh Ravi on Dec 2, 2008 10:28 AM
‎2008 Dec 09 5:07 AM