The Function Module MI_PACKAGE_GETLIST (get a list of packages to the given search criterias) is a standard Function Module in SAP ERP and is part of the function group MI_PACKAGE_GEN within the package ME_MGMT.
Function Module | MI_PACKAGE_GETLIST |
Short Text | get a list of packages to the given search criterias |
Function Group | MI_PACKAGE_GEN |
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_CREATED_BY | TYPE | UNAME | User Name | |
I_DEVICEID | TYPE | MECONTGUID | Unique ID of Synchronization Container | |
I_DEVICENAME | TYPE | MEMGMT_DEVID_TXT | Define text for device ID | |
I_MIGROUP | TYPE | MI_GROUP | Mobile Group | |
I_MIUSER | TYPE | UNAME | User Name | |
I_MI_ENDDATE | TYPE | MI_END_DATE | Date when the process ends | |
I_MI_ENDTIME | TYPE | MI_END_TIME | Time when the process finished | |
I_MI_STARTDATE | TYPE | MI_START_DATE | Start date of an task | |
I_MI_STARTTIME | TYPE | MI_START_TIME | Start time of an task | |
I_MULTI_DEVINST | TYPE | MI_MULTIDEVINST | Sign for multi device installation | |
I_PACKAGENAME | TYPE | MI_PACKAGE_NAME | Name of an package | |
I_PACKAGETYPE | TYPE | MI_PACKAGE_TYPE | Type of template property | |
I_STATUS | TYPE | MI_PACKAGE_STATUS | Current status of package generation |
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 |
---|---|---|---|---|
OT_PACKAGE_HEAD | TYPE | MIPACKAGE_HEAD_SE | package header info | |
OT_RETURN | TYPE | BAPIRET2_T | Return parameter table |
This function module does not define any Exceptions.