Message type: E = Error
Message class: 00 -
Message number: 081
Message text: Nested call of PERFORM ON COMMIT: & & & &
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.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
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:".
Error message extract from SAP system. Copyright SAP SE.
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
Get instant SAP help. Sign up for our Free Essentials Plan.
00080
Conflict check &
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
00079
Internal error with matchcode selection (notify person responsible)
What causes this issue? An internal error was found during matchcode selection. The possible causes are : RESET N1 There was no key field transferred...
00082
Cannot display screen with plug-ins
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
00083
CALL SUBSCREEN: & & &
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.