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

Error MESSAGE_TYPE_X in MFBF

Former Member
0 Likes
925

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.

4 REPLIES 4
Read only

venkateswaran_k
Active Contributor
0 Likes
699

Hi

Is that material is subject to Back flushing?

Read only

0 Likes
699

Hi ,

thanks for your answer,

yes! What i have to do now ?

Read only

FredericGirod
Active Contributor
0 Likes
699

Hi Laura,

go in SM13 and check if you see an error (you could get error message )

regards

Fred

Read only

0 Likes
699

Hi Fred,

in the Sm13  There are not errors .

Thanks Laura.