2009 Mar 04 7:09 PM
A lot of our output documents need to be printed in different languages. For e.g. a Sales Invoice would have to be in English, German and French and currently with Sapscripts we create separate output types and separate sapscripts for each one of them but they all share the same driver program.
Is this the easiest way to do this? Can it be made simpler using Smartforms perhaps using standard texts or text elements?
2009 Mar 04 7:12 PM
build ur smartforms using text modules and include texts, create a single form and just provide translations to text modules through SE63 and u'll get multi language output using a single form itself.
кu03B1ятu03B9к
2009 Mar 04 7:12 PM
build ur smartforms using text modules and include texts, create a single form and just provide translations to text modules through SE63 and u'll get multi language output using a single form itself.
кu03B1ятu03B9к
2009 Mar 04 7:34 PM
Can this same thing not be done using Sapscripts? i.e. using text includes or text elements in sapscripts
2009 Mar 04 7:40 PM
yes same scripts can be maintained in multi languages by making use of include texts and maintaining translations for these texts.
check this tcode
SE63
goto Translation->long texts->Sapscript and translate it.
кu03B1ятu03B9к
2009 Mar 04 7:46 PM
Hi,
IF you open the smart forms.
In form attributes :
We have language attribute.
there is one button "Into all languages" under translation tab.
check this button.Hope it may helpful to you.
Thanks