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

A conversion error occurred

Former Member
0 Likes
4,979

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
Read only

Former Member
0 Likes
3,156

Mr. Saravanan,

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

10 REPLIES 10
Read only

Former Member
0 Likes
3,156

Hi,

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

Thanks

Akankshi

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
3,156

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

Check SAP note 1502865 for solution.

Read only

0 Likes
3,156

no sandeep

Read only

uppu_narayan
Active Participant
0 Likes
3,156

hi saravanan,

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

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

thanks and regards,

narayan

Read only

PeterJonker
Active Contributor
0 Likes
3,156

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

Read only

Former Member
0 Likes
3,156

Hi

Read only

GauthamV
Active Contributor
0 Likes
3,156

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.

Read only

jayakrishnan86
Explorer
0 Likes
3,156

re-create the maintenance view to solve the issue.

Error might have occured due the change in the structure

Read only

Former Member
0 Likes
3,157

Mr. Saravanan,

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

Read only

0 Likes
3,156

its working fine thank to all