<?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: BAPI_USER_CREATE1 generate password with a certain pattern in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369813#M8211</link>
    <description>&lt;P&gt;Yes I figured that out myself  because it returned some "false" password. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Now I'm checking the password and if it doesn't fit I rerun the function module with a limit how often it can executed. Not the perfect solution I think but it works fine.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2017 08:45:43 GMT</pubDate>
    <dc:creator>former_member310342</dc:creator>
    <dc:date>2017-03-03T08:45:43Z</dc:date>
    <item>
      <title>BAPI_USER_CREATE1 generate password with a certain pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369809#M8207</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I'm using the BAPI_USER_CREATE1 function module to create users. I'm also generating a password for each one of them. The passwords contain multiple special signs and stuff and are pretty long. Because the users will get the passwords via a letter they can't copy paste them on their first login. So is there a option how I can generate passwords with a certain pattern like 'no specials' or something? I could find an import parameter on anything in the function module itself.&lt;/P&gt;&lt;P&gt;Thanks for any hints!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 14:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369809#M8207</guid>
      <dc:creator>former_member310342</dc:creator>
      <dc:date>2017-02-10T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CREATE1 generate password with a certain pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369810#M8208</link>
      <description>&lt;P&gt;Some years ago, I needed almost the same thing but found nothing. I created a password-generation class, feel free to use it. See &lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/ruSaRteQ" target="test_blank"&gt;http://pastebin.com/ruSaRteQ&lt;/A&gt;   (there for one month)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 15:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369810#M8208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-10T15:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CREATE1 generate password with a certain pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369811#M8209</link>
      <description>&lt;P&gt;Hey thanks for ur help and sharing ur code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I found a function module as well after a little more search.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/Snippets/Program+to+generate+random+passwords"&gt;&lt;/A&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/Snippets/Program+to+generate+random+passwords" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/Snippets/Program+to+generate+random+passwords&lt;/A&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope that can help someone sometime &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks Roland!&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/Snippets/Program+to+generate+random+passwords"&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369811#M8209</guid>
      <dc:creator>former_member310342</dc:creator>
      <dc:date>2017-02-21T12:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CREATE1 generate password with a certain pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369812#M8210</link>
      <description>&lt;P&gt;You are welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Please note that RSEC_GENERATE_PASSWORD does not necessarily take care of your systems password rules (e.g. one capital letter, one number, one special char and so on).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369812#M8210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-22T14:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_USER_CREATE1 generate password with a certain pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369813#M8211</link>
      <description>&lt;P&gt;Yes I figured that out myself  because it returned some "false" password. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Now I'm checking the password and if it doesn't fit I rerun the function module with a limit how often it can executed. Not the perfect solution I think but it works fine.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 08:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-user-create1-generate-password-with-a-certain-pattern/m-p/369813#M8211</guid>
      <dc:creator>former_member310342</dc:creator>
      <dc:date>2017-03-03T08:45:43Z</dc:date>
    </item>
  </channel>
</rss>

