cancel
Showing results for 
Search instead for 
Did you mean: 

Changes are not reflected in Script output

Former Member
0 Kudos

Hi All,

i am facing a problem in SAPscript.

I have made a Zscript by copying standard script F110_FR_CHEQUE. I have made the changes in the script as per requirement in development client and transported it to testing client to test (As i dont have any data in development client). But, surprisingly, when i run the program and check the output, the changes are not reflected in the script output.

First i thought that my script was not triggered thats whay i m not getting any change, but later i changed the dimension of one of the window, in which some hard coded text is written, the differece i found was that, window size is changed, but the text written in that window is still same (what was in standard script.) .

I am using standard texts for hard coding in script. Standard texts have been transported in testing client also.

please help me in this regard.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Use the transcation code RSTXTRAN for transporting your texts.

Then these texts will appear in the testing server also.

Regards

Raj

Former Member
0 Kudos

Yes, i have copied the script and standard texts in the testing client also, have checked it also.

Former Member
0 Kudos

I have commented the code using /* in the script editor, and written my code in the editor.

Former Member
0 Kudos

Well sap-script forms are client dependant. Are you sure you transported your form to the right client?

Had this quite often and nearly got deperate over this.

Former Member
0 Kudos

Hi,

Could you plese Check NACE whether your script is confiugring or not.

If it is configured well then Check Standard Text is available or not in Test client by open it in SO10.

Check all the paragrah formats applied to Standard text are transferred to Test client which are in SE72.

IF it is available in SO10 then debug the print program for that windows any standard conditions are calling to print the text.

Former Member
0 Kudos

Hi,

Yes I have created my own standard texts, and i have checked in debugging that its not calling my texts rather its calling the texts (which are hard coded in scripr editor) of standard script F110_FR_CHEQUE. In fact all the code written by me is not called, its the code which was there in standrad script is called though i have commented the code which was there in standard script and have written new code.

former_member555112
Active Contributor
0 Kudos

Hi,

Kindly check whether your Z form has been customised properly?

How have you commented the code?

Regards,

Ankur Parab

former_member555112
Active Contributor
0 Kudos

Hi,

Have you made changes in the SAP standard texts or have you created your own standard texts??

Incase you have created your own texts kindly check whether those are getting called?

Please check the standard texts via SO10 if the changes which you have made are appearing correctly in your testing environment.

Regards,

Ankur Parab