<?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/7129658#M1512229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Below is my requirement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :lv_var2(100) type c value '[D7]/[DG]',&lt;/P&gt;&lt;P&gt;      lv_var3(100) type c,&lt;/P&gt;&lt;P&gt;      i_count type i,&lt;/P&gt;&lt;P&gt;      lt_data type table of ts_data,&lt;/P&gt;&lt;P&gt;      ls_data type ts_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_count = strlen(lv_var2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_count = i_count  - 1.&lt;/P&gt;&lt;P&gt;lv_var3 = lv_var2+1(i_count).&lt;/P&gt;&lt;P&gt;split lv_var3 at '/' into table lt_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in i_count in need the length of the data : ir value 9.&lt;/P&gt;&lt;P&gt;But strlen is not working.. Please suggest me ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jul 2010 12:04:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-23T12:04:17Z</dc:date>
    <item>
      <title>string length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/7129658#M1512229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Below is my requirement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :lv_var2(100) type c value '[D7]/[DG]',&lt;/P&gt;&lt;P&gt;      lv_var3(100) type c,&lt;/P&gt;&lt;P&gt;      i_count type i,&lt;/P&gt;&lt;P&gt;      lt_data type table of ts_data,&lt;/P&gt;&lt;P&gt;      ls_data type ts_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_count = strlen(lv_var2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_count = i_count  - 1.&lt;/P&gt;&lt;P&gt;lv_var3 = lv_var2+1(i_count).&lt;/P&gt;&lt;P&gt;split lv_var3 at '/' into table lt_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in i_count in need the length of the data : ir value 9.&lt;/P&gt;&lt;P&gt;But strlen is not working.. Please suggest me ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 12:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/7129658#M1512229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-23T12:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: string length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/7129659#M1512230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try giving a space between strlen( and the variable.&lt;/P&gt;&lt;P&gt;strlen( lv_var2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Charumathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 12:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/7129659#M1512230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-23T12:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: string length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/7129660#M1512231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, there are problems in what you've written but it's not STRLEN operator...What is in the length variable in debug?  seems a convoluted way to obtain a simple substring...  and what is this:  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;split lv_var3 at '/' into table lt_data.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;obviously won't work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 12:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/7129660#M1512231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-23T12:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: string length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/7129661#M1512232</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;You have to let a space beside the brackets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;i_count = strlen( lv_var2 ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 12:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-length/m-p/7129661#M1512232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-23T12:28:44Z</dc:date>
    </item>
  </channel>
</rss>

