The Function Module ABAP_EBPP_GET_COUNTER (Lesen von Zählerdaten) is a standard Function Module in SAP ERP and is part of the function group ABAP_EBPP_UNIQUE_COUNTER within the package EBPP_APAR.
Function Module | ABAP_EBPP_GET_COUNTER |
Short Text | Lesen von Zählerdaten |
Function Group | ABAP_EBPP_UNIQUE_COUNTER |
Package | EBPP_APAR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ID | LIKE | APAR_EBPP_COUNTER-ID | Zähler Indentifikation |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_COUNTER | LIKE | APAR_EBPP_COUNTER | Ein Zähler |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COUNTER_DOES_NOT_EXISTS | Der Zähler existiert nicht |