<?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 Function Module Export Parameters - Table in Table (array of arrays) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-export-parameters-table-in-table-array-of-arrays/m-p/7619681#M1570193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[webmethods export parameter table in table|http://picasaweb.google.com/lh/photo/m4xitSkn7Pmih1kewKM9Wg?feat=directlink ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;my problem is to find a suitable export parameter definition for the given webmethods parameters.&lt;/P&gt;&lt;P&gt;I am given from webmethods a&lt;/P&gt;&lt;P&gt;- key table KEY&lt;/P&gt;&lt;P&gt;     - within the key table is a table of attributes: mapAttributes defined, &lt;/P&gt;&lt;P&gt;        with the data elemtents: - SystemName&lt;/P&gt;&lt;P&gt;                                               - attributeName&lt;/P&gt;&lt;P&gt;                                               - attributeLanguage&lt;/P&gt;&lt;P&gt;                                               - columnHeader&lt;/P&gt;&lt;P&gt;                                               - attributeValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried already to define &lt;/P&gt;&lt;P&gt;keys with a tabletype ty_keys&lt;/P&gt;&lt;P&gt;         which was of linetype zty_mapAttributes &lt;/P&gt;&lt;P&gt;         which has the structure zs_mapAttributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this definition is generated in webmethods from the function module, it just returns a single table and not the structure shown in the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to define a table in a table in the data dictionary is not applicable, because I can't define the keys of the structure. (I don't know the lenghts of the given keys from webmethods). The table in the table can't be created in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to change the tabletype into a real table doesn't work, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; Did anyone encounter this kind of data definition problem with a business middleware (maybe this could happen with PI/XI too?)?&lt;/P&gt;&lt;P&gt;Is there a solution for this problem, or is it simply not possible to design an array of arrays in the function module parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 09:09:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-20T09:09:53Z</dc:date>
    <item>
      <title>Function Module Export Parameters - Table in Table (array of arrays)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-export-parameters-table-in-table-array-of-arrays/m-p/7619681#M1570193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[webmethods export parameter table in table|http://picasaweb.google.com/lh/photo/m4xitSkn7Pmih1kewKM9Wg?feat=directlink ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;my problem is to find a suitable export parameter definition for the given webmethods parameters.&lt;/P&gt;&lt;P&gt;I am given from webmethods a&lt;/P&gt;&lt;P&gt;- key table KEY&lt;/P&gt;&lt;P&gt;     - within the key table is a table of attributes: mapAttributes defined, &lt;/P&gt;&lt;P&gt;        with the data elemtents: - SystemName&lt;/P&gt;&lt;P&gt;                                               - attributeName&lt;/P&gt;&lt;P&gt;                                               - attributeLanguage&lt;/P&gt;&lt;P&gt;                                               - columnHeader&lt;/P&gt;&lt;P&gt;                                               - attributeValue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried already to define &lt;/P&gt;&lt;P&gt;keys with a tabletype ty_keys&lt;/P&gt;&lt;P&gt;         which was of linetype zty_mapAttributes &lt;/P&gt;&lt;P&gt;         which has the structure zs_mapAttributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this definition is generated in webmethods from the function module, it just returns a single table and not the structure shown in the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to define a table in a table in the data dictionary is not applicable, because I can't define the keys of the structure. (I don't know the lenghts of the given keys from webmethods). The table in the table can't be created in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to change the tabletype into a real table doesn't work, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; Did anyone encounter this kind of data definition problem with a business middleware (maybe this could happen with PI/XI too?)?&lt;/P&gt;&lt;P&gt;Is there a solution for this problem, or is it simply not possible to design an array of arrays in the function module parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 09:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-export-parameters-table-in-table-array-of-arrays/m-p/7619681#M1570193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T09:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Export Parameters - Table in Table (array of arrays)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-export-parameters-table-in-table-array-of-arrays/m-p/7619682#M1570194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Generated Export Parameters|http://picasaweb.google.com/lh/photo/HxSzK1MSPjQQZ1Dmpex2qQ?feat=directlink ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the view at the generated export parameters, which differs from the view at the original parameters on webmethods.&lt;/P&gt;&lt;P&gt;With this definition of the export structure it would not be possible to take the data back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 09:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-export-parameters-table-in-table-array-of-arrays/m-p/7619682#M1570194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T09:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Export Parameters - Table in Table (array of arrays)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-export-parameters-table-in-table-array-of-arrays/m-p/7619683#M1570195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's solved,&lt;/P&gt;&lt;P&gt;the defintion in the export parameters of the function module is done as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PET_KEY with the TYPE	ZTY_GP_BIS_KEY&lt;/P&gt;&lt;P&gt;ZTY_GP_BIS_KEY has got line type ZSGP_BIS_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure ZSGP_BIS_LIST has got one component:&lt;/P&gt;&lt;P&gt;MAP_ATTRIBUTES is of table type ZTY_GP_BIS_MAP_ATTR_IN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZTY_GP_BIS_MAP_ATTR_IN has got line type ZSGP_BIS_MAP_ATTR_IN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure ZSGP_BIS_MAP_ATTR_IN has got the components:&lt;/P&gt;&lt;P&gt;SYSTEM&lt;/P&gt;&lt;P&gt;ATTRIBUTE&lt;/P&gt;&lt;P&gt;ATTRIBUTE_LANG&lt;/P&gt;&lt;P&gt;COLUMN_HEADER&lt;/P&gt;&lt;P&gt;ATTRIBUTE_VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The desired structure as shown before could be generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-export-parameters-table-in-table-array-of-arrays/m-p/7619683#M1570195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T14:01:05Z</dc:date>
    </item>
  </channel>
</rss>

