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

Getting Dump COMMIT_IN_PERFORM_ON_COMMIT

Former Member
0 Likes
1,208

Hi Experts,

I am getting Dump COMMIT_IN_PERFORM_ON_COMMIT in the module pool program.

Can you please suggest.

Regards,

IFF

6 REPLIES 6
Read only

Former Member
0 Likes
773

Hi,

Are you updating the records in any DB tables? After getting dump, can you check in the transaction SM13 for analysis.

Can you more elaborate your question to answer?

Thanks,

Shiva.

Read only

0 Likes
773

Hi Experts,

Basically I am running actions through PA40 , then in the custom infotype PAI

I am using the FM HR_INFOTYPE_OPERATION to update the infotype 2001.

Regards,

IFF

Read only

0 Likes
773

Hi

There is a import parameter of HR_INFORTYPE_OPERATION,which is NOCOMMIT. If you are using this FM in the user exit or enhancement, please set the value of NOCOMMIT as 'X'.

Thanks & Best Regards

Read only

Former Member
0 Likes
773

it measn you are doing another commit work in a form which is called after commit itself. Remove commit from the form.

Read only

Former Member
0 Likes
773

ANSWERED BY EXPERTS

Read only

0 Likes
773

Hi,

What was the solution for your issue. We face a similar issue now.