SAP ABAP Interface /IWBEP/IF_MGW_URM_DBA (B2C - User Request Management, Database Access interface)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_USER_REQU_MGMT_API (Package) User Request Management - Public APIs

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_MGW_URM_DBA | User Request Mgmt., Database Access | 20130412 |
Properties
Interface | /IWBEP/IF_MGW_URM_DBA | |
Short Description | B2C - User Request Management, Database Access interface |
General Data
Package | /IWBEP/MGW_USER_REQU_MGMT_API | User Request Management - Public APIs |
Created | 20130410 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | /IWBEP/IF_MGW_URM_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWBEP/IF_MGW_URM_DBA has no interface.
Friends
Interface /IWBEP/IF_MGW_URM_DBA has no friend.
Attributes
Interface /IWBEP/IF_MGW_URM_DBA has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create User Request | 20130412 |
2 | ![]() |
Instance method | Public | Method | Delete a User Request | 20130412 |
3 | ![]() |
Instance method | Public | Method | Get User Request | 20130412 |
4 | ![]() |
Instance method | Public | Method | Get list of User Requests | 20130506 |
5 | ![]() |
Instance method | Public | Method | Get list of User Requests | 20130414 |
6 | ![]() |
Instance method | Public | Method | Update User Request | 20130412 |
7 | ![]() |
Instance method | Public | Method | Update Internal User Name | 20130613 |
8 | ![]() |
Instance method | Public | Method | Update status of User Request | 20130425 |
Events
Interface /IWBEP/IF_MGW_URM_DBA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_USER_ALIAS | Public | See coding | 20131011 | tt_user_alias TYPE STANDARD TABLE OF bapialias
|
||
2 | TT_USER_REQUEST_KEY | Public | See coding | 20130506 | tt_user_request_key TYPE STANDARD TABLE OF ty_user_request_key WITH DEFAULT KEY
|
||
3 | TT_USER_REQ_DB_DATA | Public | See coding | 20130430 | tt_user_req_db_data TYPE STANDARD TABLE OF ty_user_req_db_data WITH DEFAULT KEY
|
||
4 | TY_USER_REQUEST_KEY | Public | See coding | 20130506 | BEGIN OF ty_user_request_key,
client TYPE mandt,
id TYPE /iwbep/mgw_urm_usr_request_id,
activation_id TYPE /iwbep/mgw_urm_activation_id,
END OF ty_user_request_key
|
||
5 | TY_USER_REQ_DB_DATA | Public | See coding | 20130430 | BEGIN OF ty_user_req_db_data.
INCLUDE TYPE /iwbep/s_mgw_urm_usr_req_key.
INCLUDE TYPE /iwbep/s_mgw_urm_sys_adm_info.
INCLUDE TYPE /iwbep/s_mgw_urm_usr_req_info.
TYPES password TYPE /iwbep/mgw_urm_passcode.
INCLUDE TYPE /iwbep/s_mgw_urm_usr_req_ext AS ext.
TYPES END OF ty_user_req_db_data
|
Method Signatures
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_USER_REQUEST | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_URM_DBA=>TY_USER_REQ_DB_DATA | 20130412 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
B2C: User Request Mgmt. DB Access Exception | 20130415 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_COUNT | Call by reference | Type reference (TYPE) | INT4 | Number of user request deleted | 20130504 | ||
2 | ![]() |
IT_ID | Call by reference | Type reference (TYPE) | TT_USER_REQUEST_KEY | User Request Management, Request ID | 20130426 | ||
3 | ![]() |
IV_CLEAR_ALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Clear all the user requests | 20130428 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
B2C: User Request Mgmt. DB Access Exception | 20130415 |
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | /IWBEP/MGW_URM_USR_REQUEST_ID | B2C - User Request Management, Request ID | 20130412 | ||
2 | ![]() |
RS_USER_REQUEST | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_URM_DBA=>TY_USER_REQ_DB_DATA | 20130412 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
B2C: User Request Mgmt. DB Access Exception | 20130426 |
Method GET_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FILTERS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20130506 | ||
2 | ![]() |
IV_MAX_ROWS | Call by reference | Type reference (TYPE) | INT4 | Max number of records | 20130507 | ||
3 | ![]() |
RT_REQUEST_KEYS | Value transfer | Type reference (TYPE) | TT_USER_REQUEST_KEY | Table of User requests | 20130506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
B2C: User Request Mgmt. DB Access Exception | 20130506 |
Method GET_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FILTERS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20130414 | ||
2 | ![]() |
RT_USER_REQUESTS | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_URM_DBA=>TT_USER_REQ_DB_DATA | Table of User requests | 20130414 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
B2C: User Request Mgmt. DB Access Exception | 20130426 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_USER_REQUEST | Call by reference | Type reference (TYPE) | /IWBEP/IF_MGW_URM_DBA=>TY_USER_REQ_DB_DATA | 20130412 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
B2C: User Request Mgmt. DB Access Exception | 20130415 |
Method UPDATE_INTERNAL_UNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_USER_REQUEST_KEY | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_URM_USR_REQ_KEY | User Request Management (User Request Key) | 20130613 | ||
2 | ![]() |
IV_INTERNAL_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20130613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
User Request Mgmt. DB Access Exception | 20130613 |
Method UPDATE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_USER_REQUEST_KEY | Call by reference | Type reference (TYPE) | /IWBEP/S_MGW_URM_USR_REQ_KEY | B2C - User Request Management (User Request Key) | 20130425 | ||
2 | ![]() |
IV_STATUS_CODE | Call by reference | Type reference (TYPE) | /IWBEP/MGW_URM_USR_REQ_STAT_CD | B2C - User Request Management (Status Code) | 20130425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
B2C: User Request Mgmt. DB Access Exception | 20130425 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |