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

Changes in script

Former Member
0 Likes
1,799

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......

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,769

Hi

Copy this Standard Script to Customize Script and Change According to your requirement

Ranga

18 REPLIES 18
Read only

Former Member
0 Likes
1,770

Hi

Copy this Standard Script to Customize Script and Change According to your requirement

Ranga

Read only

0 Likes
1,769

Can u please guide me how to copy scipt to customize script.............

Please.....

Read only

0 Likes
1,769

Its not a standard script it is Zscript used in j1if where as program used is standard.....

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

hello sir

When i am doing form-> check->defination it is showing no error found in form zmm_a_inv_j1if

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

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

Read only

Former Member
0 Likes
1,769

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

Read only

0 Likes
1,769

Dear Ravish sir,

Please guide me how to copy by using RSTXCPFS......

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

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

Read only

0 Likes
1,769

Hi

Pass the language as "EN" or "FR" or whatever your script language is. *2 will give an error.

Ravish

Read only

0 Likes
1,769

Hi,

Please Elaborateyour Question.

Best Regards,

Surendar Reddy.

Read only

Former Member
0 Likes
1,769

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.

Read only

0 Likes
1,769

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..............

Read only

0 Likes
1,769

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

Read only

Former Member
0 Likes
1,769

ok