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

KO88 COMPUTE_BCD_OVERFLOW Error

Former Member
0 Likes
669

Hi, during executing KO88 i have a short dump "Overflow during the arithmetical operation (type P) in program".

I get the dump in follow line: ld_old_saldo = ld_old_saldo + wa_ciap_object-taxval.

It's weird because wa_ciap_object-taxval has 6418239.00 and ld_old_salto has 0.00 and they are the same type!

data:

          wa_ciap_object like line of it_ciap_oldsaldo,

          ld_old_saldo like ed_ciap_saldo,

          ld_new_saldo like ed_ciap_saldo.

Its a standard class, so i can't change. Anyone can help me!?! \

Class: CL_J_1B_CIAP_OBJECT

Method: DETERMINE_CIAP_SALDO

1 REPLY 1
Read only

Former Member
0 Likes
525

Note 614548?

Rob