<?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: Check a file type numeric in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173231#M1822318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep a temporvary Character variable and use it for check or any other purpose. In temporvary character variable you can pass numeric values also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what you do is assign that numeric variable value to that temporvary variable of type character and then do the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you. If there is any issues please revert back to me i will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri Hari Anand Kumar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 12:53:58 GMT</pubDate>
    <dc:creator>former_member221702</dc:creator>
    <dc:date>2014-04-03T12:53:58Z</dc:date>
    <item>
      <title>Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173226#M1822313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Gurus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have a Dump , this dump occurs because&amp;nbsp; my program Check a variable numeric but in this variable have a value with letters ,then occurs dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;STATICS&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;v_catly &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;zcatly&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v_msgtx &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;zmensagem_t&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;v_catly &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OR &lt;/SPAN&gt;v_catly &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;' '&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXIT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;v_catly is type numeric ,but when check&amp;nbsp; " &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;v_catly &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OR &lt;/SPAN&gt;v_catly &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;' '&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;"&amp;nbsp; it has the value '&amp;nbsp;&amp;nbsp; BEA-3 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;The beter solution is?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;1- check if variable have letters with 'CS, CA' ,if yes move to variable char or exist other way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;ERROR:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; An exception occurred that is explained in detail below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; This exception cannot be caught in the context of the current statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; The reason for the exception is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; The program attempted to interpret the value "BEA-3" as a number, but&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; since the value contravenes the rules for correct number formats,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; this was not possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 11:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173226#M1822313</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-04-03T11:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173227#M1822314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define&amp;nbsp; zcatly as NUMC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173227#M1822314</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-04-03T12:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173228#M1822315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nabheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;zcatly is&amp;nbsp; NUMC , it is a data element and is numc &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/425022" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173228#M1822315</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-04-03T12:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173229#M1822316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is its domain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173229#M1822316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-03T12:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173230#M1822317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neal.&lt;/P&gt;&lt;P&gt;Don´t have domain I use incorporated type .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173230#M1822317</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-04-03T12:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173231#M1822318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep a temporvary Character variable and use it for check or any other purpose. In temporvary character variable you can pass numeric values also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what you do is assign that numeric variable value to that temporvary variable of type character and then do the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you. If there is any issues please revert back to me i will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri Hari Anand Kumar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173231#M1822318</guid>
      <dc:creator>former_member221702</dc:creator>
      <dc:date>2014-04-03T12:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173232#M1822319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then simply move this value to a char variable and compare stuff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 13:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173232#M1822319</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-04-03T13:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173233#M1822320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;REPORT&lt;/SPAN&gt; zao&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;START-OF-SELECTION&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*-----------------------&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;DATA&lt;/SPAN&gt;: v_catly&lt;SPAN style="color: #800097;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3399ff;"&gt;8&lt;/SPAN&gt;&lt;SPAN style="color: #800097;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;TYPE&lt;/SPAN&gt; n &lt;SPAN style="color: #0000ff;"&gt;VALUE&lt;/SPAN&gt; &lt;SPAN style="color: #3399ff;"&gt;78213970&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; v_catly &lt;SPAN style="color: #0000ff;"&gt;CO&lt;/SPAN&gt; &lt;SPAN style="color: #4da616;"&gt;'0123456789'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;WRITE&lt;/SPAN&gt;: &lt;SPAN style="color: #4da616;"&gt;'numbers'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*----------------------&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;DATA&lt;/SPAN&gt;: lv_str &lt;SPAN style="color: #0000ff;"&gt;TYPE&lt;/SPAN&gt; string&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; lv_str&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #4da616;"&gt;'782g13970'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;FIND&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;FIRST&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;OCCURRENCE&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;OF&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;REGEX&lt;/SPAN&gt; &lt;SPAN style="color: #4da616;"&gt;'([a-zA-Z])'&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;IN&lt;/SPAN&gt; lv_str&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt; sy-subrc&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;WRITE&lt;/SPAN&gt;:/ &lt;SPAN style="color: #4da616;"&gt;'letter'&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 13:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173233#M1822320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-03T13:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173234#M1822321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to code a MOVE or [UN]PACK statement in a TRY/ENDTRY block catching &lt;SPAN class="lnkgrey"&gt;CX_SY_CONVERSION_NO_NUMBER.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lnkgrey"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lnkgrey"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lnkgrey"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 13:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173234#M1822321</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-04-03T13:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Check a file type numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173235#M1822322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very elegant Luis .I will try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-a-file-type-numeric/m-p/10173235#M1822322</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2014-04-03T14:31:53Z</dc:date>
    </item>
  </channel>
</rss>

