SAP ABAP Class IF_DBMS_USERNAME_MAPPING (Interface for BAdI: BADI_DBMS_USERNAME_MAPPING)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20131021 |
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
Class | IF_DBMS_USERNAME_MAPPING | |
Short Description | Interface for BAdI: BADI_DBMS_USERNAME_MAPPING | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20130923 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_DBMS_USERNAME_MAPPING has no forward declaration.
Interfaces
Class IF_DBMS_USERNAME_MAPPING has no interface implemented.
Friends
Class IF_DBMS_USERNAME_MAPPING has no friend class.
Attributes
Class 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
Class 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 class IF_DBMS_USERNAME_MAPPING has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in |