The Function Module FI_PAYM_NEXT_NUMBERS_GET (Zahlungsträger: Vergabe einer fortlaufenden File- oder Auftragsnummer) is a standard Function Module in SAP ERP and is part of the function group FPAYM03 within the package BFIBL_PAYM.
Function Module | FI_PAYM_NEXT_NUMBERS_GET |
Short Text | Zahlungsträger: Vergabe einer fortlaufenden File- oder Auftragsnummer |
Function Group | FPAYM03 |
Package | BFIBL_PAYM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BANKN | LIKE | FPAYHX-UBKNT | Bankkontonummer | |
I_BANKS | LIKE | FPAYHX-UBNKS | Bankland | |
I_BANKY | LIKE | FPAYHX-UBNKY | Bankschlüssel | |
I_COUNT_NUMBER | TYPE | I | 1 | Anzahl Nummern, die angefordert werden |
I_FORMI | TYPE | FPAYHX-FORMI | Format | |
I_KEY1 | LIKE | Zusätzlicher Key (z.B. bei langen Kontonummern) | ||
I_KEY2 | LIKE | Zusätzlicher Key (z.B. Datum) | ||
I_REORG_DAYS | TYPE | I | 360 | Mindestalter in Tagen zur Reorganisation |
I_XREORG | LIKE | BOOLE-BOOLE | 'X' | Kennzeichen: Alte Einträge reorganisieren |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CURRENT_NUMBER | TYPE | N | Aktuelle Nummer | |
E_FIRST_NUMBER | TYPE | N | (Erste) Rückgabenummer | |
E_LAST_NUMBER | TYPE | N | Letzte Rückgabenummer, falls I_COUNT_NUMBER > 1 |
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 |
---|---|
FOREIGN_LOCK | Systemfehler: Nummernstandtabelle gesperrt |