<?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: CDS VIEW TABLE FUNCTION MAXIMUM PARAMETER LENGTH FOR STRING in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544435#M4703052</link>
    <description>&lt;P&gt;I got error when i try to put  a Datatype with a type STRING.&lt;/P&gt;&lt;P&gt;I try string_value but got error. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008534-string-value.png" /&gt;&lt;/P&gt;&lt;P&gt;I try to create a custom datatype with type string.But i also got error as well. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008535-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Can you give particular Datatype to use? Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 07:50:42 GMT</pubDate>
    <dc:creator>jtongol</dc:creator>
    <dc:date>2021-12-20T07:50:42Z</dc:date>
    <item>
      <title>CDS VIEW TABLE FUNCTION MAXIMUM PARAMETER LENGTH FOR STRING</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaq-p/12544433</link>
      <description>&lt;P&gt;Hi Experts, &lt;/P&gt;
  &lt;P&gt;I am new in ABAP HANA. &lt;/P&gt;
  &lt;P&gt;Currenlty im creating a CDS Table function and AMDP. Im having problem when i put paramater length morethan 1333 or when im puting STRG datatype in CDS Function parameter. I need a datatype length greater than 1333 because i am using a "SELECT OPTION" for where clause using CL_SHDB_SELTAB=&amp;gt;combine_seltabs and &lt;STRONG&gt;APPLY_FILTER function(in AMDP)&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;The character length after the conversion using combine_seltabs is morethan 1333. &lt;/P&gt;
  &lt;P&gt;I try to create a custom datatype with type of string. But i got Error. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008536-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I also try to put string_val and any string*.But i got error as well. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008537-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;here is the error i i got in ST22 when i try to put a data element with insufficient length. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008539-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Basically what i need is a datatype that has very large length like the STRING.&lt;/P&gt;
  &lt;P&gt;Can you give me suggestions what datatype should i put on.Thanks in Advance.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008485-cds-concenrs.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 16:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaq-p/12544433</guid>
      <dc:creator>jtongol</dc:creator>
      <dc:date>2021-12-17T16:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW TABLE FUNCTION MAXIMUM PARAMETER LENGTH FOR STRING</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544434#M4703051</link>
      <description>&lt;P&gt;CHAR is the type for text fields. You must use the STRING type instead.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenddic_builtin_types.htm" target="test_blank"&gt;https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenddic_builtin_types.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Dec 2021 07:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544434#M4703051</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2021-12-18T07:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW TABLE FUNCTION MAXIMUM PARAMETER LENGTH FOR STRING</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544435#M4703052</link>
      <description>&lt;P&gt;I got error when i try to put  a Datatype with a type STRING.&lt;/P&gt;&lt;P&gt;I try string_value but got error. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008534-string-value.png" /&gt;&lt;/P&gt;&lt;P&gt;I try to create a custom datatype with type string.But i also got error as well. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2008535-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Can you give particular Datatype to use? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 07:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544435#M4703052</guid>
      <dc:creator>jtongol</dc:creator>
      <dc:date>2021-12-20T07:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW TABLE FUNCTION MAXIMUM PARAMETER LENGTH FOR STRING</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544436#M4703053</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;jtongol0585&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Did you find any solution / workaround for this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 13:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544436#M4703053</guid>
      <dc:creator>former_member249140</dc:creator>
      <dc:date>2022-04-18T13:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW TABLE FUNCTION MAXIMUM PARAMETER LENGTH FOR STRING</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544437#M4703054</link>
      <description>&lt;P&gt;I am also facing same issue. Did anyone find any solution/workaround for this issue? &lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 12:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544437#M4703054</guid>
      <dc:creator>jagadeeswara_madaka</dc:creator>
      <dc:date>2022-07-29T12:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: CDS VIEW TABLE FUNCTION MAXIMUM PARAMETER LENGTH FOR STRING</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544438#M4703055</link>
      <description>&lt;P&gt;Hi. I am also facing similar issue where i am using apply filters in my AMDP code and in case filter string is more than 1333 characters it throws a dump. Did you find a solution to this ?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 16:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-table-function-maximum-parameter-length-for-string/qaa-p/12544438#M4703055</guid>
      <dc:creator>former_member664376</dc:creator>
      <dc:date>2022-09-23T16:00:09Z</dc:date>
    </item>
  </channel>
</rss>

