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

dump error at ALV Grid output

Former Member
0 Likes
1,061

Hello All,

I have modified a copy of the standard balance program RFBILA00 to add new columns. Everything is ok and I can get an ALV grid output. When I want to scroll down to the bottom of the list I receive a dump message as BCD_FIELD_OVERFLOW. The program is SAPLSCUC and the related function module is conversion_exit_excrt_output. Dump is generated within the fm conversion_exit_excrt_output at the command "rate = input" where rate = 0 and input is 12452.61810-.

Where should I check?

Thx in advance,

Ali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
849

Hi Ali,

Can you paste that particular code here, so that I can have better picture about that. Also check the data type of RATE.

Thanks,

Prabu

Hello All,

I have modified a copy of the standard balance program RFBILA00 to add new columns. Everything is ok and I can get an ALV grid output. When I want to scroll down to the bottom of the list I receive a dump message as BCD_FIELD_OVERFLOW. The program is SAPLSCUC and the related function module is conversion_exit_excrt_output. Dump is generated within the fm conversion_exit_excrt_output at the command "rate = input" where rate = 0 and input is 12452.61810-.

Where should I check?

Thx in advance,

Ali

4 REPLIES 4
Read only

Former Member
0 Likes
850

Hi Ali,

Can you paste that particular code here, so that I can have better picture about that. Also check the data type of RATE.

Thanks,

Prabu

Read only

0 Likes
849

I changed the data element I have created and it seems ok now.

Thx a lot

Read only

0 Likes
849

did u have some currency fields?

Read only

0 Likes
849

yes I had currency fields.