<?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 Re: TABLE parameters are obsolete! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527337#M848569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced the same problem some time back, are u on ecc 6.00?&lt;/P&gt;&lt;P&gt;normally when u click once after creating the impor export struc it says TABLE parameters are obsolete! &lt;/P&gt;&lt;P&gt;Click on it once or twice more and it lets you create the table structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 21:08:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-28T21:08:46Z</dc:date>
    <item>
      <title>TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527333#M848565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on creating a function module for generic extraction. When I am working on my function module using&lt;/P&gt;&lt;P&gt;RSAX_BIW_GET_GET_DATA_SIMPLE as a template, I have run into an error "TABLE parameters are obsolete!" &lt;/P&gt;&lt;P&gt;when I have clicked on Table tab to specify the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter Name: E_T_DATA&lt;/P&gt;&lt;P&gt;Typing: LIKE&lt;/P&gt;&lt;P&gt;Associated Type: &amp;lt;the structure name which I have created for this FM&amp;gt;&lt;/P&gt;&lt;P&gt;Optional check: checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got stucked with my function module and have to abort it before exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me to resolve this problem?&lt;/P&gt;&lt;P&gt;If you could, could you also explain to me how E_T_DATA and the structure I have created related in the above setting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 19:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527333#M848565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T19:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527334#M848566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must create a table line on SE11 and then create an IMPORT parameter pointing to that table line...TABLES are obsolete and shouldn't be used...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 20:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527334#M848566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T20:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527335#M848567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of declaring as structure please use as table type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for reference check fm FKK_NR_ITEMS_GET and type FKKNRP_T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 20:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527335#M848567</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-02-28T20:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527336#M848568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The correct name is RSAX_BIW_GET_DATA_SIMPLE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see ABAP Help on CALL FUNCTION command, it explains the new syntax in 6.10:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Use additions parameter_list or parameter_tables (as of release 6.10) to statically or dynamically assign actual parameters to the formal parameters of the function module and return values to the non-class-based exceptions."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CALL FUNCTION - parameter_tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;... [PARAMETER-TABLE ptab] &lt;/P&gt;&lt;P&gt;    [EXCEPTION-TABLE etab]... . "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example the function module will have a parameter (structure) E_T_DATA with the same fields as "&amp;lt;the structure name which I have created for this FM&amp;gt;". In the FM code you will be able to refer to those fields as E_T_DATA-&amp;lt;field name&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 20:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527336#M848568</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-02-28T20:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527337#M848569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced the same problem some time back, are u on ecc 6.00?&lt;/P&gt;&lt;P&gt;normally when u click once after creating the impor export struc it says TABLE parameters are obsolete! &lt;/P&gt;&lt;P&gt;Click on it once or twice more and it lets you create the table structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 21:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527337#M848569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527338#M848570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Could you be more specific? Idealy with one example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 21:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527338#M848570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T21:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527339#M848571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;se11&lt;DEL&gt;&amp;gt; select data type&lt;/DEL&gt;&amp;gt; enter the table type name--&amp;gt; from next popup select 3rd radio button as table type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 21:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527339#M848571</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-02-28T21:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527340#M848572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your second reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you also explain how to create an IMPORT parameter pointing to that table line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 21:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527340#M848572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T21:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527341#M848573</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;In the tables tab give E_T_DATA	TYPE	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: a®s on Feb 28, 2008 4:54 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 21:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527341#M848573</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-02-28T21:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527342#M848574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a table type  as per your suggestion (SE11 -&amp;gt; select data type -&amp;gt; enter the table type name -&amp;gt; from the next pop up select 3rd radio button as table type (I entered the structure name on the table line field).&lt;/P&gt;&lt;P&gt;After that I went to tables tab, gave E_T_DATA, TYPE, &amp;lt;the name of the table type I have just created&amp;gt; as per your suggestion.&lt;/P&gt;&lt;P&gt;But I still get the problem that "Table parameters are obsolete!".&lt;/P&gt;&lt;P&gt;Any further suggestion?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 14:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527342#M848574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527343#M848575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have followed the example FKK_NR_ITEMS_GE and particularly FKKNRP_T to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- go to the Changing Tab&lt;/P&gt;&lt;P&gt;- assign E_T_DATA to Parameter Name&lt;/P&gt;&lt;P&gt;- assign TYPE to Typing&lt;/P&gt;&lt;P&gt;- assign: &amp;lt;the table line I have created as per your previous suggestion&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem has been resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create my FM which has met most of my need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 13:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527343#M848575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T13:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527344#M848576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Blag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information you have provided is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 13:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527344#M848576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T13:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527345#M848577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a function module based on your suggestions/hint.&lt;/P&gt;&lt;P&gt;The function module name is ZMP_BW_DFC03.&lt;/P&gt;&lt;P&gt;When I use this FM to create a datasource, I run into the problem as below:&lt;/P&gt;&lt;P&gt;  TABLE-parameter E_T_DATA for extractor ZMP_BW_DFC03 is missing.&lt;/P&gt;&lt;P&gt;This has occurred when I hit the save icon for the datasource I am going to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide some suggestion as to how to resolve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You either answer me to this email or to the new question I have just posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 15:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527345#M848577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T15:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527346#M848578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your helpful answer.&lt;/P&gt;&lt;P&gt;I ignore the error message and press &amp;lt;RT&amp;gt;, the system allow me to proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 21:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527346#M848578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T21:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527347#M848579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; No problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 22:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527347#M848579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T22:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527348#M848580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any proof (a piece of documentation or something) for this fact (TABLE parameters are obsolete)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 11:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527348#M848580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527349#M848581</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;I followed all the above steps. But, my function module source code works properly if the parameters are in TABLES not CHANGING, so I cut the rows from CHANGING and pasted it in TABLES, and now it doesnt give the OBSOLETE PARAMETERS error and works fine. And the ironic thing is, cut and paste from CHANGING to TABLES works without the table types too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I donot find a sense as to how it works this way, but anyways it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Disha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 08:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527349#M848581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-28T08:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE parameters are obsolete!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527350#M848582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thk Arthur its work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 18:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-parameters-are-obsolete/m-p/3527350#M848582</guid>
      <dc:creator>juansebastian_jimenezsoto</dc:creator>
      <dc:date>2011-05-05T18:49:22Z</dc:date>
    </item>
  </channel>
</rss>

