<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Language Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612212#M599300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bineesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes bineesh you can maintain entries in multiple languages. There is a field '&amp;lt;b&amp;gt;LANGU&amp;lt;/b&amp;gt;'. Check the table &amp;lt;b&amp;gt;HRP1000&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Give the value for &amp;lt;b&amp;gt;'Object ID'&amp;lt;/b&amp;gt; in the &amp;lt;b&amp;gt;Selection-screen and execute&amp;lt;/b&amp;gt;. You will find the &amp;lt;b&amp;gt;multiple entries with same objectid&amp;lt;/b&amp;gt; but with &amp;lt;b&amp;gt;different languages&amp;lt;/b&amp;gt;. Because language is a &amp;lt;b&amp;gt;keyfield&amp;lt;/b&amp;gt; in the table. You can store the multiple entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 15:53:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T15:53:42Z</dc:date>
    <item>
      <title>Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612207#M599295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this really possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in adv&lt;/P&gt;&lt;P&gt;Bineesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 15:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612207#M599295</guid>
      <dc:creator>bineesh_sebastian2</dc:creator>
      <dc:date>2007-07-26T15:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612208#M599296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bineesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the column LANGU for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For english entry EN and French FR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Moreira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 15:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612208#M599296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T15:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612209#M599297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;For example, an entry with french texts should have LANGU = 'F' and an entry with english texts should have LANGU = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 15:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612209#M599297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612210#M599298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check for field HRP1000-LANGU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 15:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612210#M599298</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-07-26T15:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612211#M599299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it is not possible. Either you have to call translation tool to convert the statement from one language to another language.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 15:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612211#M599299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T15:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612212#M599300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bineesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes bineesh you can maintain entries in multiple languages. There is a field '&amp;lt;b&amp;gt;LANGU&amp;lt;/b&amp;gt;'. Check the table &amp;lt;b&amp;gt;HRP1000&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Give the value for &amp;lt;b&amp;gt;'Object ID'&amp;lt;/b&amp;gt; in the &amp;lt;b&amp;gt;Selection-screen and execute&amp;lt;/b&amp;gt;. You will find the &amp;lt;b&amp;gt;multiple entries with same objectid&amp;lt;/b&amp;gt; but with &amp;lt;b&amp;gt;different languages&amp;lt;/b&amp;gt;. Because language is a &amp;lt;b&amp;gt;keyfield&amp;lt;/b&amp;gt; in the table. You can store the multiple entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 15:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612212#M599300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612213#M599301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please lemme know If there is anyway to store it two languages...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Bineesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 15:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612213#M599301</guid>
      <dc:creator>bineesh_sebastian2</dc:creator>
      <dc:date>2007-07-26T15:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612214#M599302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bineesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use transaction &amp;lt;b&amp;gt;PP01&amp;lt;/b&amp;gt; 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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Moreira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 16:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612214#M599302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T16:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612215#M599303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bineesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 16:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612215#M599303</guid>
      <dc:creator>bineesh_sebastian2</dc:creator>
      <dc:date>2007-07-26T16:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612216#M599304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried logging on in EN and maintaining the description then logging on in FR and doing the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 18:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612216#M599304</guid>
      <dc:creator>alison_lloyd</dc:creator>
      <dc:date>2007-07-26T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612217#M599305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bineesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I didn´t get what you really wanto to do! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo Moreira&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 09:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612217#M599305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T09:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Language Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612218#M599306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcelo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I jus try your slon. its so simple and working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Bineesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 15:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/language-issue/m-p/2612218#M599306</guid>
      <dc:creator>bineesh_sebastian2</dc:creator>
      <dc:date>2007-07-27T15:38:34Z</dc:date>
    </item>
  </channel>
</rss>

