Application Development 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: 

Dump error (MESSAGE_TYPE_X)

Former Member
0 Kudos

Hi Friends,

I am raising an error message inside a BADI ( BADI_V56N ) method (OWN_DETERMINATION).

This BADI will get trigerred during Shipment creation using VT01N and VT02N aswell.

Noe the problem is wneh ever my code got executed and error msg is getting appear on the screen. But when i press Enter button after that its going to Dump. This is happening only during the shipment creation by VT01N alone. Every thing is fine if im doing by VT02N.

Dump Analysis in ST22:

What happened?

The current application program detected a situation which really

should not occur. Therefore, a termination with a short dump was

triggered on purpose by the key word MESSAGE (type X).

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"MESSAGE_TYPE_X" " "

"SAPFV56H" or "FV56HF0X"

"XVTTK_READ"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

My system Version is ECC6.0 and PATCH is 25.

NOTE : One more interesting thing is, initially this dump was going, when executed from my PC alone.. But after 2 days, this Dump is coming when executed from all the Ps'c.

2 REPLIES 2

former_member212653
Active Contributor
0 Kudos

You shouldn't throw and error message from a BADI, its not recommended. Is there any exception for the BADI Interface? There must some other BADI where you can throw exception, try to find it if unsuccessful try to find an user-exit.

0 Kudos

Hi Friend,

Untill yesterday, i was not getting that dump... From today only i am geting this... Some thing strange...