SAP ABAP Class CL_DBMS_USER_FACTORY (Factory for DB User Administration)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-USR-ADM (Application Component) User and Authorization Management
⤷
SUSR_IDENTITY_DBMS (Package) Data Base Management System User Administration

⤷

⤷

Properties
Class | CL_DBMS_USER_FACTORY | |
Short Description | Factory for DB User Administration | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SUSR_IDENTITY_DBMS | Data Base Management System User Administration |
Created | 20120904 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DBMS_USER_FACTORY has no forward declaration.
Interfaces
Class CL_DBMS_USER_FACTORY has no interface implemented.
Friends
Class CL_DBMS_USER_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_DBMS_CLASS | 20120904 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_DBMS_CON | 20121109 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get BD user provider for the underlying DB system | 20120904 |
2 | ![]() |
Static method | Private | Method | Get all classes which implement the related interface | 20120904 |
Events
Class CL_DBMS_USER_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_DBMS_CLASS | Private | See coding | 20120904 | BEGIN OF ty_s_dbms_class,
dbms TYPE dbcon_dbms,
bd_user_class TYPE seoclsname,
END OF ty_s_dbms_class
|
||
2 | TY_S_DBMS_CON | Private | See coding | 20121109 | BEGIN OF ty_s_dbms_con,
dbms_con_name TYPE dbcon_name,
dbms_user TYPE REF TO if_dbms_user,
dbms_con TYPE REF TO cl_sql_connection,
END OF ty_s_dbms_con
|
||
3 | TY_T_DBMS_CLASS | Private | See coding | 20120904 | ty_t_dbms_class TYPE SORTED TABLE OF ty_s_dbms_class WITH UNIQUE KEY dbms
|
||
4 | TY_T_DBMS_CON | Private | See coding | 20121109 | ty_t_dbms_con TYPE STANDARD TABLE OF ty_s_dbms_con WITH DEFAULT KEY
|
Method Signatures
Method GET_DBMS_USER_PROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_DB_USER_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_DBMS_USER | Interface of Data Base User | 20121009 | ||
2 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with messages | 20121009 |
Method GET_DBMS_USER_PROVIDER on class CL_DBMS_USER_FACTORY has no exception.
Method GET_INTERFACE_IMPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_INTERFACE_CLASSES | Call by reference | Type reference (TYPE) | TY_T_DBMS_CLASS | 20120904 |
Method GET_INTERFACE_IMPL on class CL_DBMS_USER_FACTORY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |