‎2015 Jan 12 4:02 PM
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
‎2015 Jan 12 4:49 PM