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

Populating Description in different language

former_member197703
Participant
0 Likes
1,240

Hi,

While Creating a material i want to populate the material description in different languages (German and Chinese).

But the problem is how to convert the description in different languages in program.

Is there any function module available for translation ?

Please advice.

SAP Version: ECC5.0

Thanks and Regards,

Vaibhav

6 REPLIES 6
Read only

Former Member
0 Likes
1,090

Just read this Thread carefully.

Read only

0 Likes
1,090

Hi Amit,

my Requirement:

Material is created in Windchill and then it comes to SAP through a Z BAPI, we are using 'BAPI_MATERIAL_SAVEDATA' in this Z BAPI to save the material.

I want to populate the materialdescription table in the save Bapi with the descriptions in different languages along with English. So that the MAKT table will have the description in different languages.

But the problem is, how to translate material description in some other language, is there any function module available to translate ?

Thanks and Regards,

Vaibhav

Read only

0 Likes
1,090

are you going to pass texts for multiple languages in the BAPI or lookign for SAP to do automatic translation?

for the former, try passing the texts with langauge key in MATERIALDESCRIPTION. for later I doubt there is a way.

Read only

0 Likes
1,090

I want SAP to translate the description in different languages automatically.

Is there any way to do it?

Regards,

Vaibhav

Read only

0 Likes
1,090

SAP is no babelfish. you need to translate yourself

Read only

former_member197703
Participant
0 Likes
1,090

Its not possible to translate.