The Function Module TRANSACTION_LOAN_KEY (Füllt den Key der VDBEPP (Datum, Uhrzeit und lfd. Nummer)) is a standard Function Module in SAP ERP and is part of the function group FVD_VDBEPP within the package FVVD.
Function Module | TRANSACTION_LOAN_KEY |
Short Text | Füllt den Key der VDBEPP (Datum, Uhrzeit und lfd. Nummer) |
Function Group | FVD_VDBEPP |
Package | FVVD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FIRST_NUMBER | LIKE | VDBEPP-NTRANS | '0000' | Erste Nummer (wird dann + Sy-Tabix gerechnet) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FLG_CHANGE | LIKE | 'X' wenn Änderunge | ||
LAST_NUMBER | LIKE | VDBEPP-NTRANS | Letzte Nummer, die vergeben wurde |
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 |
---|---|---|---|---|
IVDBEPP | LIKE | VDBEPP | VDBEPP (>> interne Tabelle) |
This function module does not define any Exceptions.