2013 Nov 06 9:06 AM
I am implemeting SAP FICA event 5040, in that i am calling FM 'FKK_CREATE_DOC' for creating document but it giving short dump SYSTEM_ON_COMMIT_INTERRUPTED. Could you please help me here.
I think it's giving while commiting. what should i do.
2013 Nov 06 9:12 AM
Hi,
go in the trans. SM13, you must have the error store in SAP.
you could see with a double click the list of the function called by SAP
you could also see the parameters
and you could retry to call the function and debug it
regards
Fred
2013 Nov 06 9:15 AM
2013 Nov 06 9:58 AM
2013 Nov 06 12:07 PM
2013 Nov 06 12:11 PM
2013 Nov 06 10:17 AM
This dump is generated due to not-allowed statement execution (like raising an Error message during update task) - Ref: 431961 - Runtime error SYSTEM_ON_COMMIT_INTERRUPTED
Try to analyze the dump to identify the statement that raised the dump, statement, call stack, etc.
Or export the dump in a rtf/html file and attach it to your thread so if someone has time (and will) to analyze for you...
You could, in a called FM, use a CALL FUNCTION IN BACKGROUND TASK or similar trick to separate main transaction and this FM execution.
Regards,
Raymond