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: 

BCD_BADDATA - Packed field contains incorrect BCD format

Former Member
0 Kudos

hello experts,

im getting a dump error BCD_BADDATA.

here is my sytax where the dump occcurs.


move satza-summe to summe-dateisumme.
if satza-newbs ne '40'.
summe-dateisumme = summe-dateisumme * ( -1 ).
endif.

satza-summe(11) type p decimals 2 .

summe-dateisumme(11) type p decimals 2 .

please help on how to correct this dump.

thank you

2 REPLIES 2

Former Member
0 Kudos

Hello ,

after your calculations , move that field values to a CHAR field to avoid those short dumps.

regards

Prabhu

Former Member
0 Kudos

i figure out what is the problem...