‎2005 Dec 28 10:27 AM
How to find the existence of a function Module in different languages?
Thanks
Tharani
‎2005 Dec 28 10:35 AM
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
‎2005 Dec 28 10:35 AM
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
‎2005 Dec 28 10:40 AM
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?
‎2005 Dec 28 10:46 AM
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
‎2005 Dec 28 10:48 AM
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
‎2005 Dec 28 11:00 AM
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
‎2005 Dec 28 10:38 AM
hi
this table ENLFDIR will have fm,language .
but this shows original langauge.
only it shows original language.
vijay