RE: [sap-log-sd] VL02n DYNPRO_MSG_IN_HELP Dump

Reply from Dave Thornburgh on Dec 20 at 4:02 PM
Bmadran -

As with most short dumps, you should have shown this to your ABAP resource. They could tell you in about 20 seconds that your customizing is bad in table T185T for language TR. The lengths of the various bits of text add up to more than 70 characters. This is not allowed by the program.

Dave

---------------Original Message---------------
From: bmadran
Sent: Tuesday, December 20, 2011 4:01 AM
Subject: VL02n DYNPRO_MSG_IN_HELP Dump

Hi experts,

When we try to delete a delivery via vl02n it gives an ABAP dumb (pasted below). But vl02 functions well. Moreover we can delete the delivery via (vl02n or vl02) if we log on using language EN instead of TR.
So; How can we fix the system to use vl02n properly in language TR?
ABAP Dump:

Runtime Errors DYNPRO_MSG_IN_HELP
Date and Time 20.12.2011 10:38:26

ShrtText
Screen: Illegal message

What happened?
The current screen processing was terminated, since a situation
occurred from which it could not continue processing.
This is probably due to an error in the current screen of the ABAP
program.

Error analysis
During "Exit Command" processing, the program tried to send a " " message.
This is not allowed at this point in processing.
The program had to be terminated.
Screen name.............. "SAPMV50A"
Screen number............ 1000


Trigger Location of Runtime Error
Program SAPLV00F
Include LV00FF0D
Row 270
Module type (FORM)
Module Name DIALOGTEXT_BILDEN
Source Code Extract
Line SourceCde
240 WERT = '0'.
241 ELSE.
242 WERT_C = WERT.
243 WHILE WERT_C+0(1) = '0'.
244 SHIFT WERT_C.
245 ENDWHILE.
246 WERT = WERT_C.
247 ENDIF.
248 ENDIF.
249
250 *-Stringlängen bestimmen

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2011 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Dave Thornburgh  
SAP JOAT
16 achievements
 
Mark as helpful
View this online
Ask a new question
 

_.____.__