<?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: extended check warning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-warning/m-p/6540244#M1427840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your high low values are of they are of DE type C(4) probably your woraning is for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2010 03:48:38 GMT</pubDate>
    <dc:creator>anup_deshmukh4</dc:creator>
    <dc:date>2010-01-22T03:48:38Z</dc:date>
    <item>
      <title>extended check warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-warning/m-p/6540243#M1427839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am removing extended check &lt;STRONG&gt;warnings&lt;/STRONG&gt;  in my program :&lt;/P&gt;&lt;P&gt;I got warning as &lt;/P&gt;&lt;P&gt;1).  " Suspicious conversion in V_BEG_PERIOD from ABAP type 'N' to NUMERIC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I changed declaration as int4 as below&lt;/P&gt;&lt;P&gt;v_beg_period  TYPE int4,    " numc2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CONCATENATE c_t_glt0 c_trans_lclcur v_beg_period INTO v_hslfld IN CHARACTER MODE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then My program got error as below while syntax check...Could you please suggest me how to elimate the warning ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"V_BEG_PERIOD" must be a character-like data object (data type C, N, D, T, or STRING) STRING).&lt;/P&gt;&lt;P&gt;2). &lt;/P&gt;&lt;P&gt;"Suspicious conversion in RO_RPMAX-HIGH from ABAP type 'N' to NUMERIC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: v_sum_ctr       TYPE INT4&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF type_s_rpmax,&lt;/P&gt;&lt;P&gt;         sign     TYPE rsdsselopt-sign,&lt;/P&gt;&lt;P&gt;         option   TYPE rsdsselopt-option,&lt;/P&gt;&lt;P&gt;         low      TYPE  rpmax,&lt;/P&gt;&lt;P&gt;         high     TYPE  rpmax,&lt;/P&gt;&lt;P&gt;       END OF type_s_rpmax.&lt;/P&gt;&lt;P&gt;Getting warning at  below stmt.&lt;/P&gt;&lt;P&gt;  v_sum_ctr = RO_RPMAX-high - RO_RPMAX-low + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please  suggest hwo to avoid this warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know warnings are normally  however my client is asking to remove.&lt;/P&gt;&lt;P&gt;YOUR help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 03:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-warning/m-p/6540243#M1427839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-22T03:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: extended check warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-warning/m-p/6540244#M1427840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your high low values are of they are of DE type C(4) probably your woraning is for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 03:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-warning/m-p/6540244#M1427840</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-01-22T03:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: extended check warning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-warning/m-p/6540245#M1427841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First , Move v_beg_period  to character type field and then concatenate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second , Keep the type of below same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_sum_ctr , RO_RPMAX-high , RO_RPMAX-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Harsh Bhalla on Jan 22, 2010 10:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 04:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-check-warning/m-p/6540245#M1427841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-22T04:32:04Z</dc:date>
    </item>
  </channel>
</rss>

