cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SmartForms Language

david_escofettrenado
Participant
0 Likes
897

Hi,

We have three languages installed in SAP. Spanish, English and German. If an user executes the SmartForms standard in other language (for example Italian) it should be printed by default in English.

How we can set as default English language without modify program control?

View Entire Topic
amit_khare
Active Contributor
0 Likes

In form attributes, select Language as EN and check DO NOT TRANSLATE.

But any data which is coming from print program will not be translated..

If this doesnt work as required then you have to maintained SY-SUBRC = 'EN' as hard coded value in all language dependent texts.