The Function Module CACS_COUNT_PRESET_TABLE (Vorläufige Nr in einem Feld einer Tabelle setzen) is a standard Function Module in SAP ERP and is part of the function group CACS_NUMBERS within the package CACSGT.
Function Module | CACS_COUNT_PRESET_TABLE |
Short Text | Vorläufige Nr in einem Feld einer Tabelle setzen |
Function Group | CACS_NUMBERS |
Package | CACSGT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IFLG_BUFFEREXTNUMBER | TYPE | BOOLEAN_FLG | 'X' | Externe Nummer wird gesichert (X-true, space-false) |
I_COUNTTYPE | TYPE | CACS_S_COUNTER-NAME | Zähler für Nummernvergabe | |
I_FIELD | TYPE | DFIES-LFIELDNAME | Feld, das auf Inhalt geprüft wird |
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 |
---|---|---|---|---|
I_TABLE | LIKE | Tabelle, in der das Feld I_FIELD gesetzt werden soll |
This function module does not define any Exceptions.