<?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 Table Entry length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215702#M1206282</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;             Please let me know the logic when user enters value in ZTABLE and he should be able to enter only either 6 or 8 digits of value else throw a error message.I have created a event generator for the same but m not able to find how to calculate the entered value length for the same table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2009 10:20:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-24T10:20:40Z</dc:date>
    <item>
      <title>Table Entry length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215702#M1206282</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;             Please let me know the logic when user enters value in ZTABLE and he should be able to enter only either 6 or 8 digits of value else throw a error message.I have created a event generator for the same but m not able to find how to calculate the entered value length for the same table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215702#M1206282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Entry length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215703#M1206283</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;PRE&gt;&lt;CODE&gt;

data : len type i.
data : name type string.


name = 'some values'.

len = strlen ( name ).

if len LT 6 and len GT 8
"Error.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 10:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215703#M1206283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T10:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table Entry length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215704#M1206284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a small error in above code, as you mentioned you want 6 or 8 characters as valid entry so you should change the above IF condition like this &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if len = 6 OR len = 8.
"Error.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 16:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215704#M1206284</guid>
      <dc:creator>Shafiq_Rehman1</dc:creator>
      <dc:date>2009-02-24T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table Entry length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215705#M1206285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 07:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-entry-length/m-p/5215705#M1206285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T07:53:33Z</dc:date>
    </item>
  </channel>
</rss>

