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

language error in smartform

anuja_gdhodnge
Participant
0 Likes
2,184

Hello,

I am wroking on smartform. I have requirement to change address according to plant.

So, i have added one text in msartform with condition where gv_werks = '7230'.

In Development system , it is showing correct output.

But  when i moved tr to quality and tried to check the output in quality, then is showing me below message " Original language in DE , Display in EN"

And it not showing me the output.

Please tell me , how to resolve this error?

Regards,

Anuja Dhondge

12 REPLIES 12
Read only

pavanm592
Contributor
0 Likes
1,864

Hi,

Check this thread how to change language of the smart form.

Regards,

Pavan

Read only

Former Member
0 Likes
1,864

Hi Anuja,

Please check the original language of the "address description" maintained for the Plant from wherever you are extracting the address text. If the text for the plants in that particular data element or text module is maintained in EN, you will have to change its original language to DE otherwise create a new one in DE itself.

Let me know.

Regards,

Uk

Read only

0 Likes
1,864

Hi Utkrsha,

I have creted a text module and inserting that into a smartform.

language of this text module is EN and Smartform Original language is DE .

I don't want to change the original language of smartform

Regards,

Anuja Dhondge

Read only

0 Likes
1,864

hi utkarsha,

but when i am log in using language DE , then i am not getting this error, it is showing me output.

But when i log in using language EN , it is giving me this error.

How to change the language of Text module>

Regards,

Anuja Dhondge

Read only

0 Likes
1,864

hi Anuja,

For the text module, after you open it, in the "management" tab, please check if you have selected Translate "Into all languages".

Also, you can open the text module via transaction SMARTFORMS from the DE login and when it asks to change the original language to DE, say yes. This will be good since the original smartform is in DE too.

Let me know.

Thank you.

Read only

0 Likes
1,864

Hi Utkarsha,

If i log in using language DE to the system and then i goto transaction smartforms and click on text module radio button, then i enter my text module name and click on change button and then i chek the management tab , it shows original language as DE.

Similarly , if i log in using EN , is shows original language of the same text module as EN.

Also in that text module Translate into all languages is selected.

so now what can i do?

Regards,

Anuja Dhondge

Read only

0 Likes
1,864

Hi Anuja,

Please let me know if you are checking in development box. It will give you the pop-up asking to change original language if its other than logged in language - ONLY IF you are in development box.

The original language of a text module cannot be 2 languages.

Let me know.

Thanks

Read only

0 Likes
1,864

Hi utkarsha,

Text module original language is DE in development as well as in quality.

Yes, it is asking me to change the orginal language , but i don't want to change the original language of text module.

Is there any another way?

Regards,

Anuja Dhondge

Read only

0 Likes
1,864

Hi,

Check whether the translated text is transported to quality.

Read only

0 Likes
1,864

how to check that?

Read only

0 Likes
1,864

Hi,

You can either check in SE01 whether the transport in which you saved reached the target system by checking the transport log.

Also check in SE63 in quality, you can find the translated text.

Read only

0 Likes
1,864

Hi Anuja,

You can use Tcode : SE76 -> Smartform Translation

Chose your Source Language and Target Language

Ex. Source Language : EN

      Target  Language : DE or vice-verse.

Procedure :

1)Just Enter your SF name

2) Check Radio button Description -> Translate all in the Target Language -> Save it.

3)Check Windows Text and Documentation Radio button and press change button.

Go to each and every node and Translate all in the Target Language -> Save it.

Ones you translate all ,just press release button. It will active all your changes .

Now when you are calling your smart form using SSF_FUNCTION_MODULE_NAME and

CALL FUNCTION FORMNAME  -> Pass parameter Sy-langu in CONTROL_PARAMETERS-LANGU.

so based on your logon language translation will automatically done. Here Form will be remains unique with unique Default language.

Also Translation will automatically included in Transport Request when you are dealing with Tcode SE76.

Let me know if it is helpful.

Regards,

Sagar Pambhar.