<?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: Central User Administration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/central-user-administration/m-p/2105497#M439314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the following function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* get central user management system
  CALL FUNCTION 'SUSR_ZBV_CENTRALSYSTEM_GET'
       IMPORTING
            CENTRAL_SYSTEM_LOGSYS    = central_log_system
       EXCEPTIONS
            DUPLICATE_CENTRAL_SYSTEM = 1
            NEW_SYSTEM               = 2
            OTHERS                   = 3.
  IF SY-SUBRC &amp;lt;&amp;gt; 0 or central_log_system = space.
    exit.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no central log system, then CUA is inactive?&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, 03 Apr 2007 22:14:17 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2007-04-03T22:14:17Z</dc:date>
    <item>
      <title>Central User Administration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/central-user-administration/m-p/2105496#M439313</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;Is there a Function module or BAPI to know whether the Central User Administration (CUA) is active on the system. I know that if there is a model view in the transaction SCUA then the CUA is active but is there a better way to determine the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help,&lt;/P&gt;&lt;P&gt;Sudhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 21:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/central-user-administration/m-p/2105496#M439313</guid>
      <dc:creator>sudhindra_chandrashekar</dc:creator>
      <dc:date>2007-04-03T21:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Central User Administration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/central-user-administration/m-p/2105497#M439314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the following function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* get central user management system
  CALL FUNCTION 'SUSR_ZBV_CENTRALSYSTEM_GET'
       IMPORTING
            CENTRAL_SYSTEM_LOGSYS    = central_log_system
       EXCEPTIONS
            DUPLICATE_CENTRAL_SYSTEM = 1
            NEW_SYSTEM               = 2
            OTHERS                   = 3.
  IF SY-SUBRC &amp;lt;&amp;gt; 0 or central_log_system = space.
    exit.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no central log system, then CUA is inactive?&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, 03 Apr 2007 22:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/central-user-administration/m-p/2105497#M439314</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-04-03T22:14:17Z</dc:date>
    </item>
  </channel>
</rss>

