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

getting dump in table maintainance generator

Former Member
0 Likes
1,694

hi friends ,

in dev system and production iam able to maintain data in the table ,but in quality i am getting dump.

my error is bellow,

Runtime Errors DYNPRO_FIELD_CONVERSION

Date and Time 20.03.2009 14:11:59

Short text

Conversion error

What happened?

The current screen processing action was terminated since a situation

occurred where the application could not continue.

This is probably due to an error in the ABAP program or in the current

screen.

Error analysis

The program has been interrupted and cannot resume.

Program "SAPLY_J_2IRG1BAL" attempted to display fields on screen 0001.

An error occurred during the conversion of this data.

Trigger Location of Runtime Error

Program SAPLY_J_2IRG1BAL

Include LSVIMOXX

Row 253

Module type (MODULE PBO)

Module Name LISTE_SHOW_LISTE

hi friends ,

in dev system and production iam able to maintain data in the table ,but in quality i am getting dump.

my error is bellow,

Runtime Errors DYNPRO_FIELD_CONVERSION

Date and Time 20.03.2009 14:11:59

Short text

Conversion error

What happened?

The current screen processing action was terminated since a situation

occurred where the application could not continue.

This is probably due to an error in the ABAP program or in the current

screen.

Error analysis

The program has been interrupted and cannot resume.

Program "SAPLY_J_2IRG1BAL" attempted to display fields on screen 0001.

An error occurred during the conversion of this data.

Trigger Location of Runtime Error

Program SAPLY_J_2IRG1BAL

Include LSVIMOXX

Row 253

Module type (MODULE PBO)

Module Name LISTE_SHOW_LISTE

3 REPLIES 3
Read only

Former Member
0 Likes
1,033

Hi ,

Have you added any fields newly ? If so , regenerate the table maintainence and try once.

Regards,

Deepthi

Read only

Former Member
0 Likes
1,033

Hi Sudheer,

Did you add any FLTP field in table and generating table maintenance generator for the same? FLTP type of field can't be displayed on screen or in SM30, They need to be converted to CHAR before displaying. Please check for the same.

Edited by: Gaurav Mishra on Mar 20, 2009 12:08 PM

Read only

Former Member
0 Likes
1,033

If you have added any new fields of change the type of any fields then regenerate the table maintainence and transported the request to quality system.