Menu

SAP Function Module BRF_CHECK_MODIFIED_AND_SAVE

Check Whether Data Changed and Save

The Function Module BRF_CHECK_MODIFIED_AND_SAVE (Check Whether Data Changed and Save) is a standard Function Module in SAP ERP and is part of the function group BRF_MAINTENANCE within the package BRF.

Technical Information

Function Module BRF_CHECK_MODIFIED_AND_SAVE
Short Text Check Whether Data Changed and Save
Function Group BRF_MAINTENANCE
Package BRF
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_MNT_INSTANCE CLASS IF_MAINTENANCE_BRF BRF: Maintenance Instance
IV_SUPRESS_LOSS_OF_DATA_DIALOG TYPE BRF_BOOLE_D SPACE Suppress Data Loss Popup? (Space - False, 'X' - True)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EV_ACTION_CANCELED_BY_USER TYPE BRF_BOOLE_D Action Canceled by User (Space - False, 'X' - True)
EV_DATA_SAVED TYPE BRF_BOOLE_D Data Saved (Space - False, 'X' - True)
EV_MODIFIED TYPE BRF_BOOLE_D Data Changed (Space - False, 'X' - True)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
SAVE_ERROR Error When Saving Data