<?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: Get Language character from String in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999116#M1896223</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;Is the format of text going to be same as you have mentioned in your example??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 10:31:58 GMT</pubDate>
    <dc:creator>harshal_d</dc:creator>
    <dc:date>2015-04-24T10:31:58Z</dc:date>
    <item>
      <title>Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999115#M1896222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirment is to get character from String&lt;/P&gt;&lt;P&gt;for E.G.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; hithisistest_EN.Doc this is my text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; now i want to onaly EN in my result.&lt;/P&gt;&lt;P&gt;Also check whether this language is exist or not in system?&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;Mahipal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999115#M1896222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T10:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999116#M1896223</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;Is the format of text going to be same as you have mentioned in your example??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999116#M1896223</guid>
      <dc:creator>harshal_d</dc:creator>
      <dc:date>2015-04-24T10:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999117#M1896224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Every time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999117#M1896224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T10:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999118#M1896225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am looking for any direct Keyword in ABAP which is giving expected Result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999118#M1896225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T10:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999119#M1896226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_str =&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'hithisistest_EN.Doc'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;split &lt;/SPAN&gt;lv_str &lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'_' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;lv_str1 lv_str2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;split &lt;/SPAN&gt;lv_str2 &lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'.' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;lv_str1 lv_str2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_str1 will contain 'EN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it in T002 table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999119#M1896226</guid>
      <dc:creator>harshal_d</dc:creator>
      <dc:date>2015-04-24T10:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999120#M1896227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;every time EN is not fixed but there should be any two character of language in SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999120#M1896227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T10:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999121#M1896228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as your text contains&amp;nbsp; '_' and '.' above code will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test it by replacing text with any value. Variable lv_str1 will contain text that follows '_' and precedes '.'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999121#M1896228</guid>
      <dc:creator>harshal_d</dc:creator>
      <dc:date>2015-04-24T10:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999122#M1896229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;lo_matcher &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;cl_abap_matcher&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_result&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;match_result&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_lang&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;langu&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; lo_matcher &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;cl_abap_matcher&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;create&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; pattern &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'\_([A-Z]{2})\.'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;text&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'hithisistest_EN.Doc' &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; lo_matcher&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;find_next&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt; lv_lang &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lo_matcher&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;get_submatch&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1 &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt; &lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;lv_lang&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 13:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999122#M1896229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999123#M1896230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Mahipalsinh Parmar wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;i am looking for any direct Keyword in ABAP which is giving expected Result&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Sometimes you just have to roll up your sleeves and write code.&lt;SPAN __jive_emoticon_name="cry" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1273/images/emoticons/cry.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 13:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999123#M1896230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T13:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get Language character from String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999124#M1896231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To complement the table with languages is the T002 but if you wanna know only languages installed (Founded in transaction SMLT), so you need check the T002C table and looking up rows with X value on LAINST field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 15:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-language-character-from-string/m-p/10999124#M1896231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T15:33:48Z</dc:date>
    </item>
  </channel>
</rss>

