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

Prob in Trigerring Correct Sap-Script

Former Member
0 Likes
469

Hi,

I have copied a Z_Sap script from a standard available Sap script. The form settings are done in the QC02 transaction and The form is triggerred for Pint priview from QC22 transaction. Now in the recipient field if we give language an 'EN'- its trigerring mine Z_Sap script.. and its printing all correctly..

Now the issue is if we change the recipient language from 'EN' to 'FR' or 'DE' or any other language its printing the Standard Sap Script form in the language given. I have checked in the print program that in the OPEN_FORM FM the form name is mine Z_Sap script and spras is also 'F'.

If its showing mine Z_Sap script in OPEN_FORM FM, then it shud also print the same one.. any clues on why is this happening?

Thanks in Adv

Hi,

I have copied a Z_Sap script from a standard available Sap script. The form settings are done in the QC02 transaction and The form is triggerred for Pint priview from QC22 transaction. Now in the recipient field if we give language an 'EN'- its trigerring mine Z_Sap script.. and its printing all correctly..

Now the issue is if we change the recipient language from 'EN' to 'FR' or 'DE' or any other language its printing the Standard Sap Script form in the language given. I have checked in the print program that in the OPEN_FORM FM the form name is mine Z_Sap script and spras is also 'F'.

If its showing mine Z_Sap script in OPEN_FORM FM, then it shud also print the same one.. any clues on why is this happening?

Thanks in Adv

2 REPLIES 2
Read only

Former Member
0 Likes
432

Hi,

You just copy the Z_Script to other launguages then it will work

Regards

Sudheer

Read only

Former Member
0 Likes
432

Hi,

iam not sure whether iam correct or not, but i can say if you include the text as Standard text(Tcode: so10) , and then include the standard text in script editor,

and moreover you need to transalate the language (Tcode SE63), then only you can view the script in the desired language.

Languag etranslation is important to view the text in desired language.

Revert Back if any issues,

Reward with points if helpful.

Regards

Naveen