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

Printing problem in script

Former Member
0 Likes
797

Hi Guys,

I have modified the script form in dutch( NL ) language and copied to all langauges in development environment.

Transported to quality .

The script is for billing documents print ( zrvinvoice01)

Problem :

Customer able to print the billing documents only in dutch langauge . but he is not able to print other langauges .

Please guide me where it is the problem , and what needs to be changed.

Thanks in advnce for your suggestion.

Regards,

Sudhakar

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
762

Hi,

Check in print program. You might have opened the form always in NL language. (Check OPEN_FORM call if the language is hardcoded). If yes, pass variable NAST-SPRAS.

Thanks,

Vinod.

6 REPLIES 6
Read only

Former Member
0 Likes
762

Hi Sudhakar,

Well you havent specified whether the texts in other language are not printed or the entire form is not printed in other language.

I hope after copying the script you have maintained the translation through SE63.

Also check whether the print program needs to be modified to select the data based on language key - SPRAS.

Thanks,

Best regards,

Prashant

Read only

vinod_vemuru2
Active Contributor
0 Likes
763

Hi,

Check in print program. You might have opened the form always in NL language. (Check OPEN_FORM call if the language is hardcoded). If yes, pass variable NAST-SPRAS.

Thanks,

Vinod.

Read only

0 Likes
762

Hi Guys,

Thank you for quick reponse .

I have got another problem after copying script.

When i copied the script from Dutch language to english language all the window names and text converted to Dutch.

But now the user wants the scripts in their respective languanges.

Please guide me How to get back the scripts in their respective languages.

Thank you for your suggestions

Regards,

Sudhakar

Read only

0 Likes
762

Hi,

You need to get the respective language translations and maintain them manually in SE71. When you copy the script from one language to other, system won't do the translations.

Go to SE71 in the respective language, remove Dutch text and keep the translated values. This is a manual process. There is no other automation tool.

Thanks,

Vinod.

Read only

0 Likes
762

Hi,

Again i got a problem in sap script

Problem :

client asked to copy from production system to development system.

How to do it?

Thanks in advance

Regards

Sudhakar

Read only

0 Likes
762

Hi,

Again you have got the solution in SCN

Use the program RSTXSCRP. EXPORT the required script from production system into a .txt file and IMPORT in to development system using the same program.

Read the program documentation in SE38 before using this.

Thanks,

Vinod.