The Function Module ALM_ME_FILL_UPDATE_FLAGS (Füllen der Updateflags für Meldungen) is a standard Function Module in SAP ERP and is part of the function group ALM_ME_TOOLS within the package ALM_ME.
Function Module | ALM_ME_FILL_UPDATE_FLAGS |
Short Text | Füllen der Updateflags für Meldungen |
Function Group | ALM_ME_TOOLS |
Package | ALM_ME |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_STRUCTURE_NEW | LIKE | Struktur mit den Daten | ||
IS_STRUCTURE_OLD | LIKE | Alte Struktur für Update-Vergleich | ||
IV_STRUCTNAME | TYPE | DDOBJNAME | Name eines ABAP/4-Dictionary-Objekts |
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 |
---|---|---|---|---|
RETURN | LIKE | BAPIRET2 | Returnparameter |
This function module does not define any Exceptions.