The Function Module MEMGMT_DEVTEMPLATE_GETLIST (Retrieves a list of Device Templates) is a standard Function Module in SAP ERP and is part of the function group MEMGMT_DEVICETEMPLATE within the package ME_MGMT.
Function Module | MEMGMT_DEVTEMPLATE_GETLIST |
Short Text | Retrieves a list of Device Templates |
Function Group | MEMGMT_DEVICETEMPLATE |
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 |
---|---|---|---|---|
I_APP_NAME | TYPE | MSDNAME | Mobile Component | |
I_APP_NAMESPACE | TYPE | NAMESPACE | Namespace | |
I_APP_VERSION | TYPE | BWAFVERS | Version of Offline Application | |
I_CONDITION_TYPE | TYPE | MEMGMT_CTYPE | Condition for Device Configuration | |
I_CONDITION_VALUE | TYPE | MEMGMT_COND_VALUE | Condition Index | |
I_DEVICE_ID | TYPE | MEDEVGUID | Unique ID of Device | |
I_DEV_CONF_ID | TYPE | MEMGMT_DID | Device Configuration ID | |
I_LANGUAGE | TYPE | SYLANGU | R/3 System, current language | |
I_USER | 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 |
---|---|---|---|---|
E_DEVICE_TEMPLATE_LIST | LIKE | MEMGMT_DEV_TEMPL_LIST | List of Device Templates | |
E_RETURN | LIKE | BAPIRET2 | Return Parameter |
This function module does not define any Exceptions.