<?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: Using MAP parameter type through Xacute Query in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365213#M36106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a test transaction and xacute query. It returned me this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{TEST2=[double:3.0], TEST=[string:001]}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I pass that string back and try and get the values they don't exist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program that prints crystal reports. This program requires dynamic parameters based on the report being printed, 1 - n number of parameters. So I figure if I pass in a map of the parameter name and parameter value to a transaction I can easily use these values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Nov 2010 22:10:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-08T22:10:48Z</dc:date>
    <item>
      <title>Using MAP parameter type through Xacute Query</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaq-p/7365211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a transaction that has an input parameter of type Map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is what is the format I have to pass to the transaction through an xacute query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Key=[string:Value]&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jasper&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jasper Vander Velden on Nov 8, 2010 9:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 20:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaq-p/7365211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T20:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using MAP parameter type through Xacute Query</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365212#M36105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create an output property of map and see what the result is when called from another transaction using a tracer to display the property in each of the two transactions.  That should give you the format (and it should be the same in both).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you using a map datatype as an input?  (for my own curiosity).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 21:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365212#M36105</guid>
      <dc:creator>agentry_src</dc:creator>
      <dc:date>2010-11-08T21:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using MAP parameter type through Xacute Query</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365213#M36106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a test transaction and xacute query. It returned me this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{TEST2=[double:3.0], TEST=[string:001]}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I pass that string back and try and get the values they don't exist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program that prints crystal reports. This program requires dynamic parameters based on the report being printed, 1 - n number of parameters. So I figure if I pass in a map of the parameter name and parameter value to a transaction I can easily use these values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 22:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365213#M36106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T22:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using MAP parameter type through Xacute Query</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365214#M36107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for me, give it a try and let me know. Obviously, substitute your own key/value pairs &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;  I added a Tracer inside the transaction, and this is the format that was display in the Tracer Message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{myInt=[[integer:22]], myString=[[string:burp]]}  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pardon all my edits, for some reason, the brackets weren't showing, should be brackets around integer:22 and string:burp&lt;/P&gt;&lt;P&gt;I think I got it fixed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Diana Hoppe on Nov 8, 2010 6:10 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Diana Hoppe on Nov 8, 2010 6:11 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Diana Hoppe on Nov 8, 2010 6:11 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Diana Hoppe on Nov 8, 2010 6:12 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Diana Hoppe on Nov 8, 2010 6:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 23:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365214#M36107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-08T23:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using MAP parameter type through Xacute Query</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365215#M36108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Diana I played around with it a little more and you don't need the square brackets if it's only a string but to specify the type it has to be enclosed in the square brackets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jasper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 02:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/using-map-parameter-type-through-xacute-query/qaa-p/7365215#M36108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-09T02:48:41Z</dc:date>
    </item>
  </channel>
</rss>

