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

Smartform translation

Former Member
0 Likes
2,263

Hi all,

I have developed a Smartform in EN language. Now, i need to translate the smartform in to DE language. How to acheive the same?

I have gone through the replies in Forum, but i am not really sure about the procedure. Everywhere i see replies to use SE63. But how to use it and what needs to be done is what my question is.

Lets say, i have a smartform developed. Now if i want to translate the same to a different language, where do i start?

Also, if i need the smartform in different language, do i need to create another smartform or can i use the same?

Kindly help me out with this issue. Thanks in advance.

Best Regards,

Ram.

Hi all,

I have developed a Smartform in EN language. Now, i need to translate the smartform in to DE language. How to acheive the same?

I have gone through the replies in Forum, but i am not really sure about the procedure. Everywhere i see replies to use SE63. But how to use it and what needs to be done is what my question is.

Lets say, i have a smartform developed. Now if i want to translate the same to a different language, where do i start?

Also, if i need the smartform in different language, do i need to create another smartform or can i use the same?

Kindly help me out with this issue. Thanks in advance.

Best Regards,

Ram.

9 REPLIES 9
Read only

Former Member
0 Likes
1,434

Hi

These are the steps to be followed and after you perform Translation, you can use the same smartform:

1. goto Transaction SE63

2. in R3 Enterprise select form menu

Translation - ABAP Objects - Other long texts

3. select FS - SSF-Smart Form

4. Object Name: choose your smart form

5. select target language

6. press edit

Regards,

Vishwa.

Read only

0 Likes
1,434

Hi Vishwa,

Thanks for quick reply.

Once i press Edit, what do i do next.

I see the texts available in my current smartform in EN. At the bottom half i see the translated texts. Few are available and few are missing.

What do i do with the missing ones?

How do i make use of this texts?

Best Regards,

Ram.

Read only

0 Likes
1,434

Hi

In the bottom block, you have to provide the translation in the reqd language.

In case its missing ask your fcon for the translated text. Just copy paste the text there and it'll be fine.

Whenever you execute ur form in "DE", the translated text should appear...

Cheers

Ravish

Edited by: Ravish Garg on Dec 8, 2008 2:11 PM

Read only

0 Likes
1,434

First of all what you need to do is, in your driver program declare texts where ever you need some text to be displayed on the form.

EG: Address: zxxxx-bbbb (Here declare address as a text element in your drv prog and pass this to the SF and use this in the SF)

Next step is to use language translation.

Translation>R3 Enterprise>short texts-->text elements

Now give your target language and orig lang and then execute, in the nxt screen give translated form of the text element you wish to convert.

Login to the desired language and then execute the form. This is quite simple, just give it a try.

Rgds,

Narendra.

Read only

Former Member
0 Likes
1,434

Hi,

Use T/code SE63>Translation(Menubar)>Abap objects> Other Long Texts>select " SSF"-->Enter Smartform name and from language and destination language.

Transporting

Please execute the following program for transporting text : RS_LXE_RECORD_TORDER

Target language = * or Target transalation lang.

Object type = SSF

Then Press Create Transport Request button. Create Request.

Then include all your translations to that request.

Regards,

Suresh

Edited by: suresh m on Dec 8, 2008 2:14 PM

Read only

Former Member
0 Likes
1,434

Hi,

SE63>Translation>ABAP Objects->Other long texts->Forms and Styles-->Forms===>

now in the Object name<Client><Form name> like "230z_test"->check for the Source language and Target,if u have created from in English so in source it shud be EN and set the Taget LAng->Edit====>

to Translate "Descriptions" and "WIndows Texts and Documentation" >"change"->Maintain Translations->"Release" (icon)>once all are translated and release.

Regards,

Neha

Edited by: Neha Shukla on Dec 8, 2008 6:45 PM

Edited by: Neha Shukla on Dec 8, 2008 6:45 PM

Read only

Former Member
0 Likes
1,434

Read only

0 Likes
1,434

Thank you all for your replies. Will try these things and up on successful translation, will close the thread by reqwarding appropriately :).

Thanks again.

Best Regards,

Ram.

Read only

0 Likes
1,434

Hi Ram,

Are you done with successful translation?

I have recently worked on it and can tell you the exact procedure for the same.

Regards,

Rahul.