Menu

SAP Function Module CO_RU_BT_BEFORE_UPDATE

Größe der Belegtabelle mit den zu verbuchenden Rückmeldungen bestimmen

The Function Module CO_RU_BT_BEFORE_UPDATE (Größe der Belegtabelle mit den zu verbuchenden Rückmeldungen bestimmen) is a standard Function Module in SAP ERP and is part of the function group CORB within the package CORU.

Technical Information

Function Module CO_RU_BT_BEFORE_UPDATE
Short Text Größe der Belegtabelle mit den zu verbuchenden Rückmeldungen bestimmen
Function Group CORB
Package CORU
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FLG_ENTRIES_INS LIKE RC27X-FLG_SEL 'X' Neu eingefügte Rückmeldungen ermitteln
FLG_ENTRIES_UPD LIKE RC27X-FLG_SEL SPACE Veränderte Rückmeldungen ermitteln
I_AUTYP LIKE CAUFVD-AUTYP Auftragstyp

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ENTRIES_INS LIKE RC27X-ENTRIES Anzahl der neu eingefügten Rückmeldungen
ENTRIES_UPD LIKE RC27X-ENTRIES Anzahl der geänderten Rückmeldungen

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
NO_ENTRIES_INS Keine neu eingefügten Rückmeldungen vorhanden
NO_ENTRIES_UPD Keine veränderten Rückmeldungen vorhanden