[sap-log-sd] VL02n DYNPRO_MSG_IN_HELP Dump

Question from bmadran on Dec 20 at 4:00 AM
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 ---------------------------------------------*
251 PERFORM DIALOGTEXT_LAENGE USING NAME LEN_OB.
252 IF WERT_C EQ SPACE.
253 PERFORM DIALOGTEXT_LAENGE USING WERT LEN_WE.
254 ELSE.
255 PERFORM DIALOGTEXT_LAENGE USING WERT_C LEN_WE.
256 ENDIF.
257 PERFORM DIALOGTEXT_LAENGE USING T185T-TEXTLINE1 LEN_T1.
258 PERFORM DIALOGTEXT_LAENGE USING T185T-TEXTLINE2 LEN_T2.
259
260 *--- Prüfen, ob Dialogtext die Variablen &1 oder &2 enthält ---*
261 IF T185T-TEXTLINE1 CA '&' OR T185T-TEXTLINE2 CA '&'.
262 PERFORM DIALOGTEXT_PARAMETER_EINFUEGEN USING NAME WERT.
263 EXIT.
264 ENDIF.
265
266 *-Gesamtlänge darf nicht größer als 70 Zeichen sein-------------------*
267 LEN_ST = LEN_OB + LEN_WE + LEN_T1 + LEN_T2.
268 IF LEN_ST > 70.
269 MESSAGE E151 WITH LEN_T1 LEN_T2 LEN_OB LEN_WE.
>>>> DIALOG_ANT = CHAR-A.
271 EXIT.
272 ENDIF.
273 IF LEN_OB > 35.
274 MESSAGE E152 WITH LEN_OB.
275 DIALOG_ANT = CHAR-A.
276 EXIT.
277 ENDIF.
278 IF LEN_WE > 35.
279 MESSAGE E153 WITH LEN_WE.
280 DIALOG_ANT = CHAR-A.
281 EXIT.
282 ENDIF.
283
284 *- -------------------*
285 LEN_ST = LEN_T1.
286 IF LEN_OB > 0.
287 LEN_ST = LEN_ST + LEN_OB + 1.
288 ENDIF.
289 IF LEN_ST <= 35.
 
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
bmadran  
 
View this online
Ask a new question
 
In the Spotlight
Toolbox.com for iPhone & Android: Ask Questions & Get Answers Anywhere. Download the Free App

_.____.__