<?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 dynamic internal table - unicode error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410616#M1048088</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;&lt;/P&gt;&lt;P&gt;while creating dynamic internal table i am facing issues with FLTP types fileds lenght - doono why may be some thing to do with unicode , still i am able to manage the same but  &lt;/P&gt;&lt;P&gt;When i am trying to assign database table data to internal table created in last step using select * into dyn_table&amp;gt; from dbtable&lt;/P&gt;&lt;P&gt;i am facing following error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"  In a Unicode system, the type of the operand "dbtab" must be convertible&lt;/P&gt;&lt;P&gt; into that of the operand "itab" for the statement "SELECT * FROM dbtab INTO&lt;/P&gt;&lt;P&gt;  TABLE itab". Regardless of the&lt;/P&gt;&lt;P&gt; length of a Unicode character, both operands must have the same&lt;/P&gt;&lt;P&gt; structure layout.&lt;/P&gt;&lt;P&gt; In this case, this condition has not been met."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen multiple times structure is same ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help..&lt;/P&gt;&lt;P&gt;Usefull answers would be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Sep 2008 16:53:35 GMT</pubDate>
    <dc:creator>former_member40112</dc:creator>
    <dc:date>2008-09-05T16:53:35Z</dc:date>
    <item>
      <title>dynamic internal table - unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410616#M1048088</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;&lt;/P&gt;&lt;P&gt;while creating dynamic internal table i am facing issues with FLTP types fileds lenght - doono why may be some thing to do with unicode , still i am able to manage the same but  &lt;/P&gt;&lt;P&gt;When i am trying to assign database table data to internal table created in last step using select * into dyn_table&amp;gt; from dbtable&lt;/P&gt;&lt;P&gt;i am facing following error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"  In a Unicode system, the type of the operand "dbtab" must be convertible&lt;/P&gt;&lt;P&gt; into that of the operand "itab" for the statement "SELECT * FROM dbtab INTO&lt;/P&gt;&lt;P&gt;  TABLE itab". Regardless of the&lt;/P&gt;&lt;P&gt; length of a Unicode character, both operands must have the same&lt;/P&gt;&lt;P&gt; structure layout.&lt;/P&gt;&lt;P&gt; In this case, this condition has not been met."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen multiple times structure is same ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help..&lt;/P&gt;&lt;P&gt;Usefull answers would be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 16:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410616#M1048088</guid>
      <dc:creator>former_member40112</dc:creator>
      <dc:date>2008-09-05T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table - unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410617#M1048089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using field-symbols? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send the code of the select statement and declaration part...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 17:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410617#M1048089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T17:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table - unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410618#M1048090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select * into corresponding fields of table &amp;lt;dyn_table&amp;gt; from dbtable.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 17:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410618#M1048090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T17:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table - unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410619#M1048091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya im using field symbols .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using following code and pls see the code in bold .. this code make the filed lenght doubles so some where iam diving it by 2 or doing some manupliation to meet my requirement and this the loop hole but donno why this is happening pls help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;dyn_table&amp;gt; TYPE STANDARD TABLE,&lt;/P&gt;&lt;P&gt;               &amp;lt;dyn_wa&amp;gt;,&lt;/P&gt;&lt;P&gt;               &amp;lt;dyn_field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM get_structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;free ifc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : idetails TYPE abap_compdescr_tab,&lt;/P&gt;&lt;P&gt;         xdetails TYPE abap_compdescr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : ref_table_des TYPE REF TO cl_abap_structdescr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get the structure of the table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ref_table_des ?=&lt;/P&gt;&lt;P&gt;      cl_abap_typedescr=&amp;gt;describe_by_name( p_table ).&lt;/P&gt;&lt;P&gt;  idetails[] = ref_table_des-&amp;gt;components[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT idetails INTO xdetails.&lt;/P&gt;&lt;P&gt;    CLEAR xfc.&lt;/P&gt;&lt;P&gt;    xfc-fieldname = xdetails-name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    xfc-datatype = xdetails-type_kind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;if xdetails-type_kind = 'F' or xdetails-type_kind = 'P'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    *xfc-intlen = xdetails-length * 2.*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;   elseif xdetails-type_kind = 'P'.*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;***&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;   xfc-intlen = 17 .*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;***&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;else.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;xfc-intlen = xdetails-length / 2.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;endif.&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   xfc-intlen = xdetails-length .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    xfc-decimals = xdetails-decimals.&lt;/P&gt;&lt;P&gt;    APPEND xfc TO ifc.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "get_structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  create_dynamic_itab&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      This is to create internal table on run time for DSO active&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       tabe and assign it to FS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM create_dynamic_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Create dynamic internal table and assign to FS&lt;/P&gt;&lt;P&gt;  CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      it_fieldcatalog = ifc&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      ep_table        = dy_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ASSIGN dy_table-&amp;gt;* TO &amp;lt;dyn_table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Create dynamic work area and assign to FS&lt;/P&gt;&lt;P&gt;  CREATE DATA dy_line LIKE LINE OF &amp;lt;dyn_table&amp;gt;.&lt;/P&gt;&lt;P&gt;  ASSIGN dy_line-&amp;gt;* TO &amp;lt;dyn_wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "create_dynamic_itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  get_data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      It will fetch data from DSO active table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM get_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Select Data from table.&lt;/P&gt;&lt;P&gt;  SELECT * INTO corresponding fields of table  &amp;lt;dyn_table&amp;gt;&lt;/P&gt;&lt;P&gt;  FROM (p_table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "get_data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 17:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410619#M1048091</guid>
      <dc:creator>former_member40112</dc:creator>
      <dc:date>2008-09-05T17:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table - unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410620#M1048092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS: &amp;lt;table&amp;gt;  TYPE STANDARD TABLE,
                 &amp;lt;line&amp;gt;   TYPE ANY.

  CREATE DATA lt_data TYPE STANDARD TABLE OF (p_table). " this is your table
  ASSIGN lt_data-&amp;gt;* TO &amp;lt;table&amp;gt;.
  CREATE DATA l_struct TYPE (p_table). " this is your structure
  ASSIGN l_struct-&amp;gt;* TO &amp;lt;line&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 17:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410620#M1048092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T17:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table - unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410621#M1048093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     You can try with the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;lt_tab&amp;gt;       TYPE STANDARD TABLE,&lt;/P&gt;&lt;P&gt;                  &amp;lt;ls_line&amp;gt;      TYPE ANY,&lt;/P&gt;&lt;P&gt;                  &amp;lt;lv_tab_value&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : lr_tab  TYPE REF TO data,&lt;/P&gt;&lt;P&gt;              lr_line  TYPE REF TO data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Create reference to table name&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CREATE DATA lr_tab TYPE STANDARD TABLE OF (la_table_name).&lt;/P&gt;&lt;P&gt;    ASSIGN lr_tab-&amp;gt;* TO &amp;lt;lt_tab&amp;gt;.&lt;/P&gt;&lt;P&gt;    CREATE DATA lr_line TYPE (la_table_name).&lt;/P&gt;&lt;P&gt;    ASSIGN lr_line-&amp;gt;* TO &amp;lt;ls_line&amp;gt;.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM (la_table_name)&lt;/P&gt;&lt;P&gt;           INTO TABLE &amp;lt;lt_tab&amp;gt;&lt;/P&gt;&lt;P&gt;           WHERE (lt_condtab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 18:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410621#M1048093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T18:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table - unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410622#M1048094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amandeep !!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in continuation to the same i want to pass this dynamic internal table to FM RFC enabled .. for that matter i am passing these values into String and then using this string in FM .. correct me if this is wrong way to do .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following code is giving dump ...for  Unicode conversion from &amp;lt;l_struct&amp;gt; to lt_string not possible. some special conversion needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :  lt_string TYPE sxms_str_t. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT &amp;lt;lt_data&amp;gt; INTO &amp;lt;l_struct&amp;gt;.&lt;/P&gt;&lt;P&gt;   APPEND &amp;lt;l_struct&amp;gt; TO lt_string.&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggets me if there is any other way to take internal table created in last step to FM RFC enabled .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Sep 2008 05:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410622#M1048094</guid>
      <dc:creator>former_member40112</dc:creator>
      <dc:date>2008-09-06T05:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic internal table - unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410623#M1048095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi .. could u pls tell me what was wrong in my code .. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Sep 2008 07:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-unicode-error/m-p/4410623#M1048095</guid>
      <dc:creator>former_member40112</dc:creator>
      <dc:date>2008-09-06T07:33:11Z</dc:date>
    </item>
  </channel>
</rss>

