‎2008 Sep 17 3:55 AM
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
‎2008 Sep 17 4:06 AM
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
‎2008 Sep 17 4:09 AM
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
‎2008 Sep 17 4:10 AM
where exactly in the code you got the dump. it also shows the code where you got the dump.
‎2009 Apr 16 5:33 AM
Hi,
Thanks for the reply.
The issue has been resolved.
Thanks and regards,
Anishur
‎2009 Apr 16 5:41 AM
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.
‎2009 Jul 22 6:53 PM
Dear Anishur Azam
can you tell us how did you resolve the issue?
‎2011 Aug 23 6:54 AM
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