The Function Module TB_LIMIT_TRANSACTION_PROCESS (Limitverwaltung: Einzelgeschäftsprüfung inkl. Fortschreibung) is a standard Function Module in SAP ERP and is part of the function group TBL2 within the package FTLM.
Function Module | TB_LIMIT_TRANSACTION_PROCESS |
Short Text | Limitverwaltung: Einzelgeschäftsprüfung inkl. Fortschreibung |
Function Group | TBL2 |
Package | FTLM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IR_SLI | TYPE | TRLM_T_R_SLI | fortzuschreibende Status | |
IT_ANBETROUT | TYPE | TRLM_ANBETROUT_TAB | Anrechnungsdaten der Limitverwaltung | |
IT_GL_SEC | TYPE | TRLM_T_GL_SEC | Globalsicherheiten | |
IT_GL_SEC_EV | TYPE | TRLM_T_GL_SEC_EV | Ermittlungsverfahren Globalsicherheiten | |
IT_SLE | TYPE | TRLM_T_SLE | relevante Ermittlungeverfahren | |
I_ANBETROUT | TYPE | TRLM_ANBETROUT_TYP | Anrechnungsdaten der Limitverwaltung | |
I_CHECK | TYPE | C | 'X' | Prüfung des Geschäftes |
I_COMMIT | TYPE | C | 'X' | Commitkennzeichen |
I_DEQUEUE | TYPE | C | 'X' | hinterher entsperren (gesperrt wird immer) |
I_DLI | LIKE | VTBLIL-DLI | SY-DATUM | Ermittlungsdatum |
I_MODE | TYPE | C | SPACE | Kennzeichen des Aufrufmodus |
I_NO_BUFFER | TYPE | XFELD | 'X' | Feld zum Ankreuzen: Default keine Pufferung |
I_POP | TYPE | C | ' ' | Ausgabe der Ergebnisse im Dialog |
I_SYNC | TYPE | C | 'S' | asynchrone Verbuchung (nur für EGP) |
I_UPDATE | TYPE | C | ' ' | Fortschreibung des Geschäftes |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RESULT | TYPE | C | Ergebnis der Limitprüfung (L/E/M/R/Y/O) | |
E_TACHECK | TYPE | TRLM_TACHECK | Check-Ergebnisse | |
E_TTACHECK | TYPE | TRLM_TTACHECK | Check-Ergebnisse | |
E_UPDATE | TYPE | C | Tabellenupdate (event. ohne Commit) durchgeführt |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CT_VTBLR | TYPE | TRLM_T_VTBLR | Reservierungsdaten der Limitverwaltung | |
C_VTBLR | TYPE | TRLM_VTBLR | Reservierungsdaten der Limitverwaltung |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_FOREIGN_LOCK | globale Sperre des Limitmanagements |
ERROR_SLI | unzulässige Statuskombination |