ABAP Runtime Errors

DYNPRO_FIELD_CONVERSION SAP ABAP Runtime Error dynpro field conversion







DYNPRO_FIELD_CONVERSION is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: Y - Error at Screen Runtime

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


DYNPRO_FIELD_CONVERSION ABAP Runtime Error

A conversion error occurred when displaying fields on the screen.

The formats of the ABAP output field and the screen field may not correspond.

Some field types require more spaces on the screen than in the ABAP program. For example, a date output field requires two more spaces on the screen than the corresponding field in the ABAP program. In the attempt to display the date on the screen, an error occurs that triggers this error message.

Screen name............... <runtime parameter> Screen number............. <runtime parameter> Screen field.............. <runtime parameter> Error text................ <runtime parameter>
Other data:
<runtime parameter>
<runtime parameter>

<runtime parameter> Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.

Application server....... "<runtime parameter>-WHOST" Network address.......... "<runtime parameter>"
Operating system........ "<runtime parameter>-OPSYS" Release.................. "<runtime parameter>-OPREL" hardware type........... "<runtime parameter>-MTYPE"

Database server.......... "<runtime parameter>-DHOST" Database type............ "<runtime parameter>-DBTYP" Database name............ "<runtime parameter>-DBNAM" Database user ID.......... "<runtime parameter>-DBOWN" A conversion error occurred. Please see dynpro error for more details about the possible cause of this runtime error and how it could be avoided.

The program run has been interrupted and cannot be resumed. The program <runtime parameter> tried to output fields on screen <runtime parameter>. During the conversion of the data an error occurred. Please see dynpro error for more details about the possible cause of this runtime error and how it could be avoided.