<?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: Maximum length string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888076#M1325997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at [Predefined ABAP Types |http://help.sap.com/abapdocu_70/en/ABENBUILT_IN_TYPES_COMPLETE.htm]&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The predefined data types string and xstring describe data objects of variable length (dynamic data objects). While the length of data objects in all other elementary data types is determined for their whole lifetime, the length of text and byte strings varies according to their content (the maximum size of a string is determined by [profile parameter|http://help.sap.com/abapdocu_70/en/ABENPROFILE_PARAMETER_GLOSRY.htm] ztta/max_memreq_MB, see [Maximum Size of Dynamic Data Objects|http://help.sap.com/abapdocu_70/en/ABENMEMORY_CONSUMPTION_2.htm]).&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So call transaction RZ11 and input ztta/max_memreq_MB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2009 13:49:37 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-07-08T13:49:37Z</dc:date>
    <item>
      <title>Maximum length string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888073#M1325994</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;does anyone know which is the maximum length allowed for a string variable in ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tbahks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 13:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888073#M1325994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T13:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum length string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888074#M1325995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer the below link...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/ABENBUILT_IN_TYPES_DICTIONARY.htm" target="test_blank"&gt;http://help.sap.com/abapdocu_70/en/ABENBUILT_IN_TYPES_DICTIONARY.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like it is dynamic..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 13:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888074#M1325995</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2009-07-08T13:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum length string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888075#M1325996</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;Please see go through the following link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="282408"&gt;&lt;/A&gt;|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="282408"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 13:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888075#M1325996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T13:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum length string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888076#M1325997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at [Predefined ABAP Types |http://help.sap.com/abapdocu_70/en/ABENBUILT_IN_TYPES_COMPLETE.htm]&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The predefined data types string and xstring describe data objects of variable length (dynamic data objects). While the length of data objects in all other elementary data types is determined for their whole lifetime, the length of text and byte strings varies according to their content (the maximum size of a string is determined by [profile parameter|http://help.sap.com/abapdocu_70/en/ABENPROFILE_PARAMETER_GLOSRY.htm] ztta/max_memreq_MB, see [Maximum Size of Dynamic Data Objects|http://help.sap.com/abapdocu_70/en/ABENMEMORY_CONSUMPTION_2.htm]).&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So call transaction RZ11 and input ztta/max_memreq_MB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 13:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888076#M1325997</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-07-08T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum length string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888077#M1325998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21f2e5446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21f2e5446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 13:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888077#M1325998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T13:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum length string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888078#M1325999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..it is variable in nature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 14:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888078#M1325999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T14:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum length string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888079#M1326000</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;it should be 65535 characters, but it's variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from 256 to 65535 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 14:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-length-string/m-p/5888079#M1326000</guid>
      <dc:creator>former_member998879</dc:creator>
      <dc:date>2009-07-08T14:19:55Z</dc:date>
    </item>
  </channel>
</rss>

