The Function Module MEMGMT_DEVICE_GETLIST (Retrieves a list of Devices) is a standard Function Module in SAP ERP and is part of the function group MEMGMT_DEVICE within the package ME_MGMT.
Function Module | MEMGMT_DEVICE_GETLIST |
Short Text | Retrieves a list of Devices |
Function Group | MEMGMT_DEVICE |
Package | ME_MGMT |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APP_NAME | TYPE | MSDNAME | Mobile Component | |
APP_NAMESPACE | TYPE | NAMESPACE | Namespace | |
APP_VERSION | TYPE | BWAFVERS | Version of Offline Application | |
DEVICE_ID | TYPE | MEDEVGUID | Unique ID of Device | |
NODE_NAME | TYPE | MENODE_TEXT | Unique hierarchy node ID | |
SHOW_ONLY_WITHOUT_ERRORS | TYPE | CHAR1 | ' ' | Single-Character Flag |
SHOW_ONLY_WITH_ERRORS | TYPE | CHAR1 | ' ' | Single-Character Flag |
USERNAME | TYPE | XUBNAME | User name in user master record |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DEVICE_LIST | LIKE | MEMGMT_DEVICE_LIST_STR | Mobile Engine | |
RETURN | LIKE | BAPIRET2 | Return Parameter |
This function module does not define any Exceptions.