<?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: Variables in SAPUI5 path in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727978#M4776708</link>
    <description>&lt;P&gt;no, I think.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 11:30:59 GMT</pubDate>
    <dc:creator>junwu</dc:creator>
    <dc:date>2023-03-30T11:30:59Z</dc:date>
    <item>
      <title>Variables in SAPUI5 path</title>
      <link>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaq-p/12727977</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;I have an need to pass an variable to a list bindng (in this issue, into an UploadSet, but it could also be a Table etc).&lt;/P&gt;
  &lt;P&gt;I know i can do the binding by code, but is it possible to pass the variable directly in XML?&lt;/P&gt;
  &lt;P&gt;Example ({Equnr} is the actual shown Equipment for which i need to get data):&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;items="{path: '/AttachmentSet', filters: [{path: 'Equnr', operator: 'EQ', value1: '{Equnr}'}] }" &amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Mar 2023 10:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaq-p/12727977</guid>
      <dc:creator>jakob_steen-petersen</dc:creator>
      <dc:date>2023-03-30T10:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in SAPUI5 path</title>
      <link>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727978#M4776708</link>
      <description>&lt;P&gt;no, I think.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 11:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727978#M4776708</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2023-03-30T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in SAPUI5 path</title>
      <link>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727979#M4776709</link>
      <description>&lt;P&gt;Hi  Jakob,&lt;/P&gt;&lt;P&gt;Can you more specified about what you want to achieve by it.&lt;/P&gt;&lt;P&gt;if you try to filter the specific data from an array using filter on XML&lt;/P&gt;&lt;P&gt;here this might helpful for you.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;items="{path :'/AttachmentSet', filters : [{path :'Equnr',operator:'EQ',value1 :'Equnr'}]}"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shubham C&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 18:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727979#M4776709</guid>
      <dc:creator>shubham_c</dc:creator>
      <dc:date>2023-03-30T18:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in SAPUI5 path</title>
      <link>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727980#M4776710</link>
      <description>&lt;P&gt;What i want is to filter the rows according to the actual object selected.&lt;/P&gt;&lt;P&gt;In this case it’s a master-detail app. The user selects and equipment on left and this equipment number I need to use in the binding. So again: {equnr} is a variable containing I.ex. “0002000000”.&lt;/P&gt;&lt;P&gt;Again - I know I can code the binding. But I could be easier just to use variable in xml instead &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 06:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727980#M4776710</guid>
      <dc:creator>jakob_steen-petersen</dc:creator>
      <dc:date>2023-04-01T06:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in SAPUI5 path</title>
      <link>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727981#M4776711</link>
      <description>&lt;P&gt;I think you are right. But actually it's weird right?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 06:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727981#M4776711</guid>
      <dc:creator>jakob_steen-petersen</dc:creator>
      <dc:date>2023-04-01T06:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in SAPUI5 path</title>
      <link>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727982#M4776712</link>
      <description>&lt;P&gt;not 100%.&lt;/P&gt;&lt;P&gt;it can be done with xml template, but probably you won't want to go that route.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 11:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/variables-in-sapui5-path/qaa-p/12727982#M4776712</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2023-04-01T11:47:56Z</dc:date>
    </item>
  </channel>
</rss>

