Application Development 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: 

A conversion error occurred

Former Member
0 Kudos

Client has a maintenance view for the Z table. But the maintenance view is giving short dump DYNPRO_FIELD_CONVERSION. Can anyone please tell me what could be the reason? How to solve it?

here i attached the dump error image

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Mr. Saravanan,

Check the Data Element of the ZVP_STD_UPLOAD_V-TARGET field. It may be type conflict while conversion.

10 REPLIES 10

Former Member
0 Kudos

Hi,

Check for all the data elements of the fields in the view,it should have conversion routine maintained if required.

Thanks

Akankshi

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Are you trying to enter a "negative" value in this field?

Check SAP note 1502865 for solution.

0 Kudos

no sandeep

uppu_narayan
Active Participant
0 Kudos

hi saravanan,

    check the below threads as your error is similar to below thread......

             http://scn.sap.com/thread/111094

thanks and regards,

narayan

PeterJonker
Active Contributor
0 Kudos

Has the Z-table definition been changed maybe ? In that case you need to delete the maintenance view and recreate it.

Former Member
0 Kudos

Hi

GauthamV
Active Contributor
0 Kudos

Hi,

From the screenshot attached, it seems the table is going to dump when the data entered in field ZVP_STD_UPLOAD_V-TARGET is incorrect.

So check the domain for this field and modify if needed accordingly.

jayan_abap
Explorer
0 Kudos

re-create the maintenance view to solve the issue.

Error might have occured due the change in the structure

Former Member
0 Kudos

Mr. Saravanan,

Check the Data Element of the ZVP_STD_UPLOAD_V-TARGET field. It may be type conflict while conversion.

0 Kudos

its working fine thank to all