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

Problem with SM30

Former Member
0 Likes
1,471

Hi to all....!!!!!!!

I'm having some problems with transaction SM30. i have a table called Zmm014_Cost that has an update view. until some days ago it worked OK in SM30. But now a DUMP appears.

The Dump says:

Txt.brv.


A conversion error occurred.

¿what had happened?


The current screen processing was terminated, since a situation
occurred from which it could not continue processing.
This is probably due to an error in the current screen of the ABAP
program.
to screen 0003. This error made it impossible to finish execution of the
remainder of the program.

Errors

The program flow was interrupted and could not be resumed.

Program "SAPLZMM014A_GF_TABLA" tried to display fields on screen 0003. However,

an

error occurred while this data was being converted.

Any suggestions??????

I am really disturbed because for a long time I have not been touching anything related to that table

as usual rewarded points for help..

thanks in advance.

null

Hi to all....!!!!!!!

I'm having some problems with transaction SM30. i have a table called Zmm014_Cost that has an update view. until some days ago it worked OK in SM30. But now a DUMP appears.

The Dump says:

Txt.brv.


A conversion error occurred.

¿what had happened?


The current screen processing was terminated, since a situation
occurred from which it could not continue processing.
This is probably due to an error in the current screen of the ABAP
program.
to screen 0003. This error made it impossible to finish execution of the
remainder of the program.

Errors

The program flow was interrupted and could not be resumed.

Program "SAPLZMM014A_GF_TABLA" tried to display fields on screen 0003. However,

an

error occurred while this data was being converted.

Any suggestions??????

I am really disturbed because for a long time I have not been touching anything related to that table

as usual rewarded points for help..

thanks in advance.

null

4 REPLIES 4
Read only

Former Member
0 Likes
1,010

I missed something important:

The Dump Appears when i want to scroll the table or when clicking the button to advance positions (rows).

was understood what I wanted to explain?

Read only

Former Member
0 Likes
1,010

the thing is someone might have added new fields or else have changed the field length of one field or many fields....So, when u cahnge the field length, the data which already exists can't get adjusted to new field length due to which dump occurs....

U need to download data from SE16 if possible...create a new table maintenance or adjudt the table and then check in SM30...May be u have to upload data freshly also in some cases.

Read only

Manohar2u
Active Contributor
0 Likes
1,010

This is because there exists a data which is not compatible with the table.

like for example, if you have a domain which does not allow negative sign but it got updated from program with negative sign...then this error will be raised.

See the entries from se16 and delete them in debug mode..then you can get rid of this problem..(time being and find the real problem)

Read only

Former Member
0 Likes
1,010

Thank you to Both!!!!

i had a corrupt row...at first it seemed not to have problems but somehow it was the cause of the Dump. I erased it and everything worked again.

regards...

null