How To Fix 00081 - Nested call of PERFORM ON COMMIT: & & & &


00081 - Overview

  • Message type: E = Error

  • Message class: 00 -

  • Message number: 081

  • Message text: Nested call of PERFORM ON COMMIT: & & & &

  • Show details Hide details
  • What causes this issue?

    During processing of a routine called using PERFORM ... ON COMMIT, the
    system attempted to call PERFORM ... ON COMMIT again. Nesting of this
    is not allowed.

    System Response

    The system issues an error message and will not allow you to continue with this transaction until the error is resolved.

    How to fix this error?

    The program indicated after "Caller:" must be changed. This is the
    program that calls the routine indicated after "Form:" during COMMIT
    processing. This routine is part of the program indicated after
    "Program:".

    Procedure for System Administrators


    Error message extract from SAP system. Copyright SAP SE.


Smart SAP Assistant

  • What is the cause and solution for SAP error message 00081 - Nested call of PERFORM ON COMMIT: & & & & ?
    The SAP error message "00081 Nested call of PERFORM ON COMMIT: & & & &" typically occurs in ABAP programs when there is an attempt to call a PERFORM statement within a COMMIT WORK block, which is not allowed. This error indicates that a nested call to a subroutine (PERFORM) is being attempted while a database commit is in progress.
    
    Cause: Nested PERFORM Calls: The error arises when a subroutine is called (using PERFORM) while another PERFORM is already being executed in the context of a COMMIT WORK. Improper Transaction Handling: The program may not be handling database transactions correctly, leading to nested calls during a commit. Program Logic: The logic of the program may inadvertently lead to a situation where a PERFORM is called during a commit.
    Solution: Review Program Logic: Check the program for any PERFORM statements that are executed during a COMMIT WORK. Ensure that no subroutine is called while a commit is

    Already have an account? Login here!




Instant HelpGet instant SAP help. Sign up for our Free Essentials Plan.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author