The Function Module STATUS_UPDATE (Update of the status changes) is a standard Function Module in SAP ERP and is part of the function group BSVU within the package BSV.
Function Module | STATUS_UPDATE |
Short Text | Update of the status changes |
Function Group | BSVU |
Package | BSV |
Module Type | Update Module |
This function module does not define any IMPORTING parameters.
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 |
---|---|---|---|---|
JEST_INS | LIKE | JEST_UPD | Table of individual statuses to be inserted | |
JEST_UPD | LIKE | JEST_UPD | Table of individual statuses to be changed | |
JSTO_INS | LIKE | JSTO | Table of status objects to be inserted | |
JSTO_UPD | LIKE | JSTO_UPD | Table of status objects to be changed | |
OBJ_DEL | LIKE | ONR00 |
This function module does not define any Exceptions.