‎2013 Jul 16 9:21 AM
Hi all ,
i have a problem with MFBF transaction code.
When i save the document ,an short dump occured.
The dump is the following :
Categoria Errore di programm. ABAP
Err. run-time MESSAGE_TYPE_X
Progr. ABAP SAPMSSY0
Application Component BC-ABA-LA
Data e ora 16.07.2013 09:59:27
Short text of error message:
COMMIT WORK durante elaborazione ON COMMIT o ROLLBACK
Long text of error message:
Technical information about the message:
Message class....... 00
Number.............. 085
Variable 1.......... " "
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
Program code :
SAPMSSY0 (program )
* forbid COMMIT if already in ON ROLLBACK handling
* allow COMMIT during ON COMMIT for backward compatibilty
call 'GET_SWITCH_TXEND' id 'STATE' field txend.
if txend = 'R'.
message x085(00).
endif.
NB: I have the dump only for specific material code and not for another one..
Can you help me ?
Thanks Laura.
‎2013 Jul 16 10:46 AM
‎2013 Jul 16 2:20 PM
‎2013 Jul 16 10:49 AM
Hi Laura,
go in SM13 and check if you see an error (you could get error message )
regards
Fred
‎2013 Jul 18 9:20 AM