<?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>Question Re: Filter LanguageCode in CategoryName in SDK in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337348#M4620982</link>
    <description>&lt;P&gt;Dear Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data type "LanguageCode" is not located in the namespace AP.Common.GDT.&lt;/P&gt;&lt;P&gt;If you import the&lt;STRONG&gt; namespace BASIS.Global in your BODL-File&lt;/STRONG&gt; you should be able to use it.You can look up the namespaces of data types in the Repository Explorer (menu "View") by switching to the top menu tab "Data Types" there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the BODL-Editor doesn't provide code-completion to find the according namespace to the entry in the RepositoryExplorer, but the ABSL-Editor does. So if you do not find a namespace path just open any ABSL-Script, type "import " and hit CTRL+SPACE and you can browse all avalable entries.&lt;/P&gt;&lt;P&gt;If a data type exists in multiple namespaces (and you imported these), it can sometimes be neccessary to explicitly define the path, e.g. "element userSelectedLanguage :BASIS.Global:LanguageCode";&lt;/P&gt;</description>
    <pubDate>Thu, 25 Mar 2021 07:58:15 GMT</pubDate>
    <dc:creator>former_member564242</dc:creator>
    <dc:date>2021-03-25T07:58:15Z</dc:date>
    <item>
      <title>Filter LanguageCode in CategoryName in SDK</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaq-p/12337346</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I am doing a development in which I want to obtain the id of the defect and the name of the defect, when trying to obtain the name I find the casuistry that I cannot filter the language of the name because the LanguageCode field does not come within the CategoryName node. However, reviewing the Repository Explorer we can see that it appears as a filter parameter so I understand that there must be some way to filter the language.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1904263-screenshot-1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;can anybody help me?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 07:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaq-p/12337346</guid>
      <dc:creator>former_member592061</dc:creator>
      <dc:date>2021-03-24T07:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filter LanguageCode in CategoryName in SDK</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337347#M4620981</link>
      <description>&lt;P&gt;Rubén,&lt;/P&gt;&lt;P&gt;Just get the collection of all CategoryName nodes and use the .Where() function to filter by language code. You may need to declare a temporary variable with the same field type to populate it.&lt;/P&gt;&lt;P&gt;Lewis&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 16:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337347#M4620981</guid>
      <dc:creator>former_member183363</dc:creator>
      <dc:date>2021-03-24T16:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filter LanguageCode in CategoryName in SDK</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337348#M4620982</link>
      <description>&lt;P&gt;Dear Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data type "LanguageCode" is not located in the namespace AP.Common.GDT.&lt;/P&gt;&lt;P&gt;If you import the&lt;STRONG&gt; namespace BASIS.Global in your BODL-File&lt;/STRONG&gt; you should be able to use it.You can look up the namespaces of data types in the Repository Explorer (menu "View") by switching to the top menu tab "Data Types" there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the BODL-Editor doesn't provide code-completion to find the according namespace to the entry in the RepositoryExplorer, but the ABSL-Editor does. So if you do not find a namespace path just open any ABSL-Script, type "import " and hit CTRL+SPACE and you can browse all avalable entries.&lt;/P&gt;&lt;P&gt;If a data type exists in multiple namespaces (and you imported these), it can sometimes be neccessary to explicitly define the path, e.g. "element userSelectedLanguage :BASIS.Global:LanguageCode";&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 07:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337348#M4620982</guid>
      <dc:creator>former_member564242</dc:creator>
      <dc:date>2021-03-25T07:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filter LanguageCode in CategoryName in SDK</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337349#M4620983</link>
      <description>&lt;P&gt;Hi Lewis,&lt;/P&gt;&lt;P&gt;Thanks for answering.&lt;BR /&gt;1. By doing a where I don't have the option to filter by the field.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1906470-img3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2. What is the temporary variable for?&lt;/P&gt;&lt;P&gt;Can you give me more detail of your idea&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 08:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337349#M4620983</guid>
      <dc:creator>former_member592061</dc:creator>
      <dc:date>2021-03-25T08:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter LanguageCode in CategoryName in SDK</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337350#M4620984</link>
      <description>&lt;P&gt;Hi Shena,&lt;/P&gt;&lt;P&gt;I don't have the LanguageCode option to be able to filter&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1906471-img4.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 08:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-languagecode-in-categoryname-in-sdk/qaa-p/12337350#M4620984</guid>
      <dc:creator>former_member592061</dc:creator>
      <dc:date>2021-03-25T08:11:06Z</dc:date>
    </item>
  </channel>
</rss>

