<?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: LKKBLF99   runtime error while export data to the local file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153212#M1621496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Run time error|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="843111"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Error|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="415799"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Sep 2011 09:13:01 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2011-09-10T09:13:01Z</dc:date>
    <item>
      <title>LKKBLF99   runtime error while export data to the local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153211#M1621495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got this error while i export data to the local file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         &lt;STRONG&gt;OBJECTS_NOT_CHARLIKE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Date and Time          10.09.2011 13:32:43&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     The current statement requires a character-type data object.&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    At the statment&lt;/P&gt;&lt;P&gt;         "STRLEN( obj )..."&lt;/P&gt;&lt;P&gt;    , only character-type data objects are supported at the argument&lt;/P&gt;&lt;P&gt;    position "obj".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In this particular case, the operand "obj" has the non-charcter-type type&lt;/P&gt;&lt;P&gt;    "P".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"OBJECTS_NOT_CHARLIKE"&lt;/P&gt;&lt;P&gt;"SAPLKKBL" or "LKKBLF9&lt;/P&gt;&lt;P&gt;"GEN_FIELD_OUT2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Include               LKKBLF99&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Überführung int. in ext. Format via Konvertierungsexit&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    if not gs_fc-convexit is initial or                     "INS TECH11&lt;/P&gt;&lt;P&gt;       not gs_fc-inttype ca 'CN'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  elseif not gs_fc-convexit is initial.            "DEL TECH11&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      write  to gs_out-hlpchar left-justified.&lt;/P&gt;&lt;P&gt;      gs_out-hlplen = strlen( gs_out-hlpchar ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ansonsten entspricht sich min. Ausgabelänge und Ausprägungslänge&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      if gs_fc-tech_form ne 99.&lt;/P&gt;&lt;P&gt;        gs_out-hlplen = strlen(  ).&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;__________________________&lt;/P&gt;&lt;P&gt; the error says the operand "obj" has the non-charcter-type type " P" .&lt;/P&gt;&lt;P&gt; i do debug on this and find the &lt;STRONG&gt;LS_FIELDCAT-INTTYPE = " P".&lt;/STRONG&gt; so i changed it the QUAN type with length 13 decimal places 2. i can't change it in "C" char type or "NUMC" type  because i need the output in decimals. the output is for amount and quantity so need this in decimal places up to 2 or 3. &lt;/P&gt;&lt;P&gt;but still find the same, i do debug on it after change it into QUAN type. find the same value for &lt;STRONG&gt;LS_FIELDCAT-INTTYPE = " P".&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;let me know how can i define this in char type with decimal places or what. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give some suggestion, if you need code, i will post the code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 08:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153211#M1621495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-10T08:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: LKKBLF99   runtime error while export data to the local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153212#M1621496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Run time error|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="843111"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Error|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="415799"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 09:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153212#M1621496</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-10T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: LKKBLF99   runtime error while export data to the local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153213#M1621497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhurao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, but the ans is not clear in both the cases.&lt;/P&gt;&lt;P&gt;On 2nd option i need more clarification, i also do a reply on the same post to Harshit .. how his problem get resolve... &lt;/P&gt;&lt;P&gt;any way if you have any suggestion plz share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need my program code, let me know. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 09:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153213#M1621497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-10T09:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: LKKBLF99   runtime error while export data to the local file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153214#M1621498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check by changing the data types.Please paste your code i will check in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 09:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lkkblf99-runtime-error-while-export-data-to-the-local-file/m-p/8153214#M1621498</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-10T09:55:20Z</dc:date>
    </item>
  </channel>
</rss>

