Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime errors - DYNPRO_FIELD_CONVERSION

Former Member
0 Likes
870

Dear friends,

what is the Runtime errors - DYNPRO_FIELD_CONVERSION.It is executing by the transaction code PA30,PA48 & users are ECC user (H ids).

How can this error be eliminated.Pls help

Rgds

Amit

Dear friends,

what is the Runtime errors - DYNPRO_FIELD_CONVERSION.It is executing by the transaction code PA30,PA48 & users are ECC user (H ids).

How can this error be eliminated.Pls help

Rgds

Amit

1 REPLY 1
Read only

Former Member
0 Likes
493

Hi Amit,

Such dumps, DYNPRO_FIELD_CONVERSION come usually in case of Module pool programming also. The main reason for this type of dump is the passing of an unacceptable value in a specific varaible or field.

Ex. : As in the case of a Module pool, for a quantity field which does not accept negative values, but if you try to read the values from the databse tables (Sometimes the data may be errenously entered into the table) to the screen, rthe screen field cannot hold the -ve value as it is of the type of the data element quantity as mentioned earlier.

Such errors can be avoided be finding out the error records which exist or by finding the error values which exist in the transaction or the database table.

Hope this is helpful to you. If you need further information, revert back.

Reward all the helpful answers.

Regards

Nagaraj T