SAP ABAP Interface /IWBEP/IF_MGW_URM_TYPES (User request Mgmt. types)
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

⤷

⤷

Properties
Interface | /IWBEP/IF_MGW_URM_TYPES | |
Short Description | User request Mgmt. types |
General Data
Package | /IWBEP/MGW_USER_REQU_MGMT_API | User Request Management - Public APIs |
Created | 20110310 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
Interface /IWBEP/IF_MGW_URM_TYPES has no forward declaration.
Interfaces
Interface /IWBEP/IF_MGW_URM_TYPES has no interface.
Friends
Interface /IWBEP/IF_MGW_URM_TYPES has no friend.
Attributes
Interface /IWBEP/IF_MGW_URM_TYPES has no attribute.
Methods
Interface /IWBEP/IF_MGW_URM_TYPES has no method.
Events
Interface /IWBEP/IF_MGW_URM_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CRED_RESET_EMAIL_ENTITY | Public | See coding | 20131009 | BEGIN OF ty_cred_reset_email_entity,
user_email TYPE /iwbep/mgw_urm_email_addr,
reset_cred TYPE boolean,
END OF ty_cred_reset_email_entity
|
||
2 | TY_USER_ACT_KEY | Public | See coding | 20130410 | BEGIN OF ty_user_act_key,
id TYPE /iwbep/mgw_urm_usr_request_id,
activation_id TYPE /iwbep/mgw_urm_activation_id,
user_name TYPE /iwbep/mgw_urm_user_name,
password TYPE /iwbep/mgw_urm_passcode,
END OF ty_user_act_key
|
||
3 | TY_USER_CATEGORY_ENTITY | Public | See coding | 20130510 | BEGIN OF ty_user_category_entity,
user_cat TYPE /iwbep/mgw_urm_user_category,
user_cat_t TYPE /iwbep/mgw_urm_user_category_t,
END OF ty_user_category_entity
|
||
4 | TY_USER_CRED_RESET_ENTITY | Public | See coding | 20130413 | BEGIN OF ty_user_cred_reset_entity,
user_name TYPE /iwbep/mgw_urm_user_name,
reset_status TYPE boolean,
END OF ty_user_cred_reset_entity
|
||
5 | TY_USER_REQUEST_ENTITY | Public | See coding | 20130411 | BEGIN OF ty_user_request_entity.
INCLUDE TYPE /iwbep/s_mgw_urm_usr_req_key.
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_request_entity
|
||
6 | TY_USER_REQUEST_INFO_EXT | Public | See coding | User Request Info (With Extension Fields) | 20130411 | BEGIN OF ty_user_request_info_ext .
INCLUDE TYPE /iwbep/s_mgw_urm_usr_req_info AS info.
INCLUDE TYPE /iwbep/s_mgw_urm_usr_req_ext AS ext.
TYPES END OF ty_user_request_info_ext
|
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |