SAP ABAP Class CL_EXM_IM_IDENTITY_UPDATE (Example Implementation of BADI_IDENTITY_UPDATE)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-USR-ADM (Application Component) User and Authorization Management
⤷
SUSR_IDENTITY (Package) Identity API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_IDENTITY_UPDATE | Interface for BAdI: BADI_IDENTITY_UPDATE | 20120806 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20120806 |
Properties
| Class | CL_EXM_IM_IDENTITY_UPDATE | |
| Short Description | Example Implementation of BADI_IDENTITY_UPDATE | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SUSR_IDENTITY | Identity API |
| Created | 20120806 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EXM_IM_IDENTITY_UPDATE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_IDENTITY_UPDATE | Interface for BAdI: BADI_IDENTITY_UPDATE | 20120806 | ||
| 2 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20120806 |
Friends
Class CL_EXM_IM_IDENTITY_UPDATE has no friend class.
Attributes
Class CL_EXM_IM_IDENTITY_UPDATE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | E-Mail Content | 20120808 | |
| 2 | Static method | Private | Method | Read user's e-mail address | 20120808 | |
| 3 | Static method | Private | Method | Read the initial passwords from the transaction buffer | 20120808 | |
| 4 | Static method | Private | Method | Send e-mail to the user | 20120808 |
Events
Class CL_EXM_IM_IDENTITY_UPDATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_INITIAL_PASSWORD | Public | See coding | 20120806 | tt_initial_password type standard table of ty_initial_password
|
||
| 2 | TT_USER_EMAIL | Public | See coding | 20120806 | tt_user_email type standard table of ty_user_email
|
||
| 3 | TY_INITIAL_PASSWORD | Public | See coding | 20120806 | begin of ty_initial_password
, bname type xubname
, subsystem type rfcrcvsys
, password type xuncode
, end of ty_initial_password
|
||
| 4 | TY_USER_EMAIL | Public | See coding | 20120806 | begin of ty_user_email
, bname type xubname
, email type ad_smtpadr
, end of ty_user_email
|
Method Signatures
Method CREATE_EMAIL_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TEXT | Call by reference | Type reference (TYPE) | STRING | E-Mail Inhalt | 20120808 | |||
| 2 | IT_INITIAL_PASSWORD | Call by reference | Type reference (TYPE) | TT_INITIAL_PASSWORD | Tabellentyp: Aktuelle Initialkennwörter | 20120808 | |||
| 3 | IV_BNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20120808 |
Method CREATE_EMAIL_CONTENT on class CL_EXM_IM_IDENTITY_UPDATE has no exception.
Method GET_EMAIL_ADDRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EMAIL | Call by reference | Type reference (TYPE) | AD_SMTPADR | E-Mail-Adresse | 20120808 | |||
| 2 | IR_IDREF | Call by reference | Type reference (TYPE) | SUID_IDREF | Referenz auf IF_IDENTITY | 20120808 | |||
| 3 | IV_BNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20120808 |
Method GET_EMAIL_ADDRESS on class CL_EXM_IM_IDENTITY_UPDATE has no exception.
Method GET_PASSWORDS_FOR_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INITIAL_PASSWORD | Call by reference | Type reference (TYPE) | TT_INITIAL_PASSWORD | Tabellentyp: Aktuelle Initialkennwörter | 20120808 | |||
| 2 | IT_BADI_IDENTITY_UPDATE | Call by reference | Type reference (TYPE) | SUID_TT_BADI_IDENTITY | Tabellentyp: Geänderte Identities | 20120808 |
Method GET_PASSWORDS_FOR_USER on class CL_EXM_IM_IDENTITY_UPDATE has no exception.
Method SEND_EMAIL_FOR_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ERROR_TEXT | Call by reference | Type reference (TYPE) | STRING | Fehlertext | 20120808 | |||
| 2 | IS_USER_EMAIL | Call by reference | Type reference (TYPE) | TY_USER_EMAIL | E-Mail Adresse | 20120808 | |||
| 3 | IT_INITIAL_PASSWORD | Call by reference | Type reference (TYPE) | TT_INITIAL_PASSWORD | Tabellentyp: Aktuelle Initialkennwörter | 20120808 | |||
| 4 | IV_UPDATE_TASK | Call by reference | Type reference (TYPE) | SESF_BOOLEAN | Boolean | 20120808 |
Method SEND_EMAIL_FOR_USER on class CL_EXM_IM_IDENTITY_UPDATE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |