<?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: FM for Random password in a specific pattern in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968611#M397625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the code&lt;/P&gt;&lt;P&gt;Password Field on Selection-screen   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code sets a PARAMETER to be a password input field, where for security &lt;/P&gt;&lt;P&gt; purposes only *'s are displayed on the screen during input   &lt;/P&gt;&lt;P&gt;				i.e. Password: ******* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Parameters: p_password like sy-uname. 

*******************************************************
*AT SELECTION-SCREEN OUTPUT.
AT SELECTION-SCREEN OUTPUT. 
loop at screen. 
  check screen-name eq 'P_PASSWORD'. 
  move: 1 to screen-invisible. 
  modify screen. 
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2007 14:03:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-13T14:03:31Z</dc:date>
    <item>
      <title>FM for Random password in a specific pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968608#M397622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know if there is any FM to generate a password with SPECIFIC pattern like there should not be digits after 2 letters..etc if given a length as input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 13:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968608#M397622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T13:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: FM for Random password in a specific pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968609#M397623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no such FM...u need to write code internally in ur program to handle this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 13:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968609#M397623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T13:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: FM for Random password in a specific pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968610#M397624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this FM  &amp;lt;b&amp;gt;ISB_RANDOM_CHAR&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 13:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968610#M397624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T13:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: FM for Random password in a specific pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968611#M397625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the code&lt;/P&gt;&lt;P&gt;Password Field on Selection-screen   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code sets a PARAMETER to be a password input field, where for security &lt;/P&gt;&lt;P&gt; purposes only *'s are displayed on the screen during input   &lt;/P&gt;&lt;P&gt;				i.e. Password: ******* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Parameters: p_password like sy-uname. 

*******************************************************
*AT SELECTION-SCREEN OUTPUT.
AT SELECTION-SCREEN OUTPUT. 
loop at screen. 
  check screen-name eq 'P_PASSWORD'. 
  move: 1 to screen-invisible. 
  modify screen. 
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 14:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968611#M397625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T14:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: FM for Random password in a specific pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968612#M397626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Can you also tell me how to assign this generated pass word for a document sa VBELN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 16:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968612#M397626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-13T16:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: FM for Random password in a specific pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968613#M397627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Also you can use the above FM's &amp;amp; class cl_abap_random to set the seed so that you can generate consecutive passwords in different sequences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is better that the passwords should not be in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if you find it help ful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 04:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968613#M397627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T04:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: FM for Random password in a specific pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968614#M397628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Also you can use the above FM's &amp;amp; class cl_abap_random to set the seed so that you can generate consecutive passwords in different sequences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is better that the passwords should not be in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if you find it help ful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 04:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-random-password-in-a-specific-pattern/m-p/1968614#M397628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T04:06:36Z</dc:date>
    </item>
  </channel>
</rss>

