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

FM Languages

Former Member
0 Likes
824

How to find the existence of a function Module in different languages?

Thanks

Tharani

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
798

Hi

What do want to do?

The ABAP code of FMs doesn't depend on languages, only text elements depend on languages.

There're some fms have the language as parameter in their interface because they have to get some texts.

Max

6 REPLIES 6
Read only

Former Member
0 Likes
799

Hi

What do want to do?

The ABAP code of FMs doesn't depend on languages, only text elements depend on languages.

There're some fms have the language as parameter in their interface because they have to get some texts.

Max

Read only

0 Likes
798

I want to add an exception.

when I went for the change mode, an message poped up as

original language-German and log on Lang- English. If I include changes, I want to implement it in all the existing languages. I dont know in what all language the FM exist. How can I find it?

Read only

0 Likes
798

In your case all the text elements are existing with German.

So inside text elemets scree goto menu>Translation>ggive the other language.

Now u will get a screen with all text pools.

mention the required desciption and click on confirm translation.

Thanks'

Eswar

Read only

0 Likes
798

Hi Tharani,

You can check <b>TFTIT</b>, as it will contail all function module names with their titles in the availble languages.

Hope This Info Helps YOU.

<i>Reward Points If It Helps YOU</i>.

Regards,

Raghav

Read only

0 Likes
798

Hi

You shouldn't check the fms, but the function group.

You can see the original language in the table TRDIR.

If your object is std, it should be translated for all languages you've loaded on your systems.

If you want to knows which languages are active in your system, you should run the trx SMLT.

Max

Read only

Former Member
0 Likes
798

hi

this table ENLFDIR will have fm,language .

but this shows original langauge.

only it shows original language.

vijay