‎2007 Jul 26 4:38 PM
Hi Gurus,
Can I store table entires in multiple language? My requirement is to store texts in field MC_STEXT (Name/ Description of object) in table HRP1000 (OM objetcs) in english and french together, So wehen a french user logins he will be able to see the object description stored in the above table in french and an english user will see the same in english..
Is this really possible ?
thanks in adv
Bineesh
‎2007 Jul 26 4:46 PM
No, it is not possible. Either you have to call translation tool to convert the statement from one language to another language.
‎2007 Jul 26 4:44 PM
Hi Bineesh,
Yes it is possible.
Use the column LANGU for this.
For english entry EN and French FR
Regards,
Marcelo Moreira
‎2007 Jul 26 4:45 PM
Hi,
Yes this is possible ! HRP1000 has a field named LANGU which is part of the primary key and contains the language code for the entry.
For example, an entry with french texts should have LANGU = 'F' and an entry with english texts should have LANGU = 'E'.
Regards,
Nicolas.
‎2007 Jul 26 4:45 PM
‎2007 Jul 26 4:46 PM
No, it is not possible. Either you have to call translation tool to convert the statement from one language to another language.
‎2007 Jul 26 4:57 PM
Hi Gurus,
Thanks for your kind input.. But this is standard table. And very important table OM.. So if its possible, there should be a transaction or a way to do it.. not thru direct table update....
Please lemme know If there is anyway to store it two languages...
thanks,
Bineesh
‎2007 Jul 26 5:07 PM
Hi Bineesh,
If you use transaction <b>PP01</b> you can mantain all the objects that are stored in HRP1000. When you there choose the object, you can change Description and choose the language.
Regards,
Marcelo Moreira
‎2007 Jul 26 5:18 PM
Yes. PP01 or some specific transaction PO10, PO13 can used to create object id and its description. But I can use either english or french... How do I maintain the description in both languages?
thanks
Bineesh
‎2007 Jul 26 7:52 PM
Have you tried logging on in EN and maintaining the description then logging on in FR and doing the same?
‎2007 Jul 27 10:30 AM
Bineesh,
Maybe I didn´t get what you really wanto to do!
But in PP01, when you choose "Object", there you can modify description and indicate for which language the description is valid. In this menu you can switch between languages. I tried it out, and it works. When I login in another language the shows me the description that I changed before.
I am in version ECC 6.0 already, maybe this is some new feature...I can´t really remember if I had this option also in 4.6C.
Regards,
Marcelo Moreira
‎2007 Jul 27 4:38 PM
Marcelo,
Thats possible. What I ws trying to do was going to create mode and try to add another language value. But since the object was already created it did not allow. May be I was so prejudiced that i did not try the change mode
And I jus try your slon. its so simple and working...
Thanks a lot
Bineesh
‎2007 Jul 26 4:53 PM
Hi Bineesh,
Yes bineesh you can maintain entries in multiple languages. There is a field '<b>LANGU</b>'. Check the table <b>HRP1000</b>.
Give the value for <b>'Object ID'</b> in the <b>Selection-screen and execute</b>. You will find the <b>multiple entries with same objectid</b> but with <b>different languages</b>. Because language is a <b>keyfield</b> in the table. You can store the multiple entries.