<?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>Question Re: ABAP DUMP UC_OBJECTS_NOT_CHARLIKE in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13759604#M4836743</link>
    <description>&lt;P&gt;You would need something like the following because it is telling you the structure has data fields that are not character types. &amp;nbsp;Either that or read it into a string or a designated character type with sufficient length.&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;DATA: BEGIN OF I_STATEMENT,
      FILE(8),
      DEALER(6),
      DATE(6),
      BILLING_NO(12),
      SALES_ORD(12),
      AMOUNT(9),
      PLANT(4),
END OF I_STATEMENT.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2024 17:24:49 GMT</pubDate>
    <dc:creator>Ryan-Crosby</dc:creator>
    <dc:date>2024-07-12T17:24:49Z</dc:date>
    <item>
      <title>ABAP DUMP UC_OBJECTS_NOT_CHARLIKE</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaq-p/13759597</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I need your help with this. I'm getting a dump in line 20 with UC_OBJECTS_NOT_CHARLIKE&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 14:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaq-p/13759597</guid>
      <dc:creator>Abapper0114</dc:creator>
      <dc:date>2024-07-16T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP UC_OBJECTS_NOT_CHARLIKE</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13759604#M4836743</link>
      <description>&lt;P&gt;You would need something like the following because it is telling you the structure has data fields that are not character types. &amp;nbsp;Either that or read it into a string or a designated character type with sufficient length.&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;DATA: BEGIN OF I_STATEMENT,
      FILE(8),
      DEALER(6),
      DATE(6),
      BILLING_NO(12),
      SALES_ORD(12),
      AMOUNT(9),
      PLANT(4),
END OF I_STATEMENT.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 17:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13759604#M4836743</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2024-07-12T17:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP UC_OBJECTS_NOT_CHARLIKE</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13759762#M4836772</link>
      <description>&lt;P&gt;The P type of length 9 means a compressed number of 17 digits. You must not transfer characters to a structure containing P types.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;naaz5elg401020120724450030570030570030570030100.00S1l2035&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;naaz5elg:&amp;nbsp;&lt;/SPAN&gt;FILE(8)&lt;BR /&gt;&lt;SPAN&gt;401020:&amp;nbsp;&lt;/SPAN&gt;DEALER(6)&lt;BR /&gt;&lt;SPAN&gt;120724:&amp;nbsp;&lt;/SPAN&gt;DATE(6)&lt;BR /&gt;&lt;SPAN&gt;450030570030:&amp;nbsp;&lt;/SPAN&gt;BILLING_NO(12),&lt;BR /&gt;&lt;SPAN&gt;570030570030:&amp;nbsp;&lt;/SPAN&gt;SALES_ORD(12),&lt;BR /&gt;&lt;SPAN&gt;100.00S1l:&amp;nbsp;&lt;/SPAN&gt;AMOUNT(9) TYPE P DECIMALS 2 ???????????????????&lt;BR /&gt;&lt;SPAN&gt;2035:&amp;nbsp;&lt;/SPAN&gt;PLANT(4)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before trying to read "100.00S1l", please first explain what this value means, it's not even a number!!!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2024 08:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13759762#M4836772</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-07-13T08:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP UC_OBJECTS_NOT_CHARLIKE</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13760257#M4836814</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/145194"&gt;@Sandra_Rossi&lt;/a&gt;&amp;nbsp;&amp;nbsp;I already tried removing 'S1L' and tried replacing TYPE P with TYPE STRING and TYPE C but its still returning the same dump.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 05:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13760257#M4836814</guid>
      <dc:creator>Abapper0114</dc:creator>
      <dc:date>2024-07-15T05:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP UC_OBJECTS_NOT_CHARLIKE</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13760484#M4836850</link>
      <description>Please don't post an answer, which is reserved to propose a solution. Instead click on "Show replies" and then "Comment".</description>
      <pubDate>Mon, 15 Jul 2024 06:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13760484#M4836850</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-07-15T06:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP UC_OBJECTS_NOT_CHARLIKE</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13760486#M4836851</link>
      <description>&lt;P&gt;You didn't understand what I said: "You must not transfer characters to a structure containing P types."&lt;/P&gt;&lt;P&gt;Also, as I said, you must ask why you obtain this weird format "100.00S1l", what will be transmitted if the number is greater than 999, ask yourself why you define a 17-digits number for only 9 characters available, etc.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 06:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-dump-uc-objects-not-charlike/qaa-p/13760486#M4836851</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-07-15T06:05:40Z</dc:date>
    </item>
  </channel>
</rss>

