Fonction SAP BKK_ACCNT_CHECK_LIMIT - Check the Limit

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_ITEM IBKK_ITEM u 1444 Payment Items to be Checked
I_MSG_ACCNT IBKK_ITEM-ACNUM_EXT C 35 Account Number for Error Messages
I_XENQUEUE BKK_XFELD C 1 SPACE X Indicator to Show if Account Balance is Locked

Paramètre Reférence Type Long. Description
E_RETURN SYST-SUBRC I 4 0: No Errors
E_XERRENQUE IBKK_XCHKR-XERR_ENQUE C 1 X: Error During Account Balance Lock
E_XERRLIMIT IBKK_XCHKR-XERR_LIMIT C 1 X: Error During Limit Check

Paramètre Reférence Long. Facultatif Description
T_CHKLIMTYP IBKKE3 2 Table of Limits to be Checked

Functionality
Checks the data of the payment item. The check is divided into differentcategories. Each category comprises checks in accordance with theattributes for the transaction type. In addition, each categoryprocesses a Business Transaction Event that enables you to include yourown checks. We distinguish between the following categories:

  • Means of Payment Management

  • If 'check' is set as an attribute for the transaction type, the systemchecks if there is a check lock and whether the check number has to beentered in Check Management.
    • Business Partner

    • Process event 00010021
      There is a check to see if the central posting check is set for theaccount holder.
      • Account

      • Process event 00010022
        There is a check to see if the transaction type and the medium areassigned to the account and whether a lock is entered for the account.
        In the case of debit collection, there is also a check to see if the"Agreement to Collect Receivables via Debit" indicator is set.
        In the case of debits from the direct debit procedure, there is a checkto see if a corresponding order is stored on the account.
        • Value Date

        • Process event 00010023
          If the value date is specified by the previous system, there is a checkto see if the value date is within the grace period.
          • Limit

          • Process event 00010024
            In the case of a debit, the amount to be debited is checked against theinternal limit stored on the account. Any transaction charges involvedare taken into account.

            Notes
            Events 00010023 and 00010024 have an export parameterr (E_XSKIP) usedfor controlling whether or not the following checks are made.E_XSKIP is set, the checks are NOT made.

            Further information

            • Event 000100021

            • Event 000100022

            • Event 000100023

            • Event 000100024