The Function Module MI_PACKAGE_CREATE (creation of an new package) 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_CREATE |
Short Text | creation of an new package |
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_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 |
---|---|---|---|---|
IT_MIPACKAGE_ITEM | TYPE | MIPACKAGE_ITEM_TAB | items of installation package | |
IT_MIPACKAGE_TMPL | TYPE | MIPACK_TEMPL_TAB | backup of templates at creation time | |
OT_RETURN | TYPE | BAPIRET2_T | Return Parameter |
This function module does not define any Exceptions.