<?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 String length? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/9177552#M1712693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have three fields which is declared as a string in proxy.&lt;/P&gt;&lt;P&gt;I am using these three fields in my ABAP program.&lt;/P&gt;&lt;P&gt;But the length of these fields should not be more than 34.&lt;/P&gt;&lt;P&gt;Please how to do this in program with out changing the datatype in proxy.&lt;/P&gt;&lt;P&gt;Thnks..in advance...&lt;/P&gt;&lt;P&gt;&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;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Moderator message: please do more research before posting.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2012 08:33:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-31T08:33:38Z</dc:date>
    <item>
      <title>String length?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/9177552#M1712693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have three fields which is declared as a string in proxy.&lt;/P&gt;&lt;P&gt;I am using these three fields in my ABAP program.&lt;/P&gt;&lt;P&gt;But the length of these fields should not be more than 34.&lt;/P&gt;&lt;P&gt;Please how to do this in program with out changing the datatype in proxy.&lt;/P&gt;&lt;P&gt;Thnks..in advance...&lt;/P&gt;&lt;P&gt;&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;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Moderator message: please do more research before posting.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 08:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/9177552#M1712693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-31T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: String length?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/9177553#M1712694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use strlen function to get string length in abap, use like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : Length type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;length = strlen( &amp;lt;variable&amp;gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is length variable you will get exact length for string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 08:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/9177553#M1712694</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2012-12-31T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: String length?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/9177554#M1712695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;combine those 3 fiels by&lt;/P&gt;&lt;P&gt;concatenate f1 f2 f3 into f4.&lt;/P&gt;&lt;P&gt;len = strlen( f4).&lt;/P&gt;&lt;P&gt;you can find the string length by len.&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 08:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/9177554#M1712695</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2012-12-31T08:40:09Z</dc:date>
    </item>
  </channel>
</rss>

