cancel
Showing results for 
Search instead for 
Did you mean: 

text translation in sap-script

Former Member
0 Kudos

Hi

I am using sapscript for PO printing . I need to translate some texts in the PO depending upon the language . I have the translated text in all languages . How to go about it . putting condition on language would be a tedious job . Is there some better way to perform these translations .

Awaiting response . Would reward any sort of help .

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Instead Create A TExt Element and euate the text element to the corresponding field which u r transferring to the S. Script.

Suppose ur displaying : &VA_DESCRIPTION& in the SAP Script...

Then Do like this:

VA_DESCRIPTION = TEXT-001.

Now using TRANSLATION TOOL LOAD THE TEXT-001 for all useful languages with the description u already have...

Hope this is clear... For any query write back to me....

Lastly: Don't forget to give POINTS.. as we are putting extra efforts by seating late in office and trying to help u...

Darshan Patel

Former Member
0 Kudos

Hi,

Write these texts in the SO10 Transaction code, and the same, you can write a Include in the Script for those texts, so here we have an option to specify the Launguage also, so this way is better.

INCLUDE name OBJECT name ID name PARAGRAPH name <b>LANGUAGE name</b>

Regards

Sudheer