SAP ABAP Interface IF_DBMS_USERNAME_MAPPING (Interface for BAdI: BADI_DBMS_USERNAME_MAPPING)
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
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DBMS_USERNAME_MAPPING_FB | Class for BAdI: BADI_DBMS_USERNAME_MAPPING | 20131021 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DBMS_USERNAME_MAPPING_PRFX | Class for BAdI: BADI_DBMS_USERNAME_MAPPING | 20131021 |
Properties
| Interface | IF_DBMS_USERNAME_MAPPING | |
| Short Description | Interface for BAdI: BADI_DBMS_USERNAME_MAPPING |
General Data
| Package | SUSR_IDENTITY_DBMS | Data Base Management System User Administration |
| Created | 20130923 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
Interface IF_DBMS_USERNAME_MAPPING has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20131021 |
Friends
Interface IF_DBMS_USERNAME_MAPPING has no friend.
Attributes
Interface IF_DBMS_USERNAME_MAPPING has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns usernames for DBMS user creation | 20131021 |
Events
Interface IF_DBMS_USERNAME_MAPPING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DBMS_USER_MAPPING | Public | See coding | 20131021 | tt_dbms_user_mapping TYPE STANDARD TABLE OF ty_dbms_user_mapping
|
||
| 2 | TY_DBMS_USER_MAPPING | Public | See coding | 20131021 | BEGIN OF ty_dbms_user_mapping,
username TYPE usalias,
dbms_user TYPE suid_dbms_user,
END OF ty_dbms_user_mapping
|
Method Signatures
Method GET_DBMS_USERNAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_USERNAMES | Call by reference | Type reference (TYPE) | TT_DBMS_USER_MAPPING | DBMS User mapping table | 20131021 | |||
| 2 | IT_USERNAMES | Call by reference | Type reference (TYPE) | TT_DBMS_USER_MAPPING | DBMS User mapping table | 20131021 |
Method GET_DBMS_USERNAMES on Interface IF_DBMS_USERNAME_MAPPING has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |