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

Script-Forms

Former Member
0 Likes
292

Hi,

In the text elements of the PO form I have both French and English text.

But when it is medium 1 I am getting only English text and when it is medium 5(emails) I am getting both enlish & French text in the forms.

Any ideas why it is happenning?

I do not have any condition for medium 1 or 5.

Thanks

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
265

Hi Alchemi,

if you give details about print program and function as print output form name and the texts used it may be easier to answer.

Usually the language is depending on master data of plant, customer, vendor or logon language.

Try to reproduce your test with same PO document. If you still have different behavior for print and mail, you may start with sapscript debugger switched on. Break at the INCLUDE text statements. From there, goto ABAP debugger, call hierarchy and see what happens in print program.

Hope that helps.

Regards,

Clemens

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
266

Hi Alchemi,

if you give details about print program and function as print output form name and the texts used it may be easier to answer.

Usually the language is depending on master data of plant, customer, vendor or logon language.

Try to reproduce your test with same PO document. If you still have different behavior for print and mail, you may start with sapscript debugger switched on. Break at the INCLUDE text statements. From there, goto ABAP debugger, call hierarchy and see what happens in print program.

Hope that helps.

Regards,

Clemens