0% found this document useful (0 votes)
95 views6 pages

This Document Helps You On How To Use Se63 Tcode or How To Create Language Translation

This document provides instructions on how to create language translations for a Smartform output. The key steps are: 1) Create the Smartform with labels, 2) Develop a driver program to call the Smartform, 3) Use transaction SE63 to copy the source language labels and create translations for the target language, and 4) Add the language translation object to a transport request to move it to other systems. This allows the Smartform output to display in the specified target language.

Uploaded by

Rajesh P. Mulik
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views6 pages

This Document Helps You On How To Use Se63 Tcode or How To Create Language Translation

This document provides instructions on how to create language translations for a Smartform output. The key steps are: 1) Create the Smartform with labels, 2) Develop a driver program to call the Smartform, 3) Use transaction SE63 to copy the source language labels and create translations for the target language, and 4) Add the language translation object to a transport request to move it to other systems. This allows the Smartform output to display in the specified target language.

Uploaded by

Rajesh P. Mulik
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

This Document helps you on How to use SE63 TCode or How to create Language Translation.

Requirement Output of Smartform should be in Vendor country language or in English language. In this scenario we are going to demonstrate the output of PO in Japanese language and English language. To deal with this scenario we need to consider two things: Label /Text Data from database Please go through the following steps:

Create the Smartform output and give the labels.


Create the driver program for the Smartform. Create the SE63 language translation. Execute Tcode SE63

In Translation Tab Go to Other Long Texts.

Select Forms and Styles. SSF - SAP Smart Form.

Give the name of Smartform name in Capital letters.

Then click on button Source/Target Lang to identify the source language of the form as below

Now select the target Language as Japanese in our scenario, then click on Edit button

On the screen click on Copy Source Text button. The above screen shows you the text/labels in source language of the form and below screen give you the area to maintain the text or labels in target language.

This completes the two versions of the Smartform.

Now create the driver program and pass the language key to the FM .Please see below code:

Now add this Language translation in Transport request.

Go to SE09 and Double click on corresponding TR. Add manually the translation object in TR with following attributes .Please see first entry in TR Program Id - LANG Object Type - SSFO Object Name - ZMM_PO_SF Language - JA <Translation Language>

You might also like