<?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: Convert from RAW format data itab to human readable format data? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-from-raw-format-data-itab-to-human-readable-format-data/m-p/7516920#M1560160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can use FM &lt;STRONG&gt;LIST_TO_ASCI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pass the Raw table to listobject and the text table as LISTASCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'LIST_TO_ASCI'
* EXPORTING
*   LIST_INDEX               = '-1'
*   WITH_LINE_BREAK          = ' '
* IMPORTING
*   LIST_STRING_ASCII        =
*   LIST_DYN_ASCII           =
 TABLES
   LISTASCI                 = it_list    "text table
   LISTOBJECT               = obj_list  "raw data table from memory
* EXCEPTIONS
*   EMPTY_LIST               = 1
*   LIST_INDEX_INVALID       = 2
*   OTHERS                   = 3
          .
IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Dec 2010 13:37:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-02T13:37:42Z</dc:date>
    <item>
      <title>Convert from RAW format data itab to human readable format data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-from-raw-format-data-itab-to-human-readable-format-data/m-p/7516919#M1560159</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;Am SUBMITting z_report_1 from z_report_2 and the LIST is EXPORTing to MEMORY. Then, am getting back this report from memory in z_report_2 by using LIST_FROM_MEMORY. but this itab/data/report am getting in RAW format. But, I have to filter some data from this imported (from FM) report and finally I have to print the report with filtered data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. let me know How to get/convert a RAW data itab to human readbale data format, so that I will filter that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 13:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-from-raw-format-data-itab-to-human-readable-format-data/m-p/7516919#M1560159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-02T13:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Convert from RAW format data itab to human readable format data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-from-raw-format-data-itab-to-human-readable-format-data/m-p/7516920#M1560160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can use FM &lt;STRONG&gt;LIST_TO_ASCI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pass the Raw table to listobject and the text table as LISTASCI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'LIST_TO_ASCI'
* EXPORTING
*   LIST_INDEX               = '-1'
*   WITH_LINE_BREAK          = ' '
* IMPORTING
*   LIST_STRING_ASCII        =
*   LIST_DYN_ASCII           =
 TABLES
   LISTASCI                 = it_list    "text table
   LISTOBJECT               = obj_list  "raw data table from memory
* EXCEPTIONS
*   EMPTY_LIST               = 1
*   LIST_INDEX_INVALID       = 2
*   OTHERS                   = 3
          .
IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 13:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-from-raw-format-data-itab-to-human-readable-format-data/m-p/7516920#M1560160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-02T13:37:42Z</dc:date>
    </item>
  </channel>
</rss>

