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

ABAP runtime errors DYNPRO_MSG_IN_HELP

Former Member
0 Likes
10,473

Hi all,

While trying to change or delete a sales document through VA02, I am getting a short dump with an error which reads 'ABAP runtime errors DYNPRO_MSG_IN_HELP'.

Please let me know the reason for this.

Thanks and regards,

Anishur

7 REPLIES 7
Read only

Former Member
0 Likes
4,204

Hi ,

check ST22 , and find out whats the reason ?, have u done any modifications /user exits for VA02 ?, i think its Exception raised by a FM ?.

regards

Prabhu

Read only

Former Member
0 Likes
4,204

Did you look for OSS notes? There are multple Oss notes for this Issue: 415716, 736785, 819352, 935768


Display of messages
The output of error messages and user dialogs is possible only with restrictions in the FORM routine
 USEREXIT_DELETE_DOCUMENT. Messages of the type E or W cannot be output. This causes the 
runtime error DYNPRO_MSG_IN_HELP as of Release 4.0

Read only

Former Member
0 Likes
4,204

where exactly in the code you got the dump. it also shows the code where you got the dump.

Read only

0 Likes
4,204

Hi,

Thanks for the reply.

The issue has been resolved.

Thanks and regards,

Anishur

Read only

0 Likes
4,204

Hi Anishur,

Can u tell me how did u resolve the issue. I am facing the same issue while configuring Kmat in MM02.

Thanks,

Anil.

Read only

0 Likes
4,204

Dear Anishur Azam

can you tell us how did you resolve the issue?

Read only

Former Member
0 Likes
4,203

I know this is very old post, but I too had come across this DUMP. I fixed the code.

Cause: I had used a message type 'E' in an enhancment spot. This got fixed by using Message type 'A'.

Thankz,

ajay