cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM_ON_COMMIT_INTERRUPTED

Former Member
0 Kudos

Hi experts,

Short text

    The COMMIT WORK processing must not be interrupted.

What happened?

    Error in the ABAP Application Program

    The current ABAP program "SAPMJ1IH" had to be terminated because it has

    come across a statement that unfortunately cannot be executed.

Error analysis

    During the COMMIT WORK statement, the following are executed:

    - the routines registered with the statement PERFORM .. ON COMMIT,

    - the registered methods for the events of the object services

      and

    - possibly the local update (SET UPDATE TASK LOCAL).

    An exception was raised and caught. The normal sequence of the routines

    was interrupted by this resulting in the program being continued before

    the call of COMMIT WORK. As this can lead to inconsistencies, the

    processing cannot be continued in the normal way.

  kindly help me how to resolve this issue?

Regards

Subramanyam reddy

Accepted Solutions (0)

Answers (2)

Answers (2)

IanSegobio
Advisor
Advisor
0 Kudos

Hello Subramanyam,

Have you checked these notes already?

514582SYSTEM_ON_COMMIT_INTERRUPTED
1694808Add. to orig. Rabax instead of SYSTEM_ON_COMMIT_INTERRUPTED
431961Runtime error SYSTEM_ON_COMMIT_INTERRUPTED

Cheers, Ian Segóbio.

arivazhagan_sivasamy
Active Contributor
0 Kudos

Hi Subramanyam reddy,

You may be used commit or rollback statement in userexit or Badi.

Please check same for your standard transaction.

Arivazhagan S