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

Handling multiple languages in SAPscripts and Smartforms

Former Member
0 Likes
1,980

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
940

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к

4 REPLIES 4
Read only

Former Member
0 Likes
941

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к

Read only

Former Member
0 Likes
940

Can this same thing not be done using Sapscripts? i.e. using text includes or text elements in sapscripts

Read only

0 Likes
940

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к

Read only

tarangini_katta
Active Contributor
0 Likes
940

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