Data Element list used by SAP ABAP Function Module SUSR_USER_CHANGE_PASSWORD_RFC (SUSR_USER_CHANGE_PASSWORD_RFC)
SAP ABAP Function Module
SUSR_USER_CHANGE_PASSWORD_RFC (SUSR_USER_CHANGE_PASSWORD_RFC) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | ANSWER | Alternative reply for dialog query | ||
| 2 | IBOOLEAN | Boolean value as integer | SOURCE VALUE(USE_BAPI_RETURN) TYPE IBOOLEAN DEFAULT 0 |
|
| 3 | IBOOLEAN | Boolean value as integer | SOURCE VALUE(USE_NEW_EXCEPTION) TYPE IBOOLEAN DEFAULT 0 |
|
| 4 | XUBCODE | User password | SOURCE VALUE(PASSWORD) LIKE RSYST-BCODE |
|
| 5 | XUBCODE | User password | SOURCE VALUE(NEW_PASSWORD) LIKE RSYST-BCODE OPTIONAL |
|
| 6 | XUCODE | Password Hash Key | SOURCE VALUE(NEW_BCODE) LIKE USR02-BCODE OPTIONAL |
|
| 7 | XUCODEVER2 | Code Version of Password Hash Algorithm (New Systems) | SOURCE VALUE(NEW_CODVN) LIKE USR02-CODVN OPTIONAL |
|
| 8 | XUPWDCHGSSO | Behavior in the case of Forced Password Change (SSO Logon) | SOURCE VALUE(PWD_CHANGE_SSO) TYPE XUPWDCHGSSO |
|
| 9 | XUPWDSTATE | Status of User Password (Value: -2/-1/0/1/2/3, see doc.) | ||
| 10 | XUSER | User name | SOURCE VALUE(BNAME) LIKE RSYST-BNAME DEFAULT SY-UNAME |
|