<?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: Default User Parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957611#M1799534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Holger!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 11:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-19T11:33:48Z</dc:date>
    <item>
      <title>Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957603#M1799526</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;I want some default parameters automatically be assigned to new users when they are created instead of manually adding every time in su01 transaction code. Do you know how to configure this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 12:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957603#M1799526</guid>
      <dc:creator>fatihyar</dc:creator>
      <dc:date>2013-12-05T12:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957604#M1799527</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;A simple technique that I have used in the past is to have a template UserID that contains your defaults and then just copy that and populate with the variable info like roles, user name etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 14:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957604#M1799527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-05T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957605#M1799528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 15:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957605#M1799528</guid>
      <dc:creator>ACE-SAP</dc:creator>
      <dc:date>2013-12-05T15:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957606#M1799529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fatih&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a template user.(which will have the default parameters you needed) and make a &lt;STRONG&gt;copy&lt;/STRONG&gt; of &lt;STRONG&gt;template user&lt;/STRONG&gt; every tym you create a new user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; You can create a SECATT for tcode SU10 ( I recommend it only when you are creating &lt;STRONG&gt;bulk users&lt;/STRONG&gt; frequently like you get creation of users every day like 100 or 50 users )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 15:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957606#M1799529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-06T15:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957607#M1799530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a way to do it but SAP removed the documentation on it as they wanted to replace it with something better. That became the provisioning framework workflows in SAP IdM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use your own defaults still via customizing IDs in table SSM_CUST -&amp;gt; for events in SU01, you can call custom function modules to populate fields with defaults.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 18:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957607#M1799530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-08T18:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957608#M1799531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These settings in SSM_CUST are active in PFCG only but not in SU01 or SU10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 367660 - User exits in user and authorization management&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/367660" title="http://service.sap.com/sap/support/notes/367660"&gt;http://service.sap.com/sap/support/notes/367660&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP_BEFORE_PROF_GEN &lt;/P&gt;&lt;P&gt;SAP_AFTER_PROF_GEN &lt;/P&gt;&lt;P&gt;SAP_BEFORE_BATCH_GEN &lt;/P&gt;&lt;P&gt;SAP_EXIT_AGR_DELETE &lt;/P&gt;&lt;P&gt;SAP_EXIT_AGR_TRANSP &lt;/P&gt;&lt;P&gt;SAP_EXIT_USERS_SAVE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SAP_EXIT_USER_COPY &lt;/P&gt;&lt;P&gt;SAP_EXIT_USER_DELETE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (called in SU01/SU10, too) &lt;/P&gt;&lt;P&gt;SAP_FULL_USERPROF &lt;/P&gt;&lt;P&gt;SAP_SAVE_AUTH_DATA &lt;/P&gt;&lt;P&gt;SAP_SINGLE_USERPROF &lt;/P&gt;&lt;P&gt;SAP_USERS_TRANSFER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (called in SU01/SU10, too, ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957608#M1799531</guid>
      <dc:creator>Frank_Buchholz</dc:creator>
      <dc:date>2013-12-18T15:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957609#M1799532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That SAP note is no longer released. That is what I meant when I said that the documentation has been removed..&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was advised not to use these exits anymore as their future was uncertain and that BADIs were planned to replace them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957609#M1799532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-18T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957610#M1799533</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;these Exits will only work in older releases having SAP_BASIS until 7.02!&lt;/P&gt;&lt;P&gt;As of SAP_BASIS &lt;STRONG&gt;7.31&lt;/STRONG&gt; the new Identity-API is in place having BAdIs like Julius mentioned.&lt;/P&gt;&lt;P&gt;(Please, check notes &lt;A href="https://service.sap.com/sap/support/notes/1796501"&gt;1796501&lt;/A&gt;, &lt;A href="https://service.sap.com/sap/support/notes/1750161"&gt;1750161&lt;/A&gt; and &lt;A href="https://service.sap.com/sap/support/notes/1780372"&gt;1780372&lt;/A&gt;.)&lt;/P&gt;&lt;P&gt;All of our new BAdIs for the IDENTITY_API are part of the enhancement spot &lt;STRONG&gt;SUID_IDENTITY&lt;/STRONG&gt; (see transaction SE18).&lt;BR /&gt;You will also find some example implementations there.&lt;/P&gt;&lt;P&gt;To prefill user attributes e.g. parameters for user creation you can use the BadI BADI_IDENTITY_SU01_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merry Christmas,&lt;/P&gt;&lt;P&gt;Holger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 07:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957610#M1799533</guid>
      <dc:creator>holger_biber</dc:creator>
      <dc:date>2013-12-19T07:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957611#M1799534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Holger!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 11:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957611#M1799534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-19T11:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957612#M1799535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Holger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer. My Basis version is 7.02. As i understand BADI_IDENTITY_SU01_CREATE is working&amp;nbsp; for newer Basis versions. What is the name of badi for Basis version 7.02?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 14:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957612#M1799535</guid>
      <dc:creator>fatihyar</dc:creator>
      <dc:date>2013-12-19T14:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Default User Parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957613#M1799536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fatih,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as I wrote the BAdIs BADI_IDENTITY_SU01_CREATE or BADI_IDENTITY_UPDATE do not exist in releases 7.02 and less.&lt;/P&gt;&lt;P&gt;In these old releases we do not have a possibility to prefill user attributes (like parameters) for creating.&lt;/P&gt;&lt;P&gt;In older releases you may use the old exits e.g. the Z_USERS_TRANSFER which you have to put as ID into table SSM_CUST and as PATH you need to put your own function module name.&lt;/P&gt;&lt;P&gt;As example for your function module you may use the function module PRGN_EXIT_USERS_TRANSFER but not need to check for the list of roles in your special case.&lt;/P&gt;&lt;P&gt;But, you need to know that these old exists will not have effect after release 7.02 (if you plan an upgrade) and you need to take care with your implementation not to damage our transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Holger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-user-parameters/m-p/9957613#M1799536</guid>
      <dc:creator>holger_biber</dc:creator>
      <dc:date>2013-12-19T16:31:16Z</dc:date>
    </item>
  </channel>
</rss>

