<?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: Xpath issue after upgrade from 11.5 to 12.2 in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205134#M48998</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get the solution to this problem ? We are facing the same problem but system restart seems to be resolving it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 18:59:27 GMT</pubDate>
    <dc:creator>former_member196450</dc:creator>
    <dc:date>2014-03-13T18:59:27Z</dc:date>
    <item>
      <title>Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaq-p/9205128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a query that functions correctly on my old xMII 11.5 box but does not function on 12.2. I am making a JCO function to call data from RFC_Read_table. I am attempting to put additional parameters into the Options field, there was a limitation in 11.5 of 70 characters on this, not sure if this is still an issue. In order to get around this a second field was defined, so my query looks a bit like this (my copy and paste function is broken it seems)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JCO Function&lt;/P&gt;&lt;P&gt;Jcofunction.Request(/RFC_READ_TABLE/TABLES/OPTIONS/item[1]/TEXT} = "PARAMETER1 ="" " &amp;amp; Repeater_1.Output(/LOT) &amp;amp; """"&lt;/P&gt;&lt;P&gt;Jcofunction.Request(/RFC_READ_TABLE/TABLES/OPTIONS/item[#2#]/TEXT} = "PARAMETER2 = XYZ"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recieve the following error back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ERROR] Uncaught exception from Jcofunction, No nodes found in variable 'Jcofunction.Request' and xpath: "/RFC_READ_TABLE/TABLES/OPTIONS/item[#2#]/TEXT XML Was .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody have any ideas on what could be causing this ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 17:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaq-p/9205128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-25T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205129#M48993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alister, Try loading RFC proxies again for the JCO action block at design time and execute.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hari &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 18:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205129#M48993</guid>
      <dc:creator>HariCS23</dc:creator>
      <dc:date>2013-01-25T18:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205130#M48994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Hari, do you mean I should generate the XML documentation again for the block ? I did this just now, unfortunately it had no effect, still getting the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 23:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205130#M48994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-25T23:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205131#M48995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right click on your Jco action block --&amp;gt; Configure --&amp;gt; make sure all the seeting are good like Connection alias and credentials alias -&amp;gt; Ok--&amp;gt;Say OK to do you want to generate request/response documents?. &lt;/P&gt;&lt;P&gt;They try to execute your Transaction and see what happens. &lt;/P&gt;&lt;P&gt;Hope this helpls. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 00:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205131#M48995</guid>
      <dc:creator>HariCS23</dc:creator>
      <dc:date>2013-01-26T00:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205132#M48996</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;There can be two issues. &lt;/P&gt;&lt;P&gt;1. XML is not as per the Xpath&lt;/P&gt;&lt;P&gt;2. The RFC is getting issue and not creating output. Probably you get the trace at st22.&lt;/P&gt;&lt;P&gt;3. set the transaction attribute LegacyProcessingMode = true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Creativeweblogo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 15:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205132#M48996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-28T15:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205133#M48997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the help, unfortunately Generating the request/response documents made no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajib, &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;LegacyProcessingMode = true&lt;/SPAN&gt; is set, but it also made no difference I'm afraid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the problem logically, I can run the exact same query in MII 11.5 without issue, I'm thinking the problem is along one of these lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; Error handling MII 12.2 is picking up an error that 11.5 was missing, doesn't seem too likely to me, maybe its possible some of the nodes do not have data though.&lt;/P&gt;&lt;P&gt;- As its the same system I am running against I believe there is no change in how RFC is handled by the ECC 6 system, but maybe how MII interacts has changed somehow ?&lt;/P&gt;&lt;P&gt;- There has been some change to xpath or xml handling in MII that is possibly causing the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do also have custom fields defined for this query, prehaps there is something at fault here ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 17:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205133#M48997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-28T17:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205134#M48998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get the solution to this problem ? We are facing the same problem but system restart seems to be resolving it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 18:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205134#M48998</guid>
      <dc:creator>former_member196450</dc:creator>
      <dc:date>2014-03-13T18:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205135#M48999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alister,&lt;/P&gt;&lt;P&gt;I guess you are getting the error due to "[#2#]". is that link really dynamic? if no then you have to pass it as you have passed it in the above like "[2]"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&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;Suman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 11:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205135#M48999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-14T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205136#M49000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alister,&lt;/P&gt;&lt;P&gt;Are you dealing with some kind of migration? If yes you might want to check on prefixes that mii ammends to the folders/projects that already exists on target 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;Swaroop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2014 16:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205136#M49000</guid>
      <dc:creator>swaroop_anasane</dc:creator>
      <dc:date>2014-03-15T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205137#M49001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for the replies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is an upgrade, I checked the paths versus the old version, I couldn't see any change that should cause an issue. I have also built a stand alone transaction with just the block at issue and the required blocks to make the connection, I get the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[#2#] works in version 11.5, I have tried removing the hashes to resolve this, but it does not help the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A server restart doesn't seem to change the outcome of the error either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It honestly seems like something has changed regarding sending the second options field in version 12. I have also upgraded from 12.2 sp2 to SP5 but it has not resolved the issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a full error I'm getting back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[INFO] Started Execution: '03/18/2014 10:32:10'&lt;/P&gt;&lt;P&gt;[ERROR] [Func_GetChar] Link ('Func_GetChar.Request{/RFC_READ_TABLE/TABLES/OPTIONS/item[2]/TEXT}' [Assign] from ""and VAEDATUM &amp;gt;= '20110122'"") execution threw an exception. Exception: [No nodes found in variable 'Func_GetChar.Request' and xpath: "/RFC_READ_TABLE/TABLES/OPTIONS/item[2]/TEXT" XML was:&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;RFC_READ_TABLE&amp;gt;&amp;lt;INPUT&amp;gt;&amp;lt;DELIMITER&amp;gt; &amp;lt;/DELIMITER&amp;gt;&amp;lt;NO_DATA&amp;gt; &amp;lt;/NO_DATA&amp;gt;&amp;lt;QUERY_TABLE/&amp;gt;&amp;lt;ROWCOUNT&amp;gt;0&amp;lt;/ROWCOUNT&amp;gt;&amp;lt;ROWSKIPS&amp;gt;0&amp;lt;/ROWSKIPS&amp;gt;&amp;lt;/INPUT&amp;gt;&amp;lt;TABLES&amp;gt;&amp;lt;DATA&amp;gt;&amp;lt;item&amp;gt;&amp;lt;WA/&amp;gt;&amp;lt;/item&amp;gt;&amp;lt;/DATA&amp;gt;&amp;lt;FIELDS&amp;gt;&amp;lt;item&amp;gt;&amp;lt;FIELDNAME/&amp;gt;&amp;lt;OFFSET/&amp;gt;&amp;lt;LENGTH/&amp;gt;&amp;lt;TYPE/&amp;gt;&amp;lt;FIELDTEXT/&amp;gt;&amp;lt;/item&amp;gt;&amp;lt;/FIELDS&amp;gt;&amp;lt;OPTIONS&amp;gt;&amp;lt;item&amp;gt;&amp;lt;TEXT&amp;gt;PRUEFLOS = '004123456' and VWERKS LIKE 'AB01'&amp;lt;/TEXT&amp;gt;&amp;lt;/item&amp;gt;&amp;lt;/OPTIONS&amp;gt;&amp;lt;/TABLES&amp;gt;&amp;lt;/RFC_READ_TABLE&amp;gt;]&lt;/P&gt;&lt;P&gt;[WARN] [Func_GetChar] Rolling back "Func_GetChar.Request{/RFC_READ_TABLE/TABLES/OPTIONS/item[1]/TEXT}" to [[xml:&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;RFC_READ_TABLE&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;INPUT&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;DELIMITER&amp;gt; &amp;lt;/DELIMITER&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;NO_DATA&amp;gt; &amp;lt;/NO_DATA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;QUERY_TABLE/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ROWCOUNT&amp;gt;0&amp;lt;/ROWCOUNT&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;ROWSKIPS&amp;gt;0&amp;lt;/ROWSKIPS&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/INPUT&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;TABLES&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;DATA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;WA/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/DATA&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;FIELDS&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;FIELDNAME/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;OFFSET/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;LENGTH/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;TYPE/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;FIELDTEXT/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/FIELDS&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;OPTIONS&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;TEXT&amp;gt;PRUEFLOS = '004123456' and VWERKS LIKE 'AB01’&amp;lt;/TEXT&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/OPTIONS&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/TABLES&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/RFC_READ_TABLE&amp;gt;]]&lt;/P&gt;&lt;P&gt;[ERROR] [Func_GetChar] Action: Runtime threw an exception. Exception: [No nodes found in variable 'Func_GetChar.Request' and xpath: "/RFC_READ_TABLE/TABLES/OPTIONS/item[2]/TEXT" XML was:&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;RFC_READ_TABLE&amp;gt;&amp;lt;INPUT&amp;gt;&amp;lt;DELIMITER&amp;gt; &amp;lt;/DELIMITER&amp;gt;&amp;lt;NO_DATA&amp;gt; &amp;lt;/NO_DATA&amp;gt;&amp;lt;QUERY_TABLE/&amp;gt;&amp;lt;ROWCOUNT&amp;gt;0&amp;lt;/ROWCOUNT&amp;gt;&amp;lt;ROWSKIPS&amp;gt;0&amp;lt;/ROWSKIPS&amp;gt;&amp;lt;/INPUT&amp;gt;&amp;lt;TABLES&amp;gt;&amp;lt;DATA&amp;gt;&amp;lt;item&amp;gt;&amp;lt;WA/&amp;gt;&amp;lt;/item&amp;gt;&amp;lt;/DATA&amp;gt;&amp;lt;FIELDS&amp;gt;&amp;lt;item&amp;gt;&amp;lt;FIELDNAME/&amp;gt;&amp;lt;OFFSET/&amp;gt;&amp;lt;LENGTH/&amp;gt;&amp;lt;TYPE/&amp;gt;&amp;lt;FIELDTEXT/&amp;gt;&amp;lt;/item&amp;gt;&amp;lt;/FIELDS&amp;gt;&amp;lt;OPTIONS&amp;gt;&amp;lt;item&amp;gt;&amp;lt;TEXT&amp;gt;PRUEFLOS = '004123456' and VWERKS LIKE 'AB01'&amp;lt;/TEXT&amp;gt;&amp;lt;/item&amp;gt;&amp;lt;/OPTIONS&amp;gt;&amp;lt;/TABLES&amp;gt;&amp;lt;/RFC_READ_TABLE&amp;gt;]&lt;/P&gt;&lt;P&gt;[ERROR] [Write_File_0]WriteFile error: &lt;/P&gt;&lt;P&gt;[WARN] [Write_File_0] Skipping execution of output links due to action failure.&lt;/P&gt;&lt;P&gt;[INFO] Transaction Completed '03/18/2014 10:32:10'&lt;/P&gt;&lt;P&gt;[INFO] Statistics [Load = 11 ms msec, Parse = 11 ms, Execution = 63 ms, Total = 105 ms]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 10:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205137#M49001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Xpath issue after upgrade from 11.5 to 12.2</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205138#M49002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alister,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if I completely understand your question, but can partly answer it. The 70 char limit in the Options field that you mentioned in the original question can be overcome by sending data in a form of a table instead of a simple text. For e.g. instead of sending options like a text in the RFC_READ_TABLE.Request{/RFC_READ_TABLE/TABLES/OPTIONS/item/TEXT}, create a table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;&amp;lt;OPTIONS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;TEXT&lt;SPAN style="font-size: 10pt;"&gt;&amp;gt;MATNR = 'XXX'&amp;lt;/TEXT&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;TEXT&amp;gt;WERKS = 'YYY'&amp;lt;/TEXT&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;TEXT&amp;gt;CHARG= 'ZZZ'&amp;lt;/TEXT&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/OPTIONS&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the XPATH issue, I see in MII 12.2 that we need to compare dynamic values in XPath using '#'. So a comparision like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local.Data_XML{//Data[Field1='#Local.Field2#']}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saumya Govil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 13:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/xpath-issue-after-upgrade-from-11-5-to-12-2/qaa-p/9205138#M49002</guid>
      <dc:creator>saumya_govil</dc:creator>
      <dc:date>2014-03-18T13:53:52Z</dc:date>
    </item>
  </channel>
</rss>

