Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Re: MESSAGE_TYPE_X Dump

Former Member
0 Likes
1,233

Hi,

I'm getting message_type_x dump at runtime. I tried changing the code with all possible ways but not able to figure out the issue.

Error analysis

Short text of error message:

Unexpected COMMIT WORK

Long text of error message:

Diagnosis

A COMMIT WORK was executed unexpectedly.

In order processing, a COMMIT WORK may not be carried out until the

save process is finished because otherwise the order data may be

posted incorrectly or incompletely.

Procedure

Contact your SAP Administrator.

Procedure for System Administration

Ensure that you do not execute a COMMIT WORK in a User Exit or BAdI

and that you do not call any SAP functions that execute a COMMIT

WORK from User Exits or BAdIs.

For details on how to proceed, see the long text about the program

termination.

Using transaction OPJB set the type of this message to X (as the

version, enter 00000000 as a default) in your production system.

Technical information about the message:

Message class....... "C2"

Number.............. 295

Trigger Location of Runtime Error

Program SAPLCOZV

Include LCOZVU26

Row 70

Module type (FORM)

Module Name COMMIT_SUPPRESS

Thanks,

Anshuman

Edited by: Rob Burbank on Feb 10, 2010 9:12 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
983

Have you looked for OSS notes? There seem to be a number that may be related.

Rob

Hi,

I'm getting message_type_x dump at runtime. I tried changing the code with all possible ways but not able to figure out the issue.

Error analysis

Short text of error message:

Unexpected COMMIT WORK

Long text of error message:

Diagnosis

A COMMIT WORK was executed unexpectedly.

In order processing, a COMMIT WORK may not be carried out until the

save process is finished because otherwise the order data may be

posted incorrectly or incompletely.

Procedure

Contact your SAP Administrator.

Procedure for System Administration

Ensure that you do not execute a COMMIT WORK in a User Exit or BAdI

and that you do not call any SAP functions that execute a COMMIT

WORK from User Exits or BAdIs.

For details on how to proceed, see the long text about the program

termination.

Using transaction OPJB set the type of this message to X (as the

version, enter 00000000 as a default) in your production system.

Technical information about the message:

Message class....... "C2"

Number.............. 295

Trigger Location of Runtime Error

Program SAPLCOZV

Include LCOZVU26

Row 70

Module type (FORM)

Module Name COMMIT_SUPPRESS

Thanks,

Anshuman

Edited by: Rob Burbank on Feb 10, 2010 9:12 AM

3 REPLIES 3
Read only

Former Member
0 Likes
983

Hi,

Check if exist a user exit or badi making a commit work...

Regards,

Read only

Former Member
0 Likes
984

Have you looked for OSS notes? There seem to be a number that may be related.

Rob

Read only

Former Member
0 Likes
983

Closed