‎2008 Dec 07 12:51 PM
Hi Experts,
I am getting Dump COMMIT_IN_PERFORM_ON_COMMIT in the module pool program.
Can you please suggest.
Regards,
IFF
‎2008 Dec 07 1:00 PM
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.
‎2008 Dec 07 1:23 PM
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
‎2008 Dec 08 3:03 AM
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
‎2008 Dec 07 1:03 PM
it measn you are doing another commit work in a form which is called after commit itself. Remove commit from the form.
‎2008 Dec 09 8:18 AM
‎2011 Apr 16 11:06 PM
Hi,
What was the solution for your issue. We face a similar issue now.