<?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: Program to Create Users in Multiple Clients at Once in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001366#M1344303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each client of an ABAP system is considered a separate (logical) system - with its own user management. Such cross-client operations (as wanted by you) are not desired - and therefore not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The (ABAP) Central User Administration (CUA) as well as the SAP NetWeaver Identity Management (IDM) solution allow to perform user administrative tasks in a system landscape (for CUA: only ABAP systems).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer to this link also,hope this would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="105841"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds,&lt;/P&gt;&lt;P&gt;shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Aug 2009 10:35:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-23T10:35:00Z</dc:date>
    <item>
      <title>Program to Create Users in Multiple Clients at Once</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001360#M1344297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a multi-client architecture and I have to frequently create users in many of them at once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a fast way or does anybody have ABAP code to create users in multiple clients by &lt;STRONG&gt;while also an existing users Roles&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a program to copy the users, but I still have to go into every system and assign roles.  This is very tedious, so I would appreciate any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 22:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001360#M1344297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T22:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Create Users in Multiple Clients at Once</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001361#M1344298</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;there is a BAPI BAPI_USER_PROFILES_ASSIGN which can be used to assign roles to user. So you can set up RFC destinations to all required clients and then call this BAPI for all RFC destinations from "master" client . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for this use case SAP provides CUA - Central User Administration. I think you should think about it. Try to avoid these various ABAP solutions which are not reliable, especially in case of user management.&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, 21 Aug 2009 23:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001361#M1344298</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-08-21T23:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Create Users in Multiple Clients at Once</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001362#M1344299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a RFC FM call user creation BAPI in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2009 04:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001362#M1344299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-22T04:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Create Users in Multiple Clients at Once</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001363#M1344300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can make use of the ALE Distribution Model with the details below to automate this process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type:- USERCLONE &lt;/P&gt;&lt;P&gt;Object type:- USER&lt;/P&gt;&lt;P&gt;Method:- CLONE&lt;/P&gt;&lt;P&gt;IDoc Type:- USERCLONE05&lt;/P&gt;&lt;P&gt;FM for outbound:- ALE_USER_CLONE&lt;/P&gt;&lt;P&gt;FM for Inbound:- IDOC_INPUT_USERCLONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program to trigger the Idocs is RSCCUSND but you would need to configure ALE model &lt;/P&gt;&lt;P&gt;(BD64 plus other WExx) transactions first before you can use the program.  &lt;/P&gt;&lt;P&gt;Also, the users must exist in the master client from where you distribute the Idocsto other systems/clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone 3GS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2009 04:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001363#M1344300</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2009-08-22T04:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Create Users in Multiple Clients at Once</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001364#M1344301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Valhalla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_USER_CREATE1 is remote enabled so you can create RFC destination for the all the system &lt;/P&gt;&lt;P&gt;you want to create users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load all the rfc destination in one table.&lt;/P&gt;&lt;P&gt;Load all the users need to be created in one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at rfc_dest_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    loop at users_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         CALL FUNCTION 'BAPI_USER_CREATE1' DESTINATION rfc_dest_tab-RFC_DESTINATION&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    USERNAME         =  users_tab-USERNAME&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NAME_IN          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    LOGONDATA        =&lt;/P&gt;&lt;P&gt;    PASSWORD         =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DEFAULTS         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ADDRESS          =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  COMPANY          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SNC              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  REF_USER         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ALIAS            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EX_ADDRESS       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  UCLASS           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARAMETER        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDTEL           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDFAX           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDTTX           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDTLX           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDSMTP          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDRML           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDX400          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDRFC           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDPRT           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDSSF           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDURI           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDPAG           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ADDCOMREM        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  GROUPS           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARAMETER1       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXTIDHEAD        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXTIDPART        =         .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create required user in remote SAP systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Augustarian on Aug 22, 2009 11:52 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Augustarian on Aug 22, 2009 11:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2009 06:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001364#M1344301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-22T06:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Create Users in Multiple Clients at Once</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001365#M1344302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this purpose SAP has developed the &lt;STRONG&gt;CUA - Central User Administration.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You have a single central CUA system and all other systems (and clients) are child system of the CUA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create the user in the CUA and assign as many logical systems (= child CUA systems) as required and then you can distribute the user simultaneously.&lt;/P&gt;&lt;P&gt;The role assignments should be distributed as well yet requires that the roles are present in the target system(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2009 12:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001365#M1344302</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-08-22T12:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Create Users in Multiple Clients at Once</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001366#M1344303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each client of an ABAP system is considered a separate (logical) system - with its own user management. Such cross-client operations (as wanted by you) are not desired - and therefore not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The (ABAP) Central User Administration (CUA) as well as the SAP NetWeaver Identity Management (IDM) solution allow to perform user administrative tasks in a system landscape (for CUA: only ABAP systems).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer to this link also,hope this would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="105841"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgrds,&lt;/P&gt;&lt;P&gt;shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2009 10:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-create-users-in-multiple-clients-at-once/m-p/6001366#M1344303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-23T10:35:00Z</dc:date>
    </item>
  </channel>
</rss>

