<?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: Structure ABAPLIST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042845#M966336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lindy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We cannot directly put character data&lt;/P&gt;&lt;P&gt;   in this kind of structure ABAPLIST&lt;/P&gt;&lt;P&gt;  bcos it contains field RFCRECORD&lt;/P&gt;&lt;P&gt;   which is of type RAW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This structure is generally filled in by the system&lt;/P&gt;&lt;P&gt;   where it stores the output of a list program and&lt;/P&gt;&lt;P&gt;   provides it back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2008 11:33:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-12T11:33:03Z</dc:date>
    <item>
      <title>Structure ABAPLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042844#M966335</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;I have an internal table that has this table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_tableTYPE STANDARD TABLE OF abaplist INITIAL SIZE 0&lt;/P&gt;&lt;P&gt;          WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem trying to load this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I concatenate text into it, I get an error saying table needs to be character-type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I concatenate text into a string, then try and move it to this table, there is no change in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lindy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 11:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042844#M966335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T11:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Structure ABAPLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042845#M966336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lindy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We cannot directly put character data&lt;/P&gt;&lt;P&gt;   in this kind of structure ABAPLIST&lt;/P&gt;&lt;P&gt;  bcos it contains field RFCRECORD&lt;/P&gt;&lt;P&gt;   which is of type RAW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This structure is generally filled in by the system&lt;/P&gt;&lt;P&gt;   where it stores the output of a list program and&lt;/P&gt;&lt;P&gt;   provides it back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 11:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042845#M966336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Structure ABAPLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042846#M966337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use function module ABAPLIST. (But usually we read these list, not write them)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 11:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042846#M966337</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-06-12T11:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Structure ABAPLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042847#M966338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to email a report that has lines longer than 255 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use FM table_compress, I need to pass a table of type ABAPLIST which returns a table of type SOLISTI1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using the following, but the return table is full of funny characters and not my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF t_table,&lt;/P&gt;&lt;P&gt;         line(1000),&lt;/P&gt;&lt;P&gt;       END OF t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_table TYPE STANDARD TABLE OF t_table INITIAL SIZE 0&lt;/P&gt;&lt;P&gt;      WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_attach TYPE STANDARD TABLE OF solisti1 INITIAL SIZE 0&lt;/P&gt;&lt;P&gt;      WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... load internal table it_table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'TABLE_COMPRESS'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      in     = it_table&lt;/P&gt;&lt;P&gt;      out    = it_attach&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... it_attach come back with funny characters ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how I can load my internal table into a table with type ABAPLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lindy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 11:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-abaplist/m-p/4042847#M966338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T11:43:17Z</dc:date>
    </item>
  </channel>
</rss>

