Application Development 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: 

Smart form

Former Member
0 Kudos

Hi All,

Please tell me can we combine text element and include text in a single text node in a smart form.

Also if the standard texts are maintained in 2 languages in SO10 and we want for EN login those to be displayed in both languages , what can be the efficient way of doing this?

Thanks in advance.

With Regards,

Amruta

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

you can't combine TEXT element and include text in a single text.

Create the Standard Text in SO10 in diffrent languages according to your Requirement and call them based on the languge option (declare a variable and pass the language dynamically)in the Text elements of Smartform.

OR Use Se63 for language Translations.

Reward if useful.

Regards,

Raj.

3 REPLIES 3

Former Member
0 Kudos

Hi,

you can't combine TEXT element and include text in a single text.

Create the Standard Text in SO10 in diffrent languages according to your Requirement and call them based on the languge option (declare a variable and pass the language dynamically)in the Text elements of Smartform.

OR Use Se63 for language Translations.

Reward if useful.

Regards,

Raj.

0 Kudos

Actually tahts what my doubt is. Depending on sy-langu I can gtet the include text either in English or Chinese. But what I want is when sy-langu is Chinese , the output will have the texts in both English and Chinese. Please let me know if there is any effective way.

Thanks,

Amruta

Former Member
0 Kudos

HI ,

You not combine two different language text elements.

You can use that Language transulater SE63.

In this SE63 give 3 inputs ,Which laguage to which language U want selected that ,esaly coverted the text elements.

Another one you enter login antoher languages see the text elements.

thanksRegards,

SReddy.