Hi Experts,
I am getting Run time error 'DYNPRO_FIELD_CONVERSION' while executing transaction VA33.
below are the error details,
-
How to correct the error
There was a conversion error in the output of fields to the screen.
The formats of the ABAP output field and the screen field may not match.
Some field types require more space on the screen than in the ABAP
program. For example, a date output field on the screen requires two
more characters than the corresponding field in the ABAP program. When
the date is displayed on the screen, an error occurs resulting in this
error message.
Screen name.............. "SAPMV45A"
Screen number............ 4602
Screen field............. "VBEP-WMENG"
Error text............... "FX015: Sign lost."
Other data:
" "
" "
" "
-
Information on where terminated
Termination occurred in the ABAP program "SAPMV45A" - in
"XVBEP_EXIT_FROM_LOOP".
The main program was "SAPMV45A ".
In the source code you have the termination point in line 11
of the (Include) program "MV45AOEP_XVBEP_EXIT_FROM_LOOP".
-
Source Code Extract
Line SourceCde
1 *eject
2 ----
3 * MODULE XVBEP_EXIT_FROM_LOOP *
4 ----
5 * Leere Loopzeilen werden auf nicht eingabebereit gesetzt. *
6 ----
7 MODULE XVBEP_EXIT_FROM_LOOP OUTPUT.
8
9 PERFORM XVBEP_EXIT_FROM_LOOP(SAPFV45E).
10
>>>>> ENDMODULE.
please help me.
Thanks,
Santosh
Edited by: SantoshGK1 on Jan 17, 2012 11:52 AM