<?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: Text tables STXH and STXL in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141545#M3659686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't worked with long texts much, but perhaps &lt;A __default_attr="111195" __jive_macro_name="user" class="jive_macro_user jive_macro" data-objecttype="3" data-orig-content="Justin  Molenaur" href="https://community.sap.com/"&gt;&lt;/A&gt;'s document on this topic is helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="102933" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="How To...Load and Convert SAP Long Text into HANA using SLT" href="https://community.sap.com/" modifiedtitle="true" title="How To...Load and Convert SAP Long Text into HANA using SLT"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 13:28:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-18T13:28:25Z</dc:date>
    <item>
      <title>Text tables STXH and STXL</title>
      <link>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaq-p/10141544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a project requirement that has a component that requires extracting pieces of information from text tables STXH and STXL.&amp;nbsp; Apparently we have data being concatenated into single text fields with pipe delimiters that will need to be extracted and parsed for a reporting requirement.&amp;nbsp; We have discussed possibility of replicating these tables into HANA but in our environment these tables are enormous.&amp;nbsp; Not to mention the ABAP logic that typically reads these tables via READ_TEXT function module is apparently quite complex.&amp;nbsp; I've been asked by our ABAP developers to find out if there is a way to call the READ_TEXT function module directly inside a HANA view and if not there must be others using HANA that are having the same issue and how have you handles retrieving this data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 20:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaq-p/10141544</guid>
      <dc:creator>patrickbachmann</dc:creator>
      <dc:date>2014-03-17T20:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables STXH and STXL</title>
      <link>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141545#M3659686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't worked with long texts much, but perhaps &lt;A __default_attr="111195" __jive_macro_name="user" class="jive_macro_user jive_macro" data-objecttype="3" data-orig-content="Justin  Molenaur" href="https://community.sap.com/"&gt;&lt;/A&gt;'s document on this topic is helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="102933" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="How To...Load and Convert SAP Long Text into HANA using SLT" href="https://community.sap.com/" modifiedtitle="true" title="How To...Load and Convert SAP Long Text into HANA using SLT"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 13:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141545#M3659686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-18T13:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables STXH and STXL</title>
      <link>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141546#M3659687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the ref Jody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick - the How to document should be just what you are looking for. The pain point is that you need an ABAP box in order to convert the compressed text columns, which HANA cannot do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding volumes, you actually don't even need STXH at all as long as you know the object types, etc that you are looking for from STXL. Additionally, you can filter out the data you don't need through SLT configurations for replication (still have the pain of initial load). Good news is that this is solved in SLT DMIS 2011 SP06, where you can filter the initial load too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following discussion in conjunction with the How To document and you should be golden.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="3313517" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Selective Data Replication / Filtering in SLT" href="https://community.sap.com/" modifiedtitle="true" title="Selective Data Replication / Filtering in SLT"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 13:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141546#M3659687</guid>
      <dc:creator>justin_molenaur2</dc:creator>
      <dc:date>2014-03-18T13:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables STXH and STXL</title>
      <link>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141547#M3659688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys many thanks for leading me to these excellent posts!&amp;nbsp; I'm just digesting them further before I close this thread.&amp;nbsp; Indeed looks like exactly what I need.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141547#M3659688</guid>
      <dc:creator>patrickbachmann</dc:creator>
      <dc:date>2014-03-19T14:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables STXH and STXL</title>
      <link>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141548#M3659689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok closing this thread.&amp;nbsp; Also I DID search the forums for STXL before I posted this but I never thought to check SLT forum.&amp;nbsp; Actually I didn't even know there was one until this.&amp;nbsp; Thanks again guys.&amp;nbsp; Great stuff.&amp;nbsp; Justin you're quickly moving to the top of my HANA guru pedestal with Ravi and Lars.&amp;nbsp; Keep up the great work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 20:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141548#M3659689</guid>
      <dc:creator>patrickbachmann</dc:creator>
      <dc:date>2014-03-19T20:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables STXH and STXL</title>
      <link>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141549#M3659690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that may be a stretch putting me in the same category as those gentlemen, but thanks for the kind words. Glad I could help out and that my document will be put to practical use!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you hit any snags. Just out of curiosity, what texts are you targeting and how are you planning to use once you land in HANA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 01:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141549#M3659690</guid>
      <dc:creator>justin_molenaur2</dc:creator>
      <dc:date>2014-03-20T01:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Text tables STXH and STXL</title>
      <link>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141550#M3659691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure thing will do.&amp;nbsp; We have some change information that is stored in texts for sales orders.&amp;nbsp; Inside the texts are time stamps separated with pipe delimiters.&amp;nbsp; We are going to parse that and do some time calculations for on time delivery metrics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;-Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 13:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/text-tables-stxh-and-stxl/qaa-p/10141550#M3659691</guid>
      <dc:creator>patrickbachmann</dc:creator>
      <dc:date>2014-03-20T13:44:36Z</dc:date>
    </item>
  </channel>
</rss>

