Menu

SAP Function Module TB_LIMIT_LL_CHECK_AMOUNTS

Prüfen einer neuen Limitleihe gegen Limitvorgabe

The Function Module TB_LIMIT_LL_CHECK_AMOUNTS (Prüfen einer neuen Limitleihe gegen Limitvorgabe) is a standard Function Module in SAP ERP and is part of the function group TBL1_LL within the package FTLM.

Technical Information

Function Module TB_LIMIT_LL_CHECK_AMOUNTS
Short Text Prüfen einer neuen Limitleihe gegen Limitvorgabe
Function Group TBL1_LL
Package FTLM
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_BLIMIT_LL LIKE VTBLLP-BLIMIT_LL Betrag der Limitleihe (intern)
I_ELIMIT_LL LIKE VTBLLP-ELIMIT_LL Betrag der Limitleihe (extern)
I_LLBEG LIKE VTBLLH-LLBEG Gültigkeitsbeginn der Limitleihe
I_LLEND LIKE VTBLLH-LLEND Gültigkeitsende einer Limitleihe
I_RLV_LL LIKE VTBLLH-RLV_LL Nummer der Limitleihe (bei Update)
I_VTBLV LIKE VTBLV Limitvorgaben
I_WLIMIT_LL LIKE VTBLLP-WLIMIT_LL Währung der Limitleihe

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
EXTERNAL_AMOUNT_EXCEEDED Externe Vorgabe überschritten
EXTERNAL_EXCEEDED_INTERNAL Externe Vorgabe hat interne überschritten
INTERNAL_AMOUNT_EXCEEDED Interne Vorgabe überschritten