Menu

SAP Function Module MI_PACKAGE_UPDATE

creation of an new package

The Function Module MI_PACKAGE_UPDATE (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.

Technical Information

Function Module MI_PACKAGE_UPDATE
Short Text creation of an new package
Function Group MI_PACKAGE_GEN
Package ME_MGMT
Module Type Remote-Enabled

Importing Parameters

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

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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_PACKAGE_TEMPL TYPE MIPACK_TEMPL_TAB backup of templates at creation time
OT_RETURN TYPE BAPIRET2_T Return Parameter

Exceptions

This function module does not define any Exceptions.