<?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: password validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299137#M1222142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using CRM6.0 and this FM's are not available.&lt;/P&gt;&lt;P&gt;i will explain once again my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user will enter a password in webshop and the java people will send the information to bapi inside that bapi i have to check whether the password string contains a combination of characters,special characters and numbers.&lt;/P&gt;&lt;P&gt;please suggest a suitable solution for this in abap coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;shanto aloor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 10:35:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-10T10:35:39Z</dc:date>
    <item>
      <title>password validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299135#M1222140</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 the following requirement regarding password given by the user .&lt;/P&gt;&lt;P&gt;i have to check the following things on the password entered by user at the time of registeration and also while resetting the password , this is a ecommerce scenario and i will get that password in abap throgh a bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.the password should contains alpha numeric characters&lt;/P&gt;&lt;P&gt;2.password length should be greater than 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any std function module on ABAP to achieve this or is there any configuration setting to achieve this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;shanto aloor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299135#M1222140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: password validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299136#M1222141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the below FM's ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_EMPLOYEE_CHANGEPASSWORD &lt;/P&gt;&lt;P&gt;BAPI_EMPLOYEE_CHECKPASSWORD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299136#M1222141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: password validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299137#M1222142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using CRM6.0 and this FM's are not available.&lt;/P&gt;&lt;P&gt;i will explain once again my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user will enter a password in webshop and the java people will send the information to bapi inside that bapi i have to check whether the password string contains a combination of characters,special characters and numbers.&lt;/P&gt;&lt;P&gt;please suggest a suitable solution for this in abap coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;shanto aloor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 10:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299137#M1222142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T10:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: password validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299138#M1222143</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 can try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: password1 TYPE c LENGTH 10 VALUE 'gfertw1',&lt;/P&gt;&lt;P&gt;      password2 TYPE c LENGTH 10 VALUE 'G001',&lt;/P&gt;&lt;P&gt;      password3 TYPE c LENGTH 10 VALUE 'gfer=w1',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      lv_char TYPE c LENGTH 37,&lt;/P&gt;&lt;P&gt;      lv_len TYPE n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE sy-abcde '0123456789' INTO lv_char SEPARATED BY ' '.&lt;/P&gt;&lt;P&gt;TRANSLATE password1 TO UPPER CASE.&lt;/P&gt;&lt;P&gt;CONDENSE password2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if  password1 CO lv_char .&lt;/P&gt;&lt;P&gt;  write:/ 'success1'.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      write:/ 'error1'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if password2 CO lv_char.&lt;/P&gt;&lt;P&gt;  write:/ 'success2'.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      write:/ 'error2'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if password3 CO lv_char.&lt;/P&gt;&lt;P&gt;  write:/ 'success3'.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      write:/ 'error3'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.password length should be greater than 6.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_len = strlen( password1 ).&lt;/P&gt;&lt;P&gt;if lv_len &amp;lt;= 6.&lt;/P&gt;&lt;P&gt;"error&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 10:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-validation/m-p/5299138#M1222143</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-03-10T10:37:05Z</dc:date>
    </item>
  </channel>
</rss>

